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 into protected mode by grub.
Anyways the question boils down to - Does anybody know how to get back into real mode without having to get rid of grub?