From 80532338972de84246c6a02d28eb69106799c80a Mon Sep 17 00:00:00 2001 From: unzner Date: Mon, 23 Apr 2012 07:29:33 +0000 Subject: [PATCH] Necessary change to build a proper gdbstub (due to a Bochs bug) git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1143 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 4eb347b8..4216def3 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-{x86-64,cpu-level=6,ne2000,trace-cache,vmx=2,gdb-stub} --disable-docbook +./configure --prefix=$(echo ~/localroot/usr) --enable-{cpu-level=6,ne2000,trace-cache,gdb-stub} --disable-docbook > 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"