Floppy driver problems
Posted: Tue Oct 24, 2006 10:00 am
Okay, I guess I probably could start posting here again, no reason not to. I am writing a floppy driver for my OS, and I'm having problems with the interrupts. My OS handles interrupt perfectly, I have never had problems with interrupts in any other part of it.
When I start writing my floppy driver, I follow examples of what other people have done, and do basically the exact same thing as they do (seeing as there's limited ways to do the same thing). I get an interrupt signaled when I reset the floppy disk, but never at any other time such as a seek command or a recalibrate. Anybody have any clues?
When I start writing my floppy driver, I follow examples of what other people have done, and do basically the exact same thing as they do (seeing as there's limited ways to do the same thing). I get an interrupt signaled when I reset the floppy disk, but never at any other time such as a seek command or a recalibrate. Anybody have any clues?