diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-08-28 01:54:59 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-08-28 01:54:59 +0000 |
commit | 18a84f4f1a93c8d5939dc643a1d071da541ecd59 (patch) | |
tree | 3f8901ccc6ebd2784f842039f4c37f1b5c6a323d /contrib | |
parent | 7e959808585640b5a0a453f93caeaeaf362fa757 (diff) | |
download | ipxe-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/README | 3 |
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: |