Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 424 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 424 Bytes

linux-device-drivers

A small guide on how to write Linux Device Drivers

Disclaimer

We recommend trying this on a QEMU or Virtual Environment since some device drivers written in here may (or may not) render your sistem unstable or even unusable in certain situations, leading to kernel panics or a system unable to boot at all.

TRY THIS AT YOUR OWN RISK, and for god's sake, follow the kernel coding style