LDT: Linux driver template for newbies

tux_compLDT (Linux Driver Template) is a template for writing a new driver for the Linux kernel. While it is very useful for beginners, it can also work as a starting point for writing a new kernel driver. Continue reading LDT: Linux driver template for newbies

Write Linux device drivers

driversSome good tutorials on how to write Linux device drivers (some are old but good for concept-building nonetheless):

The Free Electrons LXR (Linux Cross Reference) for referring the kernel source. However, I prefer ctags and cscope for lengthy source-code browsing sessions.