Skip to content

An out of tree linux kernel module that operates on data in a LIFO fashion through IOCTL calls

Notifications You must be signed in to change notification settings

muneeb-i-khan/Lifo-linux-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To run

make
gcc test.c -o test
sudo insmod ioctldriver.ko
sudo ./test

To remove device

sudo rmmod ioctldriver

About

An out of tree linux kernel module that operates on data in a LIFO fashion through IOCTL calls

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published