Help Topics

Compiling Bochs

Download bochs source package

Build using the following commands:

./configure --with-x --with-x11 --enable-disasm --enable-debugger --enable-ne2000 --enable-cdrom --enable-x86-debugger --enable-sb16=linux
make
make install