Some config for bochs and generic-experiment

This commit is contained in:
Oskar Pusz
2019-10-28 17:43:33 +01:00
parent 956112cc01
commit f3d5b20327
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
SET(PLUGINS_ACTIVATED "serialoutput" CACHE STRING "")
SET(bochs_configure_params "--enable-a20-pin;--enable-x86-64;--enable-cpu-level=6;--enable-ne2000;--enable-acpi;--enable-pci;--enable-usb;--enable-trace-cache;--enable-fast-function-calls;--enable-host-specific-asms;--enable-readline;--enable-clgd54xx;--enable-fpu;--enable-vmx=2;--enable-monitor-mwait;--enable-cdrom;--enable-sb16=linux;--enable-gdb-stub;--with-nogui" CACHE STRING "")