i want to write a floppy driver of my own os. but i don't know how to start it? can you tell me how to do it or tell me where can i find some example code or some tutorial or other resource?
Thank you very much! ^_^
how to write a floppy driver?
Re:how to write a floppy driver?
I am also making a pmode floppy driver, so i know your problem, here are my top links:
http://debs.future.easyspace.com/Progra ... loppy.html
Some ASM drivers:
http://members.tripod.com/~ladsoft/
Theres a asm floppp driver in this os:
http://www.rdos.net/
First thing you need to set up in your OS is your floppy int
and timer int, then i would look at the most used int 13h functions and start making emulating them in pmode, like reset etc.
\\\\||////
(@@)
ASHLEY4.
http://debs.future.easyspace.com/Progra ... loppy.html
Some ASM drivers:
http://members.tripod.com/~ladsoft/
Theres a asm floppp driver in this os:
http://www.rdos.net/
First thing you need to set up in your OS is your floppy int
and timer int, then i would look at the most used int 13h functions and start making emulating them in pmode, like reset etc.
\\\\||////
(@@)
ASHLEY4.