Tring to build own Linux kernel module here.
The Linux Kernel Module Programming Guide →
Check the /var/log/kern.log:
dmesg | tailInsert kernel module:
sudo insmod <name>.koRemove kernel module:
sudo rmmod <name>.koList of running kernel modules:
lsmodModule info:
modinfo <name>