Linux Device Drivers Package ---------------------------- This self-extracing package contains code templates for the following topics: + First Driver + Character Drivers + General Drivers + USB Drivers + Block Drivers + File System Drivers + PCI Drivers + Network Drivers + Applications to complement the above drivers Code for each of these is available under its own folder, in the Templates folder, which could be extracted by executing the file ./ldd_package.sh Many of them are w.r.t. the custom hardware LDDK. For version compatibility, look into the file VERSIONS. Details about the LDDK could be found under the LDDK folder. You may compile these templates by typing make in the toplevel folder or individual folders after setting the KERNEL_SOURCE variable to your kernel's source directory in the top-level Makefile & module.mk Check out the SEQUENCE file for knowing the order in which you need to play with the content. Many of these code templates are used in the Linux Driver workshops conducted at SysPlay eLearning Academy for You. For more details on the workshops, check out at https://sysplay.in/index.php?pagefile=weekend_workshops, or contact us at For the slide sets from the workshop, visit: https://sysplay.in/index.php?pagefile=linux_drivers