From 0965d91555e76ecb59b7960a9741c5d983f0a539 Mon Sep 17 00:00:00 2001 From: unzner Date: Thu, 12 Apr 2012 19:11:58 +0000 Subject: [PATCH] Changed the minimal bochs ./configure-line again. This should be it now - correct me if I am wrong git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1064 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- doc/howto-build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/howto-build.txt b/doc/howto-build.txt index 3555f117..c7e9128c 100644 --- a/doc/howto-build.txt +++ b/doc/howto-build.txt @@ -99,7 +99,7 @@ For the first time ------------------ cd ../bochs > Sufficient: -./configure --prefix=$(echo ~/localroot/usr) --enable-{a20-pin,x86-64,cpu-level=6,ne2000,acpi,pci,usb,trace-cache,host-specific-asms,disasm,readline,clgd54xx,fpu,vmx=2,cdrom,sb16=linux,gdb-stub} +./configure --prefix=$(echo ~/localroot/usr) --enable-{x86-64,cpu-level=6,ne2000,trace-cache,vmx=2,gdb-stub} > More optimised: ./configure --prefix=$(echo ~/localroot/usr) --enable-{a20-pin,x86-64,cpu-level=6,ne2000,acpi,pci,usb,repeat-speedups,trace-cache,fast-function-calls,host-specific-asms,disasm,all-optimizations,readline,clgd54xx,fpu,vmx=2,monitor-mwait,cdrom,sb16=linux,gdb-stub} --disable-docbook --with-all-libs > Instead of --with-all-libs, you could use --with-nogui for "headless"