Muriukidavid / linux-kernel-drivers

A repository for learning to write Linux kernel drivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A repository for learning to write Linux kernel drivers

License:GNU General Public License v3.0


Languages

Language:C 68.6%Language:Makefile 31.4%