![]() |
Exploring BeagleBone: LKMs (by Derek Molloy)
V1.0
This project describes how you can build loadable kernel modules (LKMs) on your BeagleBone platform
|
Files | |
file | hello.c |
An introductory "Hello World!" loadable kernel module (LKM) that can display a message in the /var/log/kern.log file when the module is loaded and removed. The module can accept an argument when it is loaded – the name, which appears in the kernel log files. | |