In Part 1 I wrote a simple Linux kernel module, called World, in Part 2 I configured that module, now it's time to use that module from within kernel space (another kernel module).
[Read More]Config Linux kernel module
Kernel
In Part 1 I created a simple World module, now it's time to configure it and there are 3 main ways to do it:
[Read More]Write Linux kernel module
Kernel
I am thinking to start a Linux Kernel series and write about modules, device drivers, proc and sysfs, unit test with kunit and so on; here is the first one, a simple World module.
[Read More]