From: Michael Brown Date: Mon, 28 Aug 2006 01:54:59 +0000 (+0000) Subject: Add --enable-show-ips; it's useful when using the profiling code. X-Git-Tag: v0.9.3~1065 X-Git-Url: http://git.etherboot.org/people/cooldavid/gpxe.git/commitdiff_plain/18a84f4f1a93c8d5939dc643a1d071da541ecd59 Add --enable-show-ips; it's useful when using the profiling code. --- diff --git a/contrib/bochs/README b/contrib/bochs/README index 20ea44af..71831edb 100644 --- a/contrib/bochs/README +++ b/contrib/bochs/README @@ -26,7 +26,8 @@ To get bochs running is fairly simple: 3. Configure bochs with pushd bochs ./configure --enable-all-optimisations --enable-pci --enable-pnic \ - --enable-debugger --enable-magic-breakpoints --enable-disasm + --enable-debugger --enable-magic-breakpoints \ + --enable-disasm --enable-show-ips popd 4. Build bochs: