347 B
347 B
Hello_World_Kernel_Module
Prerequisits
- requires the correct linux headers to be installed
- root access is needed
how to run the kernel module
make
to build the modulesudo insmod hello
to run the modulesudo rmmod hello
to stop the module
viewing the log
on systems that run systemd:
journalctl -f -k