Bochs/bochs/.conf.everything
Stanislav Shwartsman d11114ac19 Patch for emulating target with larger memory than host has available by Gary Cameron.
The patch was posted in mailing list at Thu 6/16/2011.

Desription for CHANGES:

- Memory
  - Added new configure option which enables RAM file backing for large guest
    memory with a smaller amount host memory, without causing a panic when
    host memory is exhausted (patch by Gary Cameron). To enable configure with
        --enable-large-ramfile option.
2011-07-22 17:46:06 +00:00

39 lines
935 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-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-avx \
--enable-x86-debugger \
--enable-a20-pin \
--enable-instrumentation=instrument/example1 \
--enable-ne2000 \
--enable-pci \
--enable-clgd54xx \
--enable-usb \
--enable-usb-ohci \
--enable-usb-xhci \
--enable-cdrom \
--enable-sb16 \
--enable-es1370 \
--enable-gameport \
--enable-iodebug \
--enable-large-ramfile \
--enable-gdb-stub \
--enable-show-ips \
--with-all-libs