- changes updated

This commit is contained in:
Volker Ruppert 2005-10-08 16:07:37 +00:00
parent 6f506fcf96
commit 3e43ecd67f
1 changed files with 21 additions and 2 deletions

View File

@ -18,19 +18,22 @@ Detailed change log :
- Bochs debugger
- Fixed bug in bochs debugger caused breakpoints doesn't fire sometimes
(Alexander Krisak)
- watchpoints in device memory fixed (Nickolai Zeldovich)
- I/O devices (Volker)
- serial
- com->socket redirection support added (#SF patch by Andrew Backer)
- harddisks
- new serial mode 'socket' connects a network socket (#SF patch by Andrew Backer)
- hard drive / cdrom
- assign a unique serial number to each drive (fixes harddrive detection
problems with Linux kernels 2.6.x: "ignoring undecoded slave")
- geometry autodetection for 'flat' hard disk images added. Works with
images created with bximage (heads = 16, sectors per track = 63)
- ATAPI command 'read cd' partially implemented
- floppy
- fixes for OS/2 (patch by Robin Kay)
- more accurate timing for read data and format track commands using a motor
speed of 300 RPM
- disk change line behaviour fixed (patch by Ben Lunt)
- cmos
- RTC 12-hour and binary mode implemented
- number of CMOS registers changed from 64 to 128
@ -40,11 +43,27 @@ Detailed change log :
- pci
- BeOS boot failure fix in the PCI IDE code
- display libraries
- general
- new syntax for the userbutton shortcut string and more keys supported
- win32
- fixed keycode generation for right alt/ctrl/shift keys
- runtime dialog is now a property sheet
- System BIOS
- PCI i/o and memory base address initialization added
- several keyboard interrupt handler fixes (e.g. patch by japheth)
- several floppy fixes (e.g. OS/2 works with patch by Robin Kay)
- SF patches applied
[1309763] Watchpoints don't work in device memory by Nickolai Zeldovich
[1294930] change line status on floppy by Ben Lunt
[1287863] vm86 -> pmode bugfix by Mathis
[1282033] SSE FXRESTORE not working correctly by Ondrej Palkovsky
[816979] wget generalizations by Lyndon Nerenberg
[1214886] No more pageWriteStamp / unified icache by H. Johansson
[1107945] com->socket redirection support by Andrew Backer
-------------------------------------------------------------------------
Changes in 2.2.1 (July 8, 2005):