Look for floppy driver in PM

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.
Locked
jako3xb2
Posts: 3
Joined: Sat Jun 13, 2009 1:02 pm

Look for floppy driver in PM

Post 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.
User avatar
NickJohnson
Member
Member
Posts: 1249
Joined: Tue Mar 24, 2009 8:11 pm
Location: Sunnyvale, California

Re: Look for floppy driver in PM

Post by NickJohnson »

Take a look at the wiki first: http://wiki.osdev.org/Floppy_Disk_Controller :wink:
computafreak
Member
Member
Posts: 76
Joined: Sun Dec 14, 2008 1:53 pm

Re: Look for floppy driver in PM

Post 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
Locked