Tagged Questions
The hobby-os tag has no wiki summary.
2
votes
1answer
165 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
543 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 ...
0
votes
0answers
9 views
Are ext2 directory entry names guaranteed to be null-terminated on a valid file system?
I thought this would be an easy question, but I can't find the answer. I've mainly been reading these specs:
http://www.nongnu.org/ext2-doc/ext2.html
It doesn't seem to mention if a directory ...