Floppy Drive

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
edy42

Floppy Drive

Post by edy42 »

I have managed to make several simple os kernels, but I am having trouble finding out how to read and write to the floppy drives in my kernel. It is a protected mode kernel, so I can't use the int 13 bios routines. Does anyone know of any simple tutorials about floppy i/o, or is anyone able to explain how to do floppy i/o? Thanks.
nullify

Re:Floppy Drive

Post by nullify »

http://www.cyberscriptorium.com/osjournal/cgi-bin/index.pl?action=viewfile&file=9

Fabian Nunez's DJGPP floppy code is also good source of reference, although I don't have a link on me at the moment.
Slasher

Re:Floppy Drive

Post by Slasher »

Post Reply