Bochs: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Matthew (talk | contribs)
Matthew (talk | contribs)
→‎Compiling Bochs from Source: removed some compile options that were deprecated
Line 116:
--enable-apic \
--enable-vmx \
--enable-pae \
--enable-large-pages \
--enable-debugger \
--enable-disasm \
Line 127 ⟶ 125:
--enable-3dnow \
--enable-sb16=dummy \
--enable-paecdrom \
--enable-sep \
--enable-x86-debugger \
Line 139 ⟶ 138:
* 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.
 
 
==See Also==