Bochs: Difference between revisions

m
[unchecked revision][unchecked revision]
(Added the Debugging Triple Faults "mini-chapter".)
Line 164:
--disable-plugins \
--disable-docbook \
--with-x --with-x11 --with-term --with-sdl
</source>
 
A few notes:
* If you are on Windows, that last line should probably read "--with-win32".
* On Linux, using SDL as the display library over X11 is preferable as the performance appears to increase greatly on some setups
* Bochs has GDB stub support, and its own internal debugger. These cannot be compiled into the same Bochs binary. The internal debugger is very useful, its flag is --enable-debugger
* The GDB stub in Bochs does not support SMP, last time I checked.
Anonymous user