My Source Code writen by following the LDD3 (Linux Device Drivers 3) book (https://lwn.net/Kernel/LDD3/)`
All parts are either Code parts in the book or written by me. I didn't want to look into the original source code (to improve the learn effect)
Simple hello world kernel module
A reimplementation of the scull driver