Bochs/bochs/.conf.everything
Volker Ruppert 75bf07a22a - updated .conf.* shortcut scripts for the most popular platforms using this setup:
* Pentium III with all optimizations enabled
  * PCI support (without USB) enabled
  * both Bochs VBE and Cirrus SVGA enabled
2005-03-12 16:34:49 +00:00

36 lines
839 B
Plaintext

# This script tries to turn on nearly every configure option.
# It is useful for finding compile problems, but it may turn on
# more things than you actually want.
./configure \
--enable-processors=2 \
--enable-x86-64 \
--enable-ne2000 \
--enable-pci \
--enable-4meg-pages \
--enable-pae \
--enable-guest2host-tlb \
--enable-repeat-speedups \
--enable-icache \
--enable-global-pages \
--enable-host-specific-asms \
--enable-ignore-bad-msr \
--enable-port-e9-hack \
--enable-debugger \
--enable-disasm \
--enable-vbe \
--enable-mmx \
--enable-fpu \
--enable-sse=2 \
--enable-pni \
--enable-3dnow \
--enable-x86-debugger \
--enable-cdrom \
--enable-sb16=linux \
--enable-instrumentation \
--enable-iodebug \
--enable-show-ips \
--enable-clgd54xx \
--enable-usb \
--with-all-libs