Bochs/bochs/.conf.everything
Stanislav Shwartsman b37ae8a969 added new option --enable-show-ips to configure -> allow to enable BX_SHOW_IPS through configure script
fixed print prefixes in disasm -> only LOCK, REP and REPNE prefixes printed
update changes
2004-10-16 21:17:44 +00:00

34 lines
800 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 \
--with-all-libs