Random Double-Fault in Bochs
Posted: Mon Dec 29, 2008 3:35 pm
When enabling interrupts on my BSP on bochs, I get a double-fault. It doesn't seem to be from enabling interrupts, it just always give me a double-fault exception even though no other exceptions have been triggered and interrupts have been masked during the runtime of my OS. If I handle the double-fault by doing nothing, it continues on as if nothing happens. This doesn't seem to happen on my APs. Any insights?