How to build linux-like bochs under Cygwin/X11
To get a linux-like bochs in cygwin,
1. edit .conf.linux
a) select "which_config=normal"
b) remove following configure items,
--enable-sb16 \
--enable-ne2000 \
--enable-clgd54xx \
c) add "--enable-debugger"
2. update "configure" file
a) find "-mno-cygwin", comment out this line
b) update DEFAULT_GUI to x11
3. run "sh .conf.linux"
4. make && make install
Done
Note:
Bochs, 2.4.1
CYGWIN_NT-5.1
1. edit .conf.linux
a) select "which_config=normal"
b) remove following configure items,
--enable-sb16 \
--enable-ne2000 \
--enable-clgd54xx \
c) add "--enable-debugger"
2. update "configure" file
a) find "-mno-cygwin", comment out this line
b) update DEFAULT_GUI to x11
3. run "sh .conf.linux"
4. make && make install
Done
Note:
Bochs, 2.4.1
CYGWIN_NT-5.1