2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-22 01:21:45 +00:00

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

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: