http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e95980
)
Add --enable-show-ips; it's useful when using the profiling code.
author
Michael Brown
<mcb30@etherboot.org>
Mon, 28 Aug 2006 01:54:59 +0000
(
01:54
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 28 Aug 2006 01:54:59 +0000
(
01:54
+0000)
contrib/bochs/README
patch
|
blob
|
history
diff --git
a/contrib/bochs/README
b/contrib/bochs/README
index
20ea44a
..
71831ed
100644
(file)
--- 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: