triple fault..
Posted: Wed May 28, 2008 12:16 am
when i do float operation the os triple faults
if i insert this it triple faults..
Code: Select all
float f;
f*=5;
Code: Select all
float f;
f*=5;
In other words: fix your IDT first.so you're probably getting a floating point exception that you're not handling.