Page 1 of 1
Bochs Inconsistency
Posted: Wed Apr 09, 2003 2:07 pm
by shad
Bochs is great. But sometimes ill run some code on bochs that works great and i mosy along continuing to code. BUT THEN i test it on the real cpu only to find a triple fault hidden somewhere in my code.... Why doesnt bochs catch it?
Re:Bochs Inconsistency
Posted: Wed Apr 09, 2003 2:13 pm
by slacker
bochs will not run 100% like a real pc because of the fact it isnt the actual pc. there are proboly errors in the code that cant be fixed because its an emulator and not the real thing. i know for a fact that the timer is messed up in bochs.
Re:Bochs Inconsistency
Posted: Wed Apr 09, 2003 10:17 pm
by _mark
So far I have had really good luck with VMWARE. It has done everything the real PC does - even if it is not what I intended. Even the screen flicker from my refresh rate is there... I have not used Bochs yet, but have planned on getting it for some time now.
_mark()
Re:Bochs Inconsistency
Posted: Sat Apr 12, 2003 3:15 am
by Thunder
TO Mark,
hey when I'm using Bochs or VMware (I have kernel in 800x600x8bpp resolution VESA mode) an these two emulators implement that this video mode is text mode and write some characters, but when I restart computer with floppy everything goes all right. Do I need change resolution or bits per pixel?
Re:Bochs Inconsistency
Posted: Sat Apr 12, 2003 9:17 am
by _mark
I'm not sure what you are asking. Is there such a thing as 800x600 text mode?
_mark()