aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-08-28 01:54:59 +0000
committerMichael Brown <mcb30@etherboot.org>2006-08-28 01:54:59 +0000
commit18a84f4f1a93c8d5939dc643a1d071da541ecd59 (patch)
tree3f8901ccc6ebd2784f842039f4c37f1b5c6a323d /contrib
parent7e959808585640b5a0a453f93caeaeaf362fa757 (diff)
downloadipxe-18a84f4f1a93c8d5939dc643a1d071da541ecd59.zip
ipxe-18a84f4f1a93c8d5939dc643a1d071da541ecd59.tar.gz
ipxe-18a84f4f1a93c8d5939dc643a1d071da541ecd59.tar.bz2
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 20ea44a..71831ed 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: