Tagged Questions
2
votes
1answer
170 views
Why would an end-of-interrupt for the master PIC cause a triple fault (reboot)?
Ok, in school we are developing an operating system. My project has been to develop an ATA hard disk driver. I thought I had my interrupt service routine working quite well when my professor pointed ...
1
vote
2answers
552 views
How could an assembly OUTB function cause a triple fault?
In my systems programming class we are working on a small, simple hobby OS. Personally I have been working on an ATA hard disk driver. I have discovered that a single line of code seems to cause a ...