From be618eb4c86f324293c05889f12bc4f03f88b5dd Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Tue, 20 Sep 2005 20:02:03 +0000 Subject: [PATCH] - changes updated --- bochs/CHANGES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/bochs/CHANGES b/bochs/CHANGES index c5b55566f..cd478558b 100644 --- a/bochs/CHANGES +++ b/bochs/CHANGES @@ -26,6 +26,23 @@ Detailed change log : 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) + - 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 + - cmos + - RTC 12-hour and binary mode implemented + - number of CMOS registers changed from 64 to 128 + - bochsrc option 'cmosimage' improved + - speaker + - simple speaker support for OS X added (patch by brianonn@telus.net) + - pci + - BeOS boot failure fix in the PCI IDE code + +- 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) ------------------------------------------------------------------------- Changes in 2.2.1 (July 8, 2005):