"Harry Potter" <
rose.j...@yahoo.com> wrote in message
news:ace50a4b-6c69-463e...@googlegroups.com...
> Hi! I'm looking on creating .SYS device drivers for DOS to be loaded from
> config.sys, mainly drives. Where can I find the necessary information?
I have a book!
Check 'Advanced MSDOS', by Ray Duncan. Microsoft Press
There is a substantial section in that about writing Installable Device
Drivers, including an ASM template for a driver, and discussion about where
such a driver would sit in memory.
I've always understood that the general idea is that the driver would locate
itself to somewhere safe in memory, and then latch into an appropriate IRQ,
or into a relevant BDOS jump
Geoff Barnard