floppy drive programming

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
[email protected]

floppy drive programming

Post by [email protected] »

i want to write floppy drive program using c in dos
plz help me to do this
Chase

RE:floppy drive programming

Post 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.
Post Reply