david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Add --enable-show-ips; it's useful when using the profiling code.

This commit is contained in:
Michael Brown 2006-08-28 01:54:59 +00:00
parent 7e95980858
commit 18a84f4f1a
1 changed files with 2 additions and 1 deletions

View File

@ -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: