Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
It looks like your using the development version of Bochs. Your causing an FPU exception, and your apparently not handling it if your OS isn't raising a panic./
If its your code, you should seriously consider setting up the FPU properly. Bochs gives you those messages when it is emulating an external FPU (either a 387 or a later processor in backwards compatibility mode). You should set CR0.NE (if I got the name correct) whenever possible to get the standard error handling via exceptions.
In MSDOS compatibility mode, FPU exceptions are routed off the CPU to the PIC and back to the CPU again. It isn't wrong, but isn't the best thing either. (and since its usually in error, Bochs complains about it)
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]