/linux-kernel-drivers

A repository for learning to write Linux kernel drivers

Primary LanguageCGNU General Public License v3.0GPL-3.0

Linux kernel development playfield

This is a refresher course for me to re-learn how to write kernel drivers, build them against the installed kernel and test. I load the modules into the kernel with insmod, check output of prink with dmesg and remove with rmmod.