Re: how to write kernel modules



Joshua David Williams wrote:
[...]
My question is this: How can I write a kernel module for it? I know how to program in C, but I don't know how to communicate directly with the hardware, and I don't know how to make a kernel module.

Of course googling helps, but the usual suspect is LinuxHQ, where I found this: http://www.linuxhq.com/lkprogram.html

For the 2.6 kernel, this seems like a nice introduction: http://www.tldp.org/LDP/lkmpg/2.6/html
.