8000
Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Linux Kernel Module Programming

Tring to build own Linux kernel module here.

The Linux Kernel Module Programming Guide →

Check the /var/log/kern.log:

dmesg | tail

Insert kernel module:

sudo insmod <name>.ko

Remove kernel module:

sudo rmmod <name>.ko

List of running kernel modules:

lsmod

Module info:

modinfo <name>

About

The Linux Kernel Module Programming.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages

0