Bochs: Difference between revisions

[unchecked revision][unchecked revision]
m (s/dword/uint32_t/g)
Line 168:
* Post-2.4.2 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
 
On many Linux distributions it is possible to install Bochs via a package manager. For example, on distributions that use apt-get we can do
<source lang="bash">
sudo apt-get install bochs
sudo apt-get install bochs-x
</source>
to install Bochs and the X11 plugin (which may crash on ubuntu/linux mint: use sdl instead of x as the display library in this case. use sudo apt-get install bochs-sdl for the sdl-plugin). Note that there is a big chance that the graphical debugger is not enabled in the binaries from the package manager.
 
==See Also==
Anonymous user