Update .bochsrc example and CHANGES with new capability

This commit is contained in:
Stanislav Shwartsman 2007-11-20 18:47:07 +00:00
parent a9ea644c5c
commit d680bd6e62
2 changed files with 7 additions and 3 deletions

View File

@ -731,7 +731,8 @@ i440fxsupport: enabled=1
#=======================================================================
#load32bitOSImage: os=nullkernel, path=../kernel.img, iolog=../vga_io.log
#load32bitOSImage: os=linux, path=../linux.img, iolog=../vga_io.log, initrd=../initrd.img
#text_snapshot_check: enable
#text_snapshot_check: enabled=1
#print_timestamps: enable=1
#-------------------------
# PCI host device mapping

View File

@ -33,8 +33,11 @@ Changes after 2.3.5 release:
it with new command line option 'bochs -benchmark time'. The emulation
will be automatically stopped after 'time' millions of emulation
cycles executed.
- Add --enable-show-ips option to all configuration scripts used to build
release binaries, so all future releases will enjoy IPS display
- Another very useful option for benchmarking of Bochs could be enabled
using new 'print_timestamps' directive from .bochsrc:
print_timestamps: enable=1
- Added --enable-show-ips option to all configuration scripts used to
build release binaries, so all future releases will enjoy IPS display.
-------------------------------------------------------------------------
Changes in 2.3.5 (September 16, 2007):