Bochs: Difference between revisions

140 bytes added ,  14 years ago
Added notes on configure switches
[unchecked revision][unchecked revision]
(→‎Compiling Bochs from Source: removed some compile options that were deprecated)
(Added notes on configure switches)
Line 134:
 
A few notes:
* 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, it is --enable-debugger
* The GDB-stub in Bochs does not support SMP, last time I checked.
* If you do not enable PCI, then the Intel Multiprocessing tables will not appear in memory.
* I was unable to successfully load the GUI debugger without specifying <tt>--disable-plugins</tt>. Otherwise, I get dynamic loading symbol errors.
* Post-2.4 several of the CPU specific options were folded into the CPU-level specification and are therefore deprecated. They have been removed from the example above.
* The default compile does not support x86-64, --enable-x86-64 will turn it on
 
==See Also==
Anonymous user