I am having troubles enabling interrupts in PMode. Whenever i use 'sti' i get a General Protection Exception. I have set up an IDT and remapped the PIC. Maybe there is something im missing?
Code is here: http://members.lycos.co.uk/gl0ss/SteveOS.zip
Thanks in advance for any help.
Enabling Interrupts
Re:Enabling Interrupts
I have been having this problem for awhile now, any help would be GREATLY appreciated
Re:Enabling Interrupts
Hm, you seem to only build descriptors for the expections...
But I cannot see any descriptors for the IRQ interrupts...so there are missing descriptors...this may be the problem...
But I cannot see any descriptors for the IRQ interrupts...so there are missing descriptors...this may be the problem...
Re:Enabling Interrupts
Bah there is not a problem in my code, it was a bug in bochs 1.5.1 >:(