summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorMichael Brown2006-08-28 03:54:59 +0200
committerMichael Brown2006-08-28 03:54:59 +0200
commit18a84f4f1a93c8d5939dc643a1d071da541ecd59 (patch)
tree3f8901ccc6ebd2784f842039f4c37f1b5c6a323d /contrib
parentAdded iBFT construction to iSCSI boot test (diff)
downloadipxe-18a84f4f1a93c8d5939dc643a1d071da541ecd59.tar.gz
ipxe-18a84f4f1a93c8d5939dc643a1d071da541ecd59.tar.xz
ipxe-18a84f4f1a93c8d5939dc643a1d071da541ecd59.zip
Add --enable-show-ips; it's useful when using the profiling code.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/bochs/README3
1 files changed, 2 insertions, 1 deletions
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: