A simple kernel timer module
This is a simple kernel module that prints a message every 300ms.
As root do the following to test the module:
insmod mymodule.ko
sleep 10
rmmod mymodule.ko
dmesg
Need to add config file for time period, message, etc.
| Name | Name | Last commit date | ||
|---|---|---|---|---|