Sunday, January 2, 2011

Bochs on Mac OS X 10.4.11 or 10.5.8

Downloaded latest bochs-2.4.5.bar.gz and attempted to get it working correctly with OS X.

Tips for compiling Bochs from sources on OS X:

./configure \
--enable-smp \
--enable-disam \
--enable-debugger \
--enable-all-optimizations \
--disable-reset-on-triple-fault \
--disable-readline \
--with-nogui \
--with-carbon \
--with-x

make all

sudo make install


This configuration worked well, now onto getting it to boot the OS Image for me.

Maybe Later I will work on getting BFE2 debugger working with Bochs as well.

No comments: