Difference between revisions of "Device drivers"
Line 1: | Line 1: | ||
− | |||
− | |||
External links: | External links: | ||
− | * https://github.com/makelinux/ldt/ | + | * [https://github.com/makelinux/ldt/ LDT - Linux Driver Template] - sample template of Linux device driver for learning and could be start point for a custom driver. |
− | * http://en.wikibooks.org/wiki/The_Linux_Kernel | + | * [http://en.wikibooks.org/wiki/The_Linux_Kernel Linux kernel internals reference, wikibook] |
− | * http://www.makelinux.net/ldd3/ | + | * [http://www.makelinux.net/ldd3/ Linux Device Drivers, 3rd Edition] |
Revision as of 05:19, 2 October 2012
External links:
- LDT - Linux Driver Template - sample template of Linux device driver for learning and could be start point for a custom driver.
- Linux kernel internals reference, wikibook
- Linux Device Drivers, 3rd Edition