Hi, I needed to implement a DOS device driver for something I'm working on related to vmsmount. While searching for information, all the examples I found were developed in assembler. Although I have done things in assembler before, I find it much more satisfying to program in C and much, much easier to maintain, so I ended up figuring out a way to do it in C, using the Open Watcom toolkit.
Since I haven't seen anything like it out there, I'm sharing it in case anyone else finds it useful. Any feedback is welcome. https://github.com/eduardocasino/dos-device-driver Cheers, Eduardo
_______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
