Tagged Questions
6
votes
2answers
929 views
Grub and getting into Real Mode (low level assembler question)
I've been working on a toy OS and have been using grub as my boot loader. Recently when trying to use VGA I found that I couldn't use hardware interrupts. This I found was because I had been slung ...