need help with HD and floopy
need help with HD and floopy
i want to write file in HD and floppy disk using asm. but I can't using interrupt because I work in protected mode. Can any one give me any sugestion. Thx
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
I suggest write your own. The documentation for these devices are readily available on the internet.
About the Floppy Drive Controller
About Harddisks, CDs and the like
About the Floppy Drive Controller
About Harddisks, CDs and the like
You can use dex OS floppy driver commented to go with the intel pdf manual.
Coded in fasm.
http://www.dex4u.com/DexFloppy/FloppyDriver.zip
It will just need link into you timer and floppy irq.
For hdd see here: http://www.osdev.org/phpBB2/viewtopic.php?t=12268
But it more the fat part that you will have problems coding, not as in hard, but more as in time.
Coded in fasm.
http://www.dex4u.com/DexFloppy/FloppyDriver.zip
It will just need link into you timer and floppy irq.
For hdd see here: http://www.osdev.org/phpBB2/viewtopic.php?t=12268
But it more the fat part that you will have problems coding, not as in hard, but more as in time.