mirror of https://github.com/ipxe/ipxe.git
Add --enable-show-ips; it's useful when using the profiling code.
parent
7e95980858
commit
18a84f4f1a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue