Bochs Inconsistency

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.
Post Reply
shad

Bochs Inconsistency

Post 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?
slacker

Re:Bochs Inconsistency

Post 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.
_mark

Re:Bochs Inconsistency

Post 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()
Thunder

Re:Bochs Inconsistency

Post 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?
_mark

Re:Bochs Inconsistency

Post by _mark »

I'm not sure what you are asking. Is there such a thing as 800x600 text mode?

_mark()
Post Reply