Thanks to visit codestin.com
Credit goes to github.com

Skip to content

YElias1/Kernel-Mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kernel-Mod

Birthday Kernel Mod for CSC 4320

Project details in proj1.pdf

C code to store the birthday information of 6 people. When mod is loaded simple-solution.c will add 6 people, sort the linked list, and remove the head (Youngest) When mod is unloaded simple-solution.c will delete and free kernel memory for remaining 5 people.

compile with make file using: make load mod with: sudo insmod [name].ko list all mods with: lsmod remove mod with: sudo rmmod [name] check kernel log buffer: dmesg clear kernel log buffer: sudo dmesg -C

About

Birthday Kernel Mod for CSC 4320

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors