Skip to content

A kernel module for Operating Systems class using kernel's linked list data structure

Notifications You must be signed in to change notification settings

chigozie18/MimisLinkedList

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Mimi's Linked List

A kernel module for Operating Systems class using kernel's linked list data structure

Assignment

In the module entry point, create a linked list containing five struct birthday elements. Traverse the linked list and output its contents to the kernel log buffer. Invoke the dmesg command to ensure the list is properly constructed once the kernel module has been loaded.

In the module exit point, delete the elements from the linked list and return the free memory back to the kernel. Again, invoke the dmesg command to check that the list has been removed once the kernel module has been unloaded.

About

A kernel module for Operating Systems class using kernel's linked list data structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%