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.
Look for floppy driver in PM
- NickJohnson
- Member
- Posts: 1249
- Joined: Tue Mar 24, 2009 8:11 pm
- Location: Sunnyvale, California
Re: Look for floppy driver in PM
Take a look at the wiki first: http://wiki.osdev.org/Floppy_Disk_Controller
-
- Member
- Posts: 76
- Joined: Sun Dec 14, 2008 1:53 pm
Re: Look for floppy driver in PM
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