Update CHANGES

This commit is contained in:
Stanislav Shwartsman 2007-12-09 18:55:03 +00:00
parent 729bdb1556
commit 83529c1dd8

View File

@ -9,6 +9,7 @@ Brief summary :
speedup possible!
+ Up to 40% speedup vs Bochs 2.3.5 release with trace cache optimization!
- Lots of bugfixes in cpu emulation
- Bochs bechmarking support
- Added emulation of Intel SSE4.2 instruction set
@ -71,12 +72,12 @@ Detailed change log :
[1819567] Code warning cleanup
[1816162] Update comment on bios_printf() by Sebastian
[1811139] Trivial Fix when BX_PCIBIOS and BX_ROMBIOS32 not defined by Myles Watson
[1811190] Improve HD recognition and CD boot * 2007-10-11 00:22 5 Closed nobody myles_w
[1811190] Improve HD recognition and CD boot by Myles Watson
[1811860] Implement %X in bios_printf by Sebastian
[1809649] printf %lx %ld %lu by Myles Watson
[1809651] move BX_SUPPORT_FLOPPY by Myles Watson
[1809652] dpte and Int13DPT fixes by Myles Watson
[1809669] clip cylinders to 16383 in hard drive * 2007-10-08 20:15 5 Closed nobody myles_w
[1809669] clip cylinders to 16383 in hard drive by Myles Watson
[1799903] Build BIOS on amd64 by Robert Millan
[1799877] Fix for parallel build (make -j2) by Robert Millan