Page 1 of 1

floppy drive programming

Posted: Fri Feb 09, 2001 12:00 am
i want to write floppy drive program using c in dos
plz help me to do this

RE:floppy drive programming

Posted: Fri Feb 09, 2001 12:00 am
by Chase
>On 2001-02-09 06:19:01, [email protected] wrote:
>i want to write floppy drive program using c in dos
>plz help me to do this

If your program is going to always operate under DOS
then just take a look at bios.h, it has disk services
http://www.delorie.com/djgpp/doc/libc-2.02/

If you trying to write a driver and it won't always be run
under DOS you're going to have to include some asm programming
Two good sites for info about that part of it are
http://debs.future.easyspace.com/Progra ... loppy.html
http://andercheran.aiind.upv.es/~amstra ... s/fdc.html

Hope this helps.