Hello_World_Kernel_Module
Prerequisits
- requires the correct linux headers to be installed
- root access is needed
how to run the kernel module
maketo build the modulesudo insmod helloto run the modulesudo rmmod helloto stop the module
viewing the log
on systems that run systemd:
journalctl -f -k
Description
Languages
C
76%
Makefile
24%