The Eudyptula Challenge ####################### From the website: http://eudyptula-challenge.org/ The Eudyptula Challenge was a series of programming exercises for the Linux kernel, that started from a very basic "Hello world" kernel module, moving on up in complexity to getting patches accepted into the main Linux kernel source tree. Challenges ########## Here are the links to each task's readme: 1. Write a Linux Kernel Module: `task `__ 2. Building a Custom Kernel: `task `__ 3. Modify our Custom Kernel: `task `__ 4. The Coding Style Rules: `task `__ 5. Module Loading Macros: `task `__ 6. Miscellaneous Character Drivers: `task `__ 7. Building Linux-Next: `task `__ 8. Working with debugfs: `task `__ 9. Working with sysfs: `task `__ 10. Submit a Patch: `task `__ 11. A Driver Patch: `task `__ 12. Linked Lists in Kernel Space: `task `__