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.
hi, i'm wrting a floppy driver, but i encounter some trouble.
i only want to use INT not DMA to read date from floppy at first time. But i can't get some document about how to do it.
now, i can initialize the 82077AA controler and send the read sector command, but i don't know how to handle it in ISR.
can you help me?
thank you very much!
aladdin wrote:
this link will give you two docs, I used the first (intel documentation) to write my algorithmes
I'll also attach a basic version of my floppy driver if it can help you, it uses DMA, and do only read_sector command
good luck
hi, i got your floppy driver. That's very useful for me! thank you very much!
but i can't find the link you said which I can get the intel documentation from it. can you show me the link?
thank you!