Skip to content

zhanglongqi/kernel-module

Repository files navigation

kernel-module

The Linux kernel module progamming practice.

Compile the module

export MY_TARGET=proc-2.o
make

We can get the compiled module proc-2.ko.

Load the module:

sudo insmod ./proc-2.ko

Remove the module

sudo rmmod proc-2

About

some basic kernel modules, helloworld in kernel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages