Page 1 of 1

Look for floppy driver in PM

Posted: Sun Jun 21, 2009 10:39 am
by jako3xb2
Is there any ready code for read and write from a floppy in protected mode (not real mode with int 13h)?
for example:
char *read_floppy(int cylinder, int head, int sector);

i hope anybody can help my.

Re: Look for floppy driver in PM

Posted: Sun Jun 21, 2009 10:42 am
by NickJohnson
Take a look at the wiki first: http://wiki.osdev.org/Floppy_Disk_Controller :wink:

Re: Look for floppy driver in PM

Posted: Sun Jun 21, 2009 10:49 am
by computafreak
Following on from the previous post, there's also a driver on this page. For reference, there's also a tutorial at the bottom of the FDC wiki page