Skip to content

araujo88/hello-world-linux-kernel-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-world-linux-kernel-module

Linux kernel module tutorial

Loading and unloading the module

Compile

make

Load the module

sudo insmod ./hello-world.ko

Check the kernel buffer

sudo dmesg

List kernel modules

lsmod

Unload the module

sudo rmmod hello_world

About

Linux kernel module tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages