0

http://linuxpoison.blogspot.com

So, you want to write a kernel module. You know C, you've written a few normal programs to run as processes, and now you want to get to where the real action is, to where a single wild pointer can wipe out your file system and a core dump means a reboot.

kernel Modules are pieces of code that can be loaded and unloaded into the kernel upon demand. They extend the functionality of the kernel without the need to reboot the system. For example, one type of module is the device driver, which allows the kernel to access hardware connected to the system.

Full story »
njauhari's picture
Created by njauhari 13 years 20 weeks ago – Made popular 13 years 20 weeks ago
Category: End User   Tags:

Best karma users