Skip to content
Snippets Groups Projects
Commit 80532338 authored by Martin Unzner's avatar Martin Unzner
Browse files

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
parent f09f4af5
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ For the first time ...@@ -99,7 +99,7 @@ For the first time
------------------ ------------------
cd ../bochs cd ../bochs
> Sufficient: > 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: > 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 ./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" > Instead of --with-all-libs, you could use --with-nogui for "headless"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment