Bochs/bochs/.conf.everything
Volker Ruppert 8c32359615 The VBE display extension is now a part of the Bochs core. The configure option
--enable-vbe is now deprecated and the symbols BX_SUPPORT_VBE and
BX_SUPPORT_PCIVGA have been removed. To enable VBE support, the bochsrc option
"vga: extension=" must be set to "vbe". If PCI is present, you can assign the
"pcivga" device to a PCI slot.
2011-03-07 19:01:22 +00:00

36 lines
865 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-smp \
--enable-x2apic \
--enable-x86-64 \
--enable-all-optimizations \
--enable-long-phy-address \
--enable-configurable-msrs \
--enable-debugger \
--enable-disasm \
--enable-debugger-gui \
--enable-fpu \
--enable-misaligned-sse \
--enable-alignment-check \
--enable-3dnow \
--enable-monitor-mwait \
--enable-vmx \
--enable-x86-debugger \
--enable-a20-pin \
--enable-instrumentation=instrument/example1 \
--enable-ne2000 \
--enable-pci \
--enable-acpi \
--enable-clgd54xx \
--enable-usb \
--enable-usb-ohci \
--enable-cdrom \
--enable-sb16 \
--enable-iodebug \
--enable-gdb-stub \
--enable-show-ips \
--with-all-libs