Bochs/bochs/.conf.everything
Stanislav Shwartsman 7b6c2587a9 Now devices could be compiled separatelly from CPU
Averything that required cpu.h include now has it explicitly and there are a lot of files not dependant by CPU at all which will compile a lot faster now ...
2006-03-06 22:03:16 +00:00

35 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-smp \
--enable-apic \
--enable-x86-64 \
--enable-all-optimizations \
--enable-ne2000 \
--enable-pci \
--enable-4meg-pages \
--enable-pae \
--enable-global-pages \
--enable-ignore-bad-msr \
--enable-port-e9-hack \
--enable-debugger \
--enable-disasm \
--enable-vbe \
--enable-mmx \
--enable-fpu \
--enable-sse=3 \
--enable-vme \
--enable-sep \
--enable-3dnow \
--enable-x86-debugger \
--enable-cdrom \
--enable-sb16 \
--enable-instrumentation=instrument/example1 \
--enable-iodebug \
--enable-show-ips \
--enable-clgd54xx \
--enable-usb \
--with-all-libs