Update CHANGES
This commit is contained in:
parent
7f1bdefedc
commit
f0cfc15656
@ -7,8 +7,17 @@ Changes after 2.3.5 release:
|
||||
--enable-popcnt
|
||||
- Implemented MTRR emulation, to enable use --enable-mtrr configure
|
||||
option. MTRRs is enabled by default when cpu-level >= 6.
|
||||
- Many minor bugfixes in x86-64 CPU emulation
|
||||
- Many fixes in Bochs internal debugger and disassembler
|
||||
- Removed hostasm optimizations, after Bochs rebenchmarking it was found
|
||||
out that the feature bringing no speedup or even sometimes slowes
|
||||
emulation down !
|
||||
- Many minor bugfixes in CPU emulation (both ia32 and x86-64)
|
||||
|
||||
- Bochs Internal Debugger and Disassember
|
||||
- Many fixes in Bochs internal debugger and disassembler, some debugger
|
||||
interfaces significantly changed due transition to the param tree
|
||||
architecture
|
||||
- Added support of restoring of the CPU state from external file
|
||||
directly from Bochs debugger
|
||||
|
||||
- Configure and compile
|
||||
- rename configure option --enable-4meg-pages to --enable-large-pages.
|
||||
@ -21,6 +30,8 @@ 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 is executed.
|
||||
- Add --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):
|
||||
|
Loading…
Reference in New Issue
Block a user