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:
Post a Comment