This repo is a collection of MS-DOS Device Drivers that I've created for fun.
Yes, in 2021. Right now, the bulk of the docs are in DEBUG.md
.
To assemble, you require GNU Make and NASM.
-
HELLO
- A "Hello World"-style character device that printsHELLO WORLD\r\n^Z\0
when opened for reading.