Skip to content

anandjbangad/Linux-Kernel-Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux-Kernel-Data-Structures

Implementation of Linux Kernel Data Structures - Linked List, Queues, Red Black Tree, HashMaps

The folders contain .C file and Make file for each part of the data structure.

There is combined folder which contains combine.c incorporating all the data structures in one file.

For inserting this module sudo insmod combine.ko dstruct_size=16

The dstruct_size adds random integers to your data structures

dstruct_size tells you the amount of data to be inserted

About

Implementation of Linux Kernel Data Structures - Linked List, Queues, Red Black Tree, HashMaps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published