- BIOS images regenerated
[bochs-mirror.git] / CHANGES
blob71f546f8adc0d249aee555f5bcf8ce750b1854f3
1 Changes for coming 2.3.7 release:
3 Brief summary :
5 + More optimizations in CPU code - Bochs 2.3.7 is more than 2x faster
6   than Bochs 2.3.5 build !
7 - Implemented LBA48 support in BIOS
8 - Added memory access tracing for Bochs internal debugger
9 - Implemented Intel(R) XSAVE/XRSTOR and AES instruction set extensions
10 - Many fixes in CPU emulation and internal debugger
11   - MenuetOS64 floppy images booting perfect again !
12 - updated LGPL'd VGABIOS to version 0.6b
14 Detailed change log :
16 - CPU
17   - Support of XSAVE/XRSTOR CPU extensions, to enable configure with
18         --enable-xsave option
19   - Support of AES CPU extensions, to enable configure with
20         --enable-aes option
21   - Fixed Bochs failure on RISC host machines with BxRepeatSpeedups
22     optimization enabled
23   - Implemented SYSENTER/SYSEXIT instructions in long mode
24   - More than 100 bugfixes in CPU emulation correctness (both x86 and x86-64)
25     - MenuetOS64 floppy images booting perfect again !
26   - Updated CPU instrumentation callbacks
28 - Bochs Internal Debugger and Disassembler
29   - Added memory access tracing for Bochs internal debugger, enable
30     by typing 'trace-mem on' in debugger command line
31   - Many bug fixes in Bochs internal debugger and disassembler
33 - System BIOS (Volker)
34   - Implemented LBA48 support
35   - Added generation of SSDT ACPI table that contains definitions
36     for available processors
37   - Added RTC device to ACPI DSDT table
38   - Added implementation of SMBIOS
40 - I/O devices (Volker)
41   - VGA
42     - Implemented screen disable bit in sequencer register #1
43     - Implemented text mode cursor blinking
44   - Serial
45     - new serial modes 'pipe-server' and 'pipe-client' for win32
46     - new serial mode 'socket-server'
48 - Configure and compile
49   - Fixed configure bug with enabling of POPCNT instruction, POPCNT
50     instruction should be enabled by default when SSE4.2 is enabled.
51   - Removed --enable-magic-breakpoint configure option. The option is
52     automatically enabled  if Bochs internal debugger is compiled in.
53     It is still possible to turn on/off the feature through .bochsrc.
54   - Allow boot from network option in .bochsrc
55   - Added Bochs version info for Win32
57 - Display libraries
58   - implemented text mode character blinking in some guis
59   - improved 'x' gui runtime dialogs
61 - SF patches applied
62  [1980833] Fix shutdown status code 5h handler by Kevin O'Connor
63  [1928848] "pipe" mode for serial port (win32 only) by Eugene Toder
64  [1956843] Set the compatible pci interrupt router back to PIIX by Sebastian
65  [1956366] Do not announce C2 & C3 cpu power state support by Igor Lvovsky
66  [1921733] support for LBA48 by Robert Millan
67  [1938185] Fix link problem with --enable-debugger by Sebastian
68  [1938182] Makefile.in - use @IODEV_LIB_VAR@ by Sebastian
69  [1928945] fix for legacy rombios - e820 map and ACPI_DATA_SIZE by Sebastian
70  [1925578] rombios32.c - fix ram_size in ram_probe for low memory setup by Sebastian
71  [1908921] rombios32.c - move uuid_probe() call by Sebastian
72  [1928902] improvements to load-symbols by Eugene Toder
73  [1925568] PATCH: msvc compilation by Eugene Toder
74  [1913150] rombios.c - e820 cover full size if memory <= 16 mb by Alexander van Heukelum
75  [1919804] rombios.c - fix and add #ifdef comments by Sebastian
76  [1909782] rombios.c - remove segment values from comment by Sebastian
77  [1908918] SMBIOS - BIOS characteristics fix by Sebastian
78  [1901027] BIOS boot menu support (take 3)
79  [1902579] rombios32.c - define pci ids by Sebastian
80  [1859447] Pass segment:offset to put_str and introduce %S by Sebastian
81  [1889057] rombios.c - boot failure message by Sebastian
82  [1891469] rombios.c - print BEV product string by Sebastian
83  [1889851] Win32 version information FILEVERSION for bochs.exe by Sebastian
84  [1889042] rombios.c - fix comment by Sebastian
85  [1881500] bochsrc, allow boot: network by Sebastian
86  [1880755] Win32 version information for bochs.exe by Sebastian
87  [1880471] SMBIOS fix type 0 by Sebastian
88  [1878558] SMBIOS fixes by Sebastian
89  [1864692] SMBIOS support by Filip Navara
90  [1865105] Move bios_table_area_end to 0xcc00 by Sebastian
91  [1875414] Makefile.in - change make use by Sebastian
92  [1874276] Added instrumentation for sysenter/sysexit by Lluis
93  [1873221] TLB page flush: add logical address to instrumentation by Lluis
94  [1830626] lba32 support by Samuel Thibault
95  [1861839] Move option rom scan after floppy and hard drive post by Sebastian
96  [1838283] Early vga bios init by Sebastian
97  [1838272] rom_scan range parameter by Sebastian
98  [1864680] Save CPUID signature by Filip Navara
100 - these S.F. bugs were closed
101  [1976171] Keyboard missing break code for enter (0x9C)
102   [666433] physical read/write breakpoint sometimes fails
103  [1744820] info gdt and info idt shows the entire tables
104  [1755652] graphics: MenuetOS64 shows black screen
105  [1782207] Windows Installer malfunction, Host=Linux, Guest=Win98SE
106  [1697762] OS/2 Warp Install Failed
107  [1952548] String to char * warnings
108  [1940714] SYSENTER/SYSEXIT doesn't work in long mode
109  [1422342] SYSRET errors
110  [1923803] legacy rombios - e820 map and ACPI_DATA_SIZE
111  [1936132] Link problem with --enable-debugger & --enable-disasm
112  [1934477] Linear address wrap is not working
113  [1424984] virtual machine freezes in Bochs 2.2.6
114  [1902928] with debugger cpu_loop leaves CPU with unstable state
115  [1898929] Bochs VESA BIOS violates specs (banks == 1)
116  [1569256] bug in datasegment change in long mode
117  [1830662] ACPI: no DMI BIOS year, acpi=force is required
118  [1868806] VGA blink enable & screen disable
119  [1875721] Bit "Accessed" in LDT/GDT descriptors & #PF
120  [1874124] bx_Instruction_c::ilen() const
121  [1873488] bochs-2.3.6 make fails on dbg_main.cc
123 - these S.F. feature requests were implemented
124  [1422769] SYSENTER/SYSEXIT support in x86-64 mode
125  [1847955] Version information for bochs(dbg).exe
126   [939797] SMBIOS support
128 -------------------------------------------------------------------------
129 Changes in 2.3.6 (December 24, 2007):
131 Brief summary :
133 + More than 25% emulation speedup vs Bochs 2.3.5 release!
135       - Thanks to Darek Mihocka (http://www.emulators.com)
136         for providing patches and ideas that made the
137         speedup possible!
139 + Up to 40% speedup vs Bochs 2.3.5 release with trace cache optimization!
141 - Lots of bugfixes in CPU emulation
142 - Bochs benchmarking support
143 - Added emulation of Intel SSE4.2 instruction set
145 Detailed change log :
147 - CPU
148   - Added emulation of SSE4.2 instruction set, to enable use
149         --enable-sse=4 --enable-sse-extension configure options
150     to enable POPCNT instruction only use configure option
151         --enable-popcnt
152   - Implemented MTRR emulation, to enable use --enable-mtrr configure
153     option. MTRRs is enabled by default when cpu-level >= 6.
154   - Implemented experimental MONITOR/MWAIT support including optimized
155     MWAIT CPU state and hardware monitoring of physical address range,
156     to enable use --enable-monitor-mwait configure option.
157   - Removed hostasm optimizations, after Bochs rebenchmarking it was found
158     that the feature bringing no speedup or even sometimes slows down
159     emulation!
160   - Merged trace cache optimization patch, the trace cache optimization
161     is enabled by default when configure with --enable-all-optimizations
162     option, to disable trace cache optimization configure with
163         --disable-trace-cache
164   - Many minor bugfixes in CPU emulation (both ia32 and x86-64)
165   - Updated CPU instrumentation callbacks
167 - Bochs Internal Debugger and Disassembler
168   - Many fixes in Bochs internal debugger and disassembler, some debugger
169     interfaces significantly changed due transition to the param tree
170     architecture
171   - Added support for restoring of the CPU state from external file
172     directly from Bochs debugger
174 - Configure and compile
175   - Renamed configure option --enable-4meg-pages to --enable-large-pages.
176     The option enables page size extensions (PSE) which refers to 2M pages
177     as well.
178   - Removed --enable-save-restore configure option, save/restore feature
179     changed to be one of the basic Bochs features and compiled by default
180     for all configurations.
181   - Added new Bochs benchmark mode. To run Bochs in benchmark mode execute
182     it with new command line option 'bochs -benchmark time'. The emulation
183     will be automatically stopped after 'time' millions of emulation
184     cycles executed.
185   - Another very useful option for benchmarking of Bochs could be enabled
186     using new 'print_timestamps' directive from .bochsrc:
187         print_timestamps: enable=1
188   - Added --enable-show-ips option to all configuration scripts used to
189     build release binaries, so all future releases will enjoy IPS display.
190   - Enable alignment check in the CPU and #AC exception by default for
191     --cpu-level >= 4 (like in real hardware)
193 - SF patches applied
194  [1491207] Trace Cache Speedup patch by Stanislav
195  [1857149] Define some IPL values by Sebastian
196  [1850183] Get memory access mode in BX_INSTR_LIN_READ by Lluis Vilanova
197  [1841421] pic: keep slave_pic.INT and master_pic.IRQ_in bit 2 in sync by Russ Cox
198  [1841420] give segment numbers in exception logs by Russ Cox
199  [1801696] Allow Intel builds on Mac OS X
200  [1830658] Fix >32GB disk banner by Samuel Thibault
201  [1813314] Move #define IPL_* and typedef ipl_entry by Sebastian
202  [1809001] Save PnP Option ROM Product Name string in IPL Boot Table by Sebastian
203  [1821242] Fix for #1801285, Niclist.exe broken by Sebastian
204  [1819567] Code warning cleanup
205  [1816162] Update comment on bios_printf() by Sebastian
206  [1811139] Trivial Fix when BX_PCIBIOS and BX_ROMBIOS32 not defined by Myles Watson
207  [1811190] Improve HD recognition and CD boot by Myles Watson
208  [1811860] Implement %X in bios_printf by Sebastian
209  [1809649] printf %lx %ld %lu by Myles Watson
210  [1809651] move BX_SUPPORT_FLOPPY by Myles Watson
211  [1809652] dpte and Int13DPT fixes by Myles Watson
212  [1809669] clip cylinders to 16383 in hard drive by Myles Watson
213  [1799903] Build BIOS on amd64 by Robert Millan
214  [1799877] Fix for parallel build (make -j2) by Robert Millan
216 - these S.F. bugs were closed
217  [1837354] website bug: View the Source link broken
218  [1801268] Reset from real mode no longer working
219  [1843250] Using forward slashes gives invalid filename
220  [1823446] BIOS bug, local APIC #0 not detected
221  [1801285] Niclist.exe broken
222  [1364472] breakpoints sometimes don't work
223   [994451] breakpoint bug
224  [1801295] NSIS installer vs Windows Notepad
225  [1715328] Unreal mode quirk
226  [1503972] debugger doesn't debug first instruction on exception
227  [1069071] div al, byte ptr [ds:0x7c18] fails to execute
228  [1800080] Wrong "BX_MAX_SMP_THREADS_SUPPORTED" assertion
230 - these S.F. feature requests were implemented
231  [1662687] Download for Win32-exe with x64 Mode and debugging
232   [604221] Debugger command: query lin->phys mapping
234 -------------------------------------------------------------------------
235 Changes in 2.3.5 (September 16, 2007):
237 Brief summary :
238 - Critical problems fixed for x86-64 support in CPU and Bochs internal debugger
239 - ACPI support
240 - The release compiled with x86-64 and ACPI
241 - Hard disk emulation supports ATA-6 (LBA48 addressing, UDMA modes)
242 - Added emulation of Intel SSE4.1 instruction set
244 Detailed change log :
246 - CPU
247   - Fixed critical bug with 0x90 opcode (NOP) handling in x86-64 mode
248   - implied stack references where the stack address is not in canonical form
249     should causes a stack exception (#SS)
250   - Added emulation of SSE4.1 instruction set (Stanislav)
251   - Do not save and restore XMM8-XMM15 registers when not in x86-64 mode
252   - Fixed zero upper 32-bit part of GPR in x86-64 mode
253   - CMOV_GdEd should zero upper 32-bit part of GPR register even if the
254     'cmov' condition was false !
255   - Implemented CLFLUSH instruction, report non-zero cache size in CPUID
256   - Fixed PUSHA/POPA instructions behavior in real mode
257   - Fixed detection of inexact result by FPU
258   - Fixed denormals-are-zero (DAZ) handling by SSE convert instructions
259   - Implemented Misaligned Exception Mask support for SSE (MXCSR[17])
260   - Implemented Alignment Check in the CPU and #AC exception, to enable
261     use --enable-alignment-check configure option
263 - General
264   - 2nd simulation support in wxBochs now almost usable (simulation cleanup
265     code added and memory leaks fixed)
267 - Configure and compile
268   - several fixes for MacOSX, OpenBSD and Solaris 10
269   - enable save/restore feature by default for all configurations
270   - reorganized SSE configure options to match Intel(R) Programming
271     Reference Manual, new option introduced for SSE extensions enabling.
272     To enable Intel Core Duo 2 new instructions use
273         --enable-sse=3 --enable-sse-extension
274     enabling of SSE4.1 (--enable-sse=4) will enable SSE3 extensions as well
275   - removed old PIT, always use new PIT written by Greg Alexander,
276     removed configure option --enable-new-pit
278 - I/O devices (Volker)
279   - Floppy
280     - partial non-DMA mode support (patch by John Comeau)
281   - Hard drive / cdrom
282     - hard disk emulation now supports ATA-6 (LBA48 addressing, UDMA modes)
283     - VMWare version 4 disk image support added (patch by Sharvil Nanavati)
284   - PCI
285     - initial support for the PIIX4 ACPI controller
286   - Serial
287     - added support for 3-button mouse with Mousesystems protocol
288   - USB
289     - experimental USB device change support added
290     - rewrite of the existing USB devices code
291     - new USB devices 'disk' and 'tablet' (ported from the Qemu project)
293 - Bochs internal debugger
294   - fixed broken debugger "rc file" option (execute debugger command from file)
295   - implementation of a gui frontend ("windebug") for win32 started
296   - gdbstub now accepts connection from any host
297   - several documentation updates
298   - a lot of disasm and internal debugger x86_64 support fixes
300 - Configuration interface
301   - fixes and improvements to the save state dialog handling
303 - Display libraries
304   - text mode color handling improved in some guis
305   - win32 fullscreen mode (patch by John Comeau)
307 - System BIOS (Volker)
308   - 32-bit PM BIOS init code for ACPI, PCI, SMP and SMM (initial patches by
309     Fabrice Bellard)
310   - PCI BIOS function "find class code" implemented
312 - SF patches applied
313  [1791000] 15h 8600h is reading the wrong stack frame by Sebastian
314  [1791016] rombios32.c, ram_probe(), BX_INFO missing value by Sebastian
315  [1786429] typo in bochsrc.5 by Sebastian
316  [1785204] Extend acpi_build_table_header to accept a revision number by Sebastian
317  [1766536] Partial Patch for Bug Report 1549873 by Ben Lunt
318  [1763578] ACPI Table Revision 0 -> 1
319  [1642490] implement alignment check and #AC exception by Stanislav Shwartsman
320  [1695652] [PATCH] .pcap pktlog and vnet PXE boot by Duane Voth
321  [1741153] Add expansion-ROM boot support to the ROMBIOS
322  [1734159] Implemented INT15h, fn 0xC2 (mouse), subfn 3, set resolution
323  [1712970] bios_printf %s fix
324  [1573297] PUSHA/POPA real mode fix by Stanislav Shwartsman
325  [1641816] partial support for non-DMA access to floppy by John Comeau
326  [1624032] shows where write outside of memory occurred by John Comeau
327  [1607793] allow fullscreen when app requests it by John Comeau
328  [1603013] Bugfix for major NOP problem on x64 by mvysin
329  [1600178] Make tap and tuntap compile on OpenBSD by Jonathan Gray
330  [1149659] improve gdbstub network efficiency by Avi Kivity
331  [1554502] Trivial FPU exception handling fix
333 - these S.F. bugs were closed
334  [1316008] Double faults when it shouldn't - gcc 4.0.2
335  [1787289] broken ABI for redolog class when enable-compressed-hd
336  [1787500] tftp_send_optack not 64bit clean
337  [1264540] Security issue with Bochs website
338  [1767217] Debugger Faults including ud2
339  [1729822] Various security issues in io device emulation
340  [1675202] mptable hosed (bad entry count in header)
341  [1197141] 'make install' installs to bad location
342  [1157623] x86Solaris10 cannot recoginize ACPI RSD PTR
343  [1768254] large HDD in Bochs/bximage
344  [1496157] Windows Vista Beta2 dosn't boot
345  [1755915] Illegal Hard Disk Signature Output
346  [1717790] info gdt and info idt scrolls away, too long result
347  [1726640] Debugger displays incorrect segment for mov instruction
348  [1719156] Typo in misc_mem.cpp
349  [1715270] Debugger broken in/beyond 2.3
350  [1689107] v8086 mode priviledge check failed
351  [1704484] A few checks when CPU_LEVEL < 4
352  [1678395] Problem with zero sector...
353   [876990] SA-RTL OS fails on PIC configuration
354  [1673582] save/restore didn't restore simulation correctly
355  [1586662] EDD int 13h bug, modify eax
356   [666618] POP_A Panic in DOS EMU
357  [1001485] panic: not enough bytes on stack
358  [1667336] delay times an order of magnitude slow
359  [1665601] crash disassembling bootcode
360  [1657065] CVS sources won't compile
361  [1653805] bochs's gdbstub uses incorrect protocol
362  [1640737] ASM sti command frezzes guest OS
363  [1636439] latest CVS sources don't compile under Cygwin
364  [1634357] disasm incorrect (no sign ext) displacement in 64-bit mode
365  [1376453] pcidev segfaults bochs
366  [1180890] IOAPIC in BOCHS - WinXP 64 in MP version
367  [1597528] 2.3 fails to compile on amd64
368  [1526255] FLD1 broken when compaling with gcc 4.0.x
369  [1597451] eth_fbsd is broken under FreeBSD
370  [1571949] Bochs will not compile under Solaris
371  [1500216] Bochs fails to boot BeOs CD
372  [1458339] bochs-2.2.6 WinXP Binary ACPI error installing FreeBSD 6.0
373  [1440011] patches needed for FreeBSD 6.0 to compile Bochs
374   [431674] some devices don't have a prefix
375   [458150] QNX demo disk crashes with new pit
376   [818322] Bochs 2.1 cvs: OS/2 - read verify on non disk
377   [906840] KBD: bogus scan codes generated in set 3
378  [1005053] No keyboard codes translation
379  [1109374] Problem with Scancodeset 2
380  [1572345] Bochs won't continue
381  [1568153] Bochs looks for (and loads?) unspecified display libraries
382  [1563462] Errors in /iodev/harddrv.h
383  [1562172] TLB_init() fails to initialize priv_check array if USE_TLB 0
384  [1385303] debugger crashes after panic
385  [1438227] crc.cpp missing in bx_debug version 2.2.6
386  [1501825] debugger crashes on to high input
387  [1420959] Memory leak + buffer overflow in Bochs debugger
388  [1553289] Error in Dis-assembler
389   [542464] I cannot use FLAT
390  [1548270] Bochs won't die with its pseudo terminal
391  [1545588] roundAndPackFloatx80 does not detect round up correctly
393 -------------------------------------------------------------------------
394 Changes in 2.3 (August 27, 2006):
396 Brief summary :
397 - limited save/restore support added (config + log options, hardware state)
398 - configuration parameter handling rewritten to a parameter tree
399 - lots of cpu and internal debugger fixes
400 - hard disk geometry autodetection now supported by most of the image types
401 - hard disk emulation now supports ATA-3 (multiple sector transfers)
402 - VBE memory size increased to 8MB and several VGA/VBE fixes
403 - updated LGPL'd VGABIOS to version 0.6a
405 Detailed change log :
407 - CPU and internal debugger fixes
408   - Fixed bug in FSTENV instruction (Stanislav Shwartsman)
409   - Recognize #XF exception (19) when SSE is enabled
410   - Fixed bug in PSRAW/PSRAD MMX and SSE instructions
411   - Save and restore RIP/RSP only for FAULT-type exceptions, not for traps
412   - Correctly decode, disassemble and execute multi-byte NOP '0F F1' opcode
413   - Raise A20 line after system reset (Stanislav Shwartsman)
414   - Implemented SMI and NMI delivery (APIC) and handling in CPU (Stanislav)
415   - Experimental implementation of System Management Mode (Stanislav)
416   - Added emulation of SSE3E instructions (Stanislav Shwarstman)
417   - Save and restore FPU opcode, FIP and FDP in FXSAVE/FRSTOR instructions
418   - Fixed bug in MOVD_EdVd opcode (always generated #UD exception)
419   - Fixed critical issue, Bochs was not supporting > 16 bit LDT.LIMIT values
420   - Many fixes in Bochs internal debugger and disassembler
422 - CPU x86-64 fixes
423   - Fixed SYSRET instruction implementation
424   - Fixed bug in CALL/JMP far through 64-bit callgate in x86-64 mode
425   - Correctly decode, disassemble and execute 'XCHG R8, rAX' instruction
426   - Correctly decode and execute 'BSWAP R8-R15' instructions
427   - Fixed ENTER and LEAVE instructions in x86-64 mode (Stanislav)
428   - Fixed CR4 exception condition (No Name)
429   - Fixed x86 debugger to support x86-64 mode (Stanislav)
431 - APIC and SMP
432   - Support for Dual Core and Intel(R) HyperThreading Technology. Now you
433     could choose amount of cores per processor and amount of HT threads per
434     core from .bochsrc for SMP simulation (Stanislav Shwartsman)
435   - Allow to control SMP quantum value through .bochsrc CPU
436     option parameter. Previous Bochs versions used hardcoded quantum=5
437     value.
438   - Fixed interrupt priority bug in service_local_apic()
439   - Fixed again reading of APIC IRR/ISR/TMR registers. Finally it becomes
440     fully correct :-)
442 - Configure and compile
443   - Moved configure time --enable-reset-on-triple-fault option to runtime,
444     the 'cpu' option in .bochsrc is extended and the old configure option
445     is deprecated (Stanislav Shwartsman)
446   - Removed --enable-pni configure option, to compile with PNI use
447     --enable-sse=3 instead (Stanislav Shwartsman)
448   - enable SEP (SYSENTER/SYSEXIT) support by default for Penitum II+
449     processor emulation (i.e. if cpu-level >= 6 and MMX is enabled)
451 - general
452   - Limited save/restore support added. The state of CPU, memory and all
453     devices can be saved now (state of harddisk images not handled yet).
454   - Fixed several memory leaks
456 - configuration interface
457   - Configuration parameter handling rewritten to a parameter tree. This is
458     required for dynamic menus/dialogs, user-defined options and save/restore.
459   - Support for user-defined bochsrc options added
460   - help support at the parameter prompt in textconfig added
462 - I/O devices (Volker)
463   - Floppy
464     - partial sector transfers fixed
465   - Hard drive / cdrom
466     - several fixes to the IDE register behaviour (e.g. in case of a channel
467       with only one drive connected)
468     - fixed data alignment of 'growing' hard drive images (sharing images
469       between Windows and Linux now possible)
470     - disk geometry autodetection now supported by most of the image types
471       (unsupported: external, dll and compressed modes)
472     - multi sector read/write commands implemented
473     - hard disk now reporting ATA-3 supported
474     - ATAPI 'inquiry' now returns a unique device name
475   - Keyboard
476     - reset sent to keyboard has no effect on the 8042 (scancode translation)
477   - PCI
478     - forward PIRQ register changes to the I/O APIC (if present)
479     - attempt to fix and update the emulation part of 'pcidev' (untested)
480   - VGA
481     - VBE memory size increased to 8MB and several VBE fixes
482     - VGA memory read access fixed (bit plane access and read mode)
483     - VGA memory is now a part of the common video memory
485 - System BIOS (Volker)
486   - enable interrupts before executing INT 19h
487   - fixed ATA device detection in case of one drive only connected to controller
488   - improved INT 15h function AX=E820h
489   - real mode PCI BIOS now returns IRQ routing information (function 0Eh)
490   - keyboard LED flags handling fixed and improved
491   - fixed handling of extended keys in INT 09h
492   - Updated LGPL'd VGABIOS to version 0.6a
494 - SF patches applied
495  [1340111] fixes and updates to usb support by Ben Lunt
496  [1539420] minor addition to pci_usb code by Ben Lunt
497  [1455958] call/jmp through call gate in 64-bit mode
498  [1433107] PATCH: fix compile with wxwindows 2.6 (unicode / utf8) by jwrdegoede
499  [1386671] Combined dual core and hyper-threading patch
501 - these S.F. bugs were closed
502   [833927] TTD: System Error TNT.40025: Unexpected processor exception
503   [789230] Sending code that shows lock up when setting idt
504   [909670] Problems with Symantec Ghost
505  [1540241] include missing in osdep.cc
506  [1539373] Incorrect disasm for "mov moffset,bla" in 64bit
507  [1538419] incorrect disassembly of [rip+disp] with rex.b
508  [1535432] shift+cursor key maps to a digit
509  [1504891] Knoopix 5.0.1 error
510  [1424355] bochs-2.2.6 ata failure in windoze 98se
511  [1533979] wrong disassembly of IN instruction
512   [620059] paste won't stop
513  [1164904] status bar doesn't show num/caps/scroll lock status
514  [1061720] ATA Support level for HD
515  [1522196] Broken CHANGES link in main page
516  [1438415] crash if screen scrolled downwards
517   [778441] Shouldn't interrupts be enable after BIOS?
518  [1514949] I got a problem with the 8253 timer
519  [1513544] disasm of 0xec (in AL,DX) returns ilen of 2 instead of 1
520  [1508947] APIC interrupt priority checking and interrupt delivery
521   [766286] Debugger halts after any GPF exception
522   [639143] va_list is not a pointer on linuxppc
523  [1501815] debugger examines memory over page-boundary wrong
524  [1503978] movsb/w/d doesn't work when direction is stored
525  [1499405] WinPCap has changed URL hosting
526  [1498519] APIC IRR bits not set while interrupts disabled
527  [1498193] Bochs segfaults on LTR instruction
528   [787140] Guest2HostTLB optimization bug
529  [1492070] instrument stop
530  [1487772] No SEP on P4
531  [1488335] Growing hard disk images severe interoperability errors!
532  [1076312] Shadow RAM and TLB
533  [1282249] The real i440FX chipset Award bios hangs
534  [1479763] mistake "mov ax,[es:di]" for "mov ax,[ds:di]"
535  [1453575] Misconfigured floppy DMA transfers do not terminate.
536  [1460068] Incorrect handling for the Options Menu Item
537   [910203] bochs-2.1.1 wx.lo failed
538  [1438654] PANIC when trying to run install-amd64-minimal-2005.0.iso
539  [1458320] compile hdimage.h fails
540  [1455880] bochs-2.2.6,2: make error on FreeBSD
541   [696890] Network wouldn't run under W2k hosting MSDOS
542   [673391] SMP timer problems
543  [1291059] wxWindows GUI on non-windows/configure issue
544  [1356450] bochs 2.2.1 errors-omittions
545  [1178017] Win98 guest cannot receive network packets from host
546  [1076315] a20_mask after restarting
547  [1436323] real hw does not panic when bad Ib in CMPSS_VssWssIb
548  [1435269] cdrom_amigaos is not compilable
549  [1433314] disasm issues
550  [1170614] relative jumps/calls wrong in debugger
551   [758121] user might get confused when interrupt handler invoked
552  [1170622] You cannot toggle OFF "show" flags
553  [1406387] JMP instruction should display absolute address
554  [1428813] PANIC: ROM address space out of range
555  [1426288] DR-DOSs EMM386 problem
556  [1412036] Bochs cannot recognize PCI NIC correctly
557   [435115] dbg: modebp broken and no docs
558  [1419366] disasm cs:eip does not work anymore
559  [1419393] SSE's #XF exception -> "exception(19): bad vector"
560  [1419429] disassembly of "260f6f00" show DS: instead of ES: prefix
561  [1417583] Interrupt behaviour changed from 2.2.1 to 2.2.5
562  [1418281] 'push' (6A) incorrectly disassembled
563  [1417791] FLDENV generating exception when real hw does not.
564  [1264583] OS/2 1.1 doesn't run
566 -------------------------------------------------------------------------
567 Changes in 2.2.6 (January 29, 2006):
569 - First major SMP release !
570   - several APIC and I/O APIC fixes make SMP Bochs booting Windows NT4.0
571     or Knoppix 4.0.2 without noapic kernel option in SMP configuration.
572   - critical APIC timer bug fixed
573   - obsolete SMP BIOS images removed (MP tables created dynamicaly)
574   - determine number of processors in SMP configuration through .bochsrc
575     new .bochsrc option 'CPU' allows to choose number of processors to emulate
576   - new configure option --enable-smp to configure Bochs for SMP support,
577     the old --enable-processors=N option is deprecated
578 - CPU and internal debugger fixes
579   - enabled #PCE bit in CR4 register, previosly setting of this bit
580     generated #GP(0) fault
581   - enabled LAHF/SAHF instructions in x86-64 mode
582   - fixed bug in PMULUDQ SSE2 instruction
583   - fixes in Bochs debugger
584 - Configure and compile
585   - enable VME (virtual 8086 mode extensions) by default if cpu-level >= 5
586   - enable Bochs disassembler by default for all configurations
587   - win32 installer script improvements
588   - ips parameter moved to new 'CPU' option
589   - show IPS value in status bar if BX_SHOW_IPS is enabled
590 - Other
591   - several fixes in the hard drive, keyboard, timer, usb and vga code
592   - new user button shortcut "bksl" (backslash)
593   - updated Bochs instrumentation examples
594   - user and development documentation improved
596 -------------------------------------------------------------------------
597 Changes in 2.2.5 (December 30, 2005):
599 Brief summary :
600 - added virtual 8086 mode extensions (VME) implementation
601 - several fixes/improvements in x86-64 emulation, debugger and disassembler
602 - new serial mode 'socket' connects a network socket
603 - IDE busmaster DMA feature for harddisks and cdroms completed and enabled
604 - many improvements in Bochs emulated I/O devices (e.g. floppy, cdrom)
605 - Updated LGPL'd VGABIOS to version 0.5d
607 Detailed change log :
609 - CPU
610   - fixed XMM registers restore in FXRSTOR instruction (Andrej Palkovsky)
611   - print registers dump to the log if tripple fault occured
612   - fixed PANIC in LTR instruction (Stanislav)
613   - added virtual 8086 mode extensions (VME) implementation, to enable
614     configure with --enable-vme (Stanislav)
615   - flush caches and TLBs when executing WBINVD and INVD instructions
616   - do not modify segment limit and AR bytes when modifying segment
617     register in real mode (support for unreal mode)
618   - fixed init/reset values for LDTR and TR registers
619   - reimplemented hardware task switching mechanism (Stanislav)
620   - generate #GP(0) when fetching instruction cross segment boundary
622 - CPU (x86-64) (Stanislav Shwartsman)
623   - implemented call_far/ret_far/jmp_far instructions in long mode
624   - fixed IRET operation in long mode
625   - fixed bug prevented setting of NXE/FFXSR bits in MSR.EFER register
626   - implemented RDTSCP instruction
627   - do not check CS.limit when prefetching instructions in long mode
628   - fixed masked write instructions (MASKMOVQ/MASKMOVDQU) in long mode
629   - fetchdecode fixes for x86-64
631 - APIC
632   - Fixed bug in changing local APIC id (Stanislav)
633   - Fixed reading of IRR/ISR/TMR registers (patch by wmrieker)
634   - Implemented spurious interrupt register (Stanislav, patch by wmrieker)
635   - Fixed interrupt delivery bug (anonymous #SF patch)
636   - Correctly implemented ESR APIC register (Stanislav)
638 - Bochs debugger
639   - Fixed bug in bochs debugger caused breakpoints doesn't fire sometimes
640     (Alexander Krisak)
641   - watchpoints in device memory fixed (Nickolai Zeldovich)
642   - new debug interface to access Bochs CPU general purpose registers
643     with support for x86-64
645 - Disassembler (Stanislav Shwartsman)
646   - Fixed disassembly for FCOMI/FUCOMI instructions
647   - Full x86-64 support in disassembler. The disassembler module extended
648     to support x86-64 extensions. Still limited by Bochs debugger which
649     is not supporting x86-64 at all ;(
651 - I/O devices (Volker)
652   - general
653     - memory management prepared for large BIOS images (up to 512k)
654     - slowdown timer sleep rate fixed (now using 1 msec on all platforms)
655     - some device specific parameter handlers moved into the device code
656   - serial
657     - new serial mode 'socket' connects a network socket (#SF patch by Andrew Backer)
658   - hard drive / cdrom
659     - assign a unique serial number to each drive (fixes harddrive detection
660       problems with Linux kernels 2.6.x: "ignoring undecoded slave")
661     - geometry autodetection for 'flat' hard disk images added. Works with
662       images created with bximage (heads = 16, sectors per track = 63)
663     - ATAPI command 'read cd' implemented, some other commands improved
664     - cdrom read block function now tries up to 3 times before giving up
665     - emulation of raw cdrom reads added, some other lowlevel cdrom fixes
666     - IDE busmaster DMA feature for harddisks and cdroms completed and enabled
667     - disk image size limit changed from 32 to 127 GB
668     - split ATA/ATAPI emulation code and image handling code
669   - floppy
670     - fixes for OS/2 (patch by Robin Kay)
671     - disk change line behaviour fixed (initial patch by Ben Lunt)
672     - end-of-track (EOT) condition handling implemented
673     - more accurate timing for read/write data and format track commands using
674       a motor speed of 300 RPM
675     - timing of recalibrate and seek commands now depends on the step rate,
676       date rate and the steps to do
677     - floppy controller type changed to 82077AA
678   - cmos
679     - RTC 12-hour and binary mode implemented
680     - number of CMOS registers changed from 64 to 128
681     - bochsrc option 'cmosimage' improved
682     - save cmos image on exit if enabled
683   - speaker
684     - simple speaker support for OS X added (patch by brianonn@telus.net)
685   - pci
686     - BeOS boot failure fix in the PCI IDE code
687     - don't register i/o and memory regions during PCI probe
688   - vga
689     - memory allocation for vga extensions fixed
690   - usb
691     - some bugfixes by Ben Lunt (mouse and keypad are usable now)
692   - networking modules
693     - VDE networking module now enabled on Linux
695 - display libraries
696   - general
697     - new syntax for the userbutton shortcut string and more keys supported
698   - win32
699     - fixed keycode generation for right alt/ctrl/shift keys
700     - runtime dialog is now a property sheet
701   - x11
702     - simple dialog boxes for the "ask" and "user shortcut" feature implemented
703     - Slovenian keymap added (contributed by Mitja Ursic)
705 - configuration interface
706   - ask dialog is now enabled by default for win32, wx and x display libraries
707   - bochsrc option floppy_command_delay is obsolete now (floppy timing now based
708     on hardware specs)
709   - floppy image size detection now available in the whole config interface
710   - some device specific parameter handlers moved into the device code
711   - calculate BIOS ROM start address from image if not specified
713 - System BIOS (Volker)
714   - PCI i/o and memory base address initialization added
715   - several keyboard interrupt handler fixes (e.g. patch by japheth)
716   - several floppy fixes (e.g. OS/2 works with patch by Robin Kay)
717   - some more APM functions added
718   - Updated LGPL'd VGABIOS to version 0.5d
719   - generate SMP specific tables dynamicly by the Bochs memory init code
721 - SF patches applied
722  [1389776] Disk sizes over 64 Gbytes by Andrzej Zaborowski
723  [1359162] disasm support for x86-64 by Stanislav Shwartsman
724   [857235] task priority and other APIC bugs, etc by wmrieker
725  [1359011] build breaks for 386 + debugger + disasm by shirokuma
726  [1352761] Infinite loop when trying to debug a triple exception
727  [1311170] small APIC bug fix (interrupt sent to the wrong CPU)
728  [1309763] Watchpoints don't work in device memory by Nickolai Zeldovich
729  [1294930] change line status on floppy by Ben Lunt
730  [1282033] SSE FXRESTORE not working correctly by Ondrej Palkovsky
731   [816979] wget generalizations by Lyndon Nerenberg
732  [1214886] No more pageWriteStamp / unified icache by H. Johansson
733  [1107945] com->socket redirection support by Andrew Backer
735 - these S.F. bugs were closed
736   [669180] win95 install : unknown SET FEATURES subcommand 0x03
737  [1346692] bochs 2.2.1 VGA BIOS error
738  [1354963] floppy in KolibriOS
739  [1378204] error: bochs-2.2.1, --enable-sb16, --disable-gameport
740  [1368412] VDE problems in BOCHS
741   [533446] CPU and APIC devices appear twice
742  [1000796] bximage fails to create image of specified size
743  [1170793] Quarterdeck QEMM doesn't work
744   [923704] Multiple opcode prefixes don't reflect Trap 13
745  [1166392] DocBook/documentation issues
746  [1368239] broken grater than 4GB size of sparse type hd image
747  [1365830] i386 compile breaks on paging
748   [427550] Incomplete IRETD implementation
749  [1215081] MSVC workspace STILL not fixed
750   [736279] Jump to Task
751  [1356488] FD change fail & occur error
752   [957615] [CPU ] prefetch: RIP > CS.limit
753  [1353866] not booting linux-2.6.14
754  [1351667] load32bitOSImage does not work with --enable-x86-debugger
755  [1217476] Incorrect (?) handling of segment registers in real mode
756  [1184711] OS2 DOS crash [2.2.pre2]
757   [624330] support for disks > 32GiB
758  [1348368] bochs 2.2.1 bximage error
759  [1342081] Configuration Menu option failed
760  [1138616] OS/2 Warp 4 hangs when booting
761  [1049840] mouse and video conflict
762  [1164570] Unable to perform Fedora Core 4 test 1 installation
763  [1183201] Windows 2000 (MSDN build 2150?) does not completely install
764  [1194284] Can't boot from CD-ROM (Windows NT)
765   [962969] Windows NT crashes while trying to intall them.
766  [1054594] WinXP install halts (redo)
767  [1153107] Windows XP fails with BSOD on 'vga'
768   [938518] Win XP installation fails
769   [645420] getHostMemAddr vetoed direct read
770  [1179985] MS XENIX: >>PANIC<< VGABIOS panic at vgabios.c, line 0
771  [1329600] WBINVD and INVD should flush caches and TLB
772   [638924] eliminate BX_USE_CONFIG_INTERFACE
773  [1048711] Funny behaviour with CTRL
774  [1288450] keyboard BIOS error
775  [1310706] Keyboard - about key SHIFT
776  [1295981] Ubuntu 5.04 Live-CD won't boot in Bochs
777   [879047] APIC timer behavior different before reset and after
778  [1188506] I still can't install the german Windows XP!
779  [1301847] Windows XP dosn't boot - FXRSTOR problem ?
780   [661259] does not boot QNX under WinX
781   [924412] Keyboard lock states all whacked
782   [681127] MIPSpro compiler (IRIX) is allergic to ^M
783  [1285923] BIOS keyboard handler
784   [516639] ATA controller revisited...
785   [657918] does not boot BeOS under WinX
786   [649245] BeOS CD locks halfway on boot
787  [1094385] Attachment for bug 1090339 (beos failure)
788  [1183196] BeOS 4.5 developer CD does not install
789  [1090339] BeOS fails to boot
790   [639484] panics when int 13 is called
791   [711701] divide by zero
792   [704295] ATAPI/BIOS call missing
793   [682856] hard drive problems
794   [627691] Cursor keys problem
795   [588011] keyboard not working
796   [542260] os/2 warp crashes with floppy handling
797  [1273878] SB16 doesn't work in pure DOS
798   [542254] OS/2 FDC driver dies
799  [1099610] Windows 98 SE Does not install
800   [875479] cr3 problem on task switch
801   [731423] NE2000 causing PANIC on Win2K detection
802  [1156155] bochs fails to boot plan9 iso
803  [1251979] --enable-cpu-level=3 should assume --without-fpu
804  [1257538] Interupt 15h 83h - set wait event interval
805   [658396] Panic for DR DOS emm386
806   [679339] /? doesn't divulge Bochs command-line syntax
807  [1167016] call/jump/return_protected doesn't support x86-64
808  [1252432] Mac OS X compile bug
809   [881442] Bochs 2.1 PANIC when loading DOS Turbo Pascal protected mode
810  [1249324] Boch2.2.1 Buffer Overfollow in void bx_local_apic_c::init ()
811  [1197144] 'make install' has dependency on wget
812  [1079595] LTR:386TSS: loading tr.limit < 103
813  [1244070] Compilation Error in gui/rfb.cc
814   [761707] CPU error when trying to start Privateer
815   [517281] Crash running Privateer in DOS...
817 -------------------------------------------------------------------------
818 Changes in 2.2.1 (July 8, 2005):
820 - Fixed several compilation warnings and errors for different platforms (Volker)
821 - Fixed FPU tag word restore in FXRSTOR instruction (Stanislav)
822 - Added missing scancodes for F11 and F12 to BIOS translation table (Volker)
823 - Bochs disassembler bugfixes (h.johansson)
824 - About 5% emulation speed improvement (h.johansson)
825 - Handle writing of zero to APIC timer initial count register (Stanislav)
826 - Enable Idle-Hack for 'TERM' GUI (h.johansson)
827 - Reduced overhead of BX_SHOW_IPS option to minimum. Now every simulation
828   could run with --enable-show-ips without significant performance
829   penalty. (Stanislav)
830 - Fixed pcipnic register access (Volker)
831 - Limited write support for TFTP server in 'vnet' networking module added (Volker)
832 - Changed some timing defaults to more useful values (Volker)
833 - WinXP/2003 style common controls now supported (Vitaly Vorobyov)
834 - Updated LGPL'd VGABIOS to version 0.5c (Volker)
835 - Added new BX_INSTR_HLT callback to instrumentation (Stanislav)
837 -------------------------------------------------------------------------
838 Changes in 2.2 (May 28, 2005):
840 Brief summary :
841 - New floating point emulator based on SoftFloat floating point
842   emulation library.
843 - improved x86-64 emulation
844 - Cirrus SVGA card emulation added
845 - status bar with indicators for keyboard, floppy, cdrom and disk (gui dependant)
846 - many improvements in Bochs emulated I/O devices (e.g. PCI subsystem)
848 Detailed change log :
850 - CPU
851   - fixes for booting OS/2 by Dmitri Froloff
852     - fixed v8086 priveleged instruction processing bug (was also reported
853       by LightCone Aug 7 2003)
854     - exception process bug (was reported by Diego Henriquez Sat Nov 15
855       01:16:51 CET 2003)
856     - segment validation with IRET instruction
857     - CS segment not present exception processing with IRET
858   - several fixes by Kevin Lawton
859   - add MSVC host asm instructions (patch by suzu)
860   - fixed bug in HADDPD/HSUBPD (SSE3) instructions
861   - fixed bug in float to integer SSE/SSE2 convert instructions
862   - fixed BCD instructions implementation
863   - execution speed improvements (sshwarts and psychosmur)
864   - fix MSR_APICBASE base address (Kangmo Kim, Christian Neubert)
865   - change BX_PANIC messages to BX_INFO when behaviour exactly
866     matches Intel docs
867   - EIP > CS.limit case should always cause #GP(0), even in real mode.
868     Fixed all jump, call and ret instructions for 16/32 modes
869   - fixed using invalid segment register for MOV instruction (h.johansson)
870   - fixed ET bit mismatch between CR0 and SMSW instruction
871   - fixed possible simulator #DIVZERO fault when executing IDIV instruction
872   - fixed undocumented flags handling for BTS, BTR, SHR, SHLD, MUL and IMUL
873     instructions (Stanislav Shwartsman)
874   - added missed #GP(0) exception when loading incorrect flags combination
875     to CR0 (Stanislav Shwartsman)
876   - in case of --enable-ignore-bad-msr enabled read ignored MSRs as zero
877   - enabled #DE, #TSD and #MCE bits in CR4 register, previosly setting
878     of one of these bits generated #GP(0) (Stanislav, Volker Ruppert)
879   - exceeding the instruction length limit of 15 bytes (this only can
880     occur when redundant prefixes are placed before an instruction)
881     generate #GP(0) (Stanislav Shwartsman)
882   - corrected PAE functionality
884 - CPU (x86-64)
885   - fetchdecode fixes for x86-64 and 3DNow! (Stanislav)
886   - fixed CF flag handling for SHL instruction in x86-64 mode (Stanislav)
887   - implemented CR8 register (aliased to APIC.TPR[7:4]) (Stanislav)
888   - implemented NXE bit (No-Execute page protection) support (Stanislav)
889   - STOSQ instruction emulation fixed (Avi Kivity)
890   - allow null SS selector for MOV SS, POP SS, and LSS instructions
891     in long mode (Avi Kivity)
892   - ignore segment bases for all segments (except FS and GS) in long
893     mode (Avi Kivity)
894   - allow SYSENTER/SYSEXIT instructions together with x86-64 (Stanislav)
895   - canonical address checking for RIP (Stanislav)
897 - FPU (Stanislav Shwartsman)
898   - totally rewritten all FPU code based on softfloat library
899   - significantly improved accuracy of all floating point
900     instructions.
901   - implemented all missed P6 and PNI floating point instructions.
902   - hundreds of bug fixes in FPU code.
904   TODO:
905     ! Unmasked underflow/overflow should correct the result
906       by magic number for all operations, including float32
907       and float64.
909 - APIC (Zwane Mwaikambo)
910   - APIC arbitration
911   - Processor priority
912   - Various interrupt delivery fixes
913   - Focus processor checking
914   - ExtINT delivery
916 - Disassembler
917   - fixed MOV opcode 0x88, had exchanged the operands (h.johansson)
918   - fixed MOV opcode 0xA3, had wrong operand size (h.johansson)
919   - fixed BOUND opcode 0x62 (Stanislav)
920   - fixed CALLW opcode 0xFF /3 and JMPW opcode 0xFF /5 (Stanislav)
921   - fixed INS opcode 0x6D, had wrong operand size (Stanislav)
922   - fixed disassembly for repeatable instructions (Stanislav)
923   - fixed sign-extended immediate opcodes (Stanislav)
924   - fixed MOVSS/MOVSD instructions opcode names (Stanislav)
925   - fixed NEG instruction opcode name (Stanislav)
926   - fixed CMPXCHG8B instruction, had wrong operand size (Stanislav)
927   - fixed floating point instructions operands (Stanislav)
928   - experimental support of AT&T syntax in disassembler (Stanislav)
930 - I/O devices
931   - general
932     - handle cpu reset through port 0x92
933     - new memory handler API for PCI i/o and memory handling (Frank Cornelis)
934   - speaker emulation for Linux (David N. Welton) and Win32 (Volker Ruppert) added
935   - pci
936     - PCI slot configuration added for 5 slots (Volker)
937     - PCI irq routing, irq sharing and level sensitive irq mode implemented
938     - ne2k device appears as a Realtec 8029 NIC if connected to a PCI slot
939     - PCI IDE controller dummy device added
940     - PCI host device mapping for Linux (Frank Cornelis)
941     - PCI Pseudo-NIC emulation (Michael Brown)
942   - serial
943     - multiple serial port support added (4 ports now available)
944     - partial raw serial support on win32 (transmit data)
945     - serial port i/o mode option added (modes: null, file, term, raw, mouse)
946   - parallel
947     - multiple parallel port support added (2 ports now available)
948   - mouse
949     - serial mouse support (Volker)
950     - PS/2 and serial wheel mouse support (Ben Lunt)
951   - usb
952     - USB mouse and keypad support (Ben Lunt)
953     - config option to specify devices connected to USB ports
954   - vga
955     - VBE 8 bit DAC support added
956     - VBE memory now registered using DEV_register_memory_handlers()
957     - CL-GD 54xx SVGA emulation added (Makoto Suzuki)
958     - vga extension option added (choices: vbe, cirrus, none) (Volker)
959   - floppy
960     - raw floppy access now works on Win9x host (Ben Lunt)
961   - sb16
962     - MacOSX sound support (Brian Huffman)
963   - networking modules
964     - new: 'eth_vnet' simulates ARP, DHCP, ICMP-echo and read-only TFTP
965       (m_suzu, easeway)
966     - new: 'eth_vde' for Virtual Distributed Ethernet (Renzo Davoli)
968 - System BIOS
969   - turn floppy motor off 2 seconds after last read/write/recalibrate command
970     (Ben Lunt)
971   - int13_cdrom / 32 bit register update fixes for FreeBSD cdrom boot
972     (Fabrice Bellard)
973   - APM and system shutdown support (Fabrice Bellard)
974   - checksum calculation for expansion ROMs
975   - extended floppy parameter table (Mike Nordell, Derek Favcus)
976   - PCI IRQ initialisation added
977   - boot sequence with up to 3 boot devices added
979 - display libraries
980   - status bar with indicators for cdrom, floppy, harddisk and keyboard added
981     (done in rfb, sdl, win32, wx and x)
982   - 3rd (middle) mouse button now supported (rfb, sdl, win32, wx, x)
983   - mouse wheel support (sdl, win32, x)
984   - CTRL key + middle mouse button now used to toggle the mouse capture mode
985     (sdl, win32, wx, x)
986   - text mode split screen feature added (sdl, win32, wx, x)
987   - new gui function returns the display library capabilities (xres, yres, bpp)
988     for the Bochs VBE support
989   - display library specific options added - currently supported:
990     rfb:   timeout (time to wait for client connection)
991     sdl:   fullscreen (startup in fullscreen mode)
992     win32: legacyF12 (use F12 to toggle mouse)
993   - new graphics update API added (used by svga_cirrus) (Robin Kay)
995 - configuration interface
996   - win32: gui runtime dialogs replace textconfig runtime dialogs
997   - set default IPS to 10000000 in .bochsrc sample
998   - SB16 options dmatimer and loglevel now available at runtime
1000 - configure script / compile
1001   - --enable-ignore-bad-msr (ignore bad MSR references) option is enabled
1002     by default
1003   - --enable-mmx enabled by default only if cpu-level >= 5
1004   - --enable-4meg-pages will be enabled by default if cpu-level >= 5
1005   - fixes for Solaris SunPro (Robin Kay)
1006   - --enable-pni option added
1007   - --enable-show-ips option added, enable Instruction Per Second counter
1008     in log file
1009   - autodetection for lowlevel sound support added
1011 - documentation
1012   - a bunch of updates in user and documentation docs (Alexander Schuch)
1014 - SF patches applied
1015   [894595] MSR_APICBASE always returns APIC ADDRESS 0 by Kangmo Kim
1016   [907163] ctrl_xfer8 clean/speed up
1017   [907161] clean/speed up of io.cc
1018   [899972] data xfer performance patch V 2.0.4
1019   [904549] imul gives incorrect result in long mode
1020   [877510] amd64 fixes...
1021   [903465] SEGV in iodev/ne2k.cc line 1211 on Alpha architecture by Christian Lestrade
1022   [903332] copy the bximage result to clipboard, etc by Lukewarm
1023   [950905] Do not PANIC on rare, bad input from user-mode by h.johansson
1024   [924428] ET bit mismatch between CR0 and MSW
1025   [869822] a real SVGA implementation by m_suzu
1026   [867045] fix for compiler errors on VC++ by m_suzu
1027   [838601] support for the over 2GB disk size with MSVC++
1028   [874816] local ARP/ping/DHCP simulator by m_suzu
1029   [976066] Keyboard: Get controller version by Ben Lunt
1030   [832330] ROMBIOS improvement (reduce stack consumption, etc.)
1031   [977900] READ_CDROM_TOC and base address by Ben Lunt
1032   [961665] WinXP patch to read physical CDROM's TOC by Ben Lunt
1033   [978793] CDROM_SENSE_MODE medium_type by Ben Lunt
1034   [615457] gif to png migration
1035  [1021767] Portability in sb16ctrl.c by Robert Millan
1036   [690400] gzip is confused by GZIP variable in Makefile
1037   [567595] guess floppy image size from image file length by Tal Benavidor
1038   [888426] bochsrc to make vnet useful by m_suzu
1039  [1021758] GNU/k*BSD host support by Robert Millan
1040   [969967] int 15/ah=87h clearing cr0 by Ben Lunt
1041  [1048327] Russian Keymap by Dmitry Soshnikov
1042   [851332] DESTDIR support for install_dlx by Ville Skyttä
1043   [970929] gdbstub support for MinGW tool chains by Muranaka Masaki
1044  [1021740] Turn gdb stub into a runtime option by Charles Duffy
1045  [1063329] RFB key press/release bug fix by Remko van der Vossen
1046  [1079240] Wheel Mouse by Ben Lunt
1047  [1087537] Fix for Win9x CD boot by lukewarm
1048  [1083218] Start of wheel for USB #2 by Ben Lunt
1049  [1098480] bochsrc: fixed floppya example by Alexander Schuch (ci-dev)
1050  [1094407] configure.in: changed wxWindows to wxWidgets by Alexander Schuch
1051  [1092058] serial.cc debug output cleanup by Ben Lunt
1052  [1101165] APIC base address by Christian Neubert (flashburn)
1053  [1093796] Fix for bug #1093786 (Nigel Horne)
1054  [1082584] The start of Bus mice and USB mice by Ben Lunt
1055  [1104695] msvc6 compatibility update (Royce Mitchell III)
1056  [1059199] VGA text font bug fix (Anonymous)
1057  [1108001] Null pointer on bx_atexit() (Ben Lunt)
1058  [1112093] Fixed mouse cursor remain area drawing (Anonymous)
1059  [1114826] Fix PCIBIOS (Destruction prevention of esi and edi)
1060  [1095473] Reading from a CDRW (Fixed) by Ben Lunt
1061  [1123895] x86-64 gdb/debugger fixes by Avi Kivity
1062  [1145423] stosq simulation bugfix by Avi Kivity
1063  [1151012] allow null ss on x86-64 by Avi Kivity
1064  [1153327] ignore segment bases in x86-64 by Avi Kivity
1065  [1153511] Fixed broken screen update (VBE)
1066  [1152808] use 'install' instead of 'cp' during installation by Avi Kivity
1067  [1159626] bugfix [1156776] keyboard scanmode fault by Rene Kootstra
1068   [843328] PATCH: support for Flat-style ToolBar with Win32GUI
1069  [1198308] PATCH: fix incorrect moving mouse cursor when wheel used
1070  [1200515] add TFTP server to vnet & ipv4 bug fix by easeway
1071  [1203305] tuntap incompatibility by Jan Kratochvil
1073 - SF patches partially applied
1074   [896733] Lazy flags, for more instructions, only 1 src op
1075  [1005422] Improve mouse cursol Grub when 2 buttons-mouse use (WIN32)
1076            (TODO: improved japanese keyboard support)
1078 - patches applied
1079   - patch.rombios.markevich (Start/Stop Wait Timer) (Kory Markevich)
1080   - patch.apic-zwane (APIC fixes) (Zwane Mwaikambo)
1081   - patch.v8086-exception.lightcone (LightCone)
1083 - these S.F. bugs were closed
1084   #957660 >>PANIC<< APIC: R(curr timer count): delta < initial
1085  #1192654 60 x 90 text not quite right...
1086  #1189097 "configure --with-sdl --with-rfb" doesn't compile
1087  #1188980 Crash on XP when break into debugger
1088  #1186693 Improving quality of ./configure --help
1089  #1185245 Errors Making Bochs with Mingw32
1090  #1185289 PSE is not enabled by default on Pentium
1091  #1170620 info cpu scrolls away, is too long
1092  #1157998 ips shown even when waiting for input
1093   #663108 APIC Timer Bug
1094   #831750 bochs unlike real PC in paging
1095  #1182698 PAE support doesn't work
1096   #954400 debugger causes segfaults when gcc 3.4.0 is used
1097  #1171312 Possible SMP problem with ICACHE pageWriteStamp
1098  #1179964 PANIC: RIP>CS.limit when jumping to longmode
1099  #1171067 configure fails to add -lpthread
1100  #1171065 Term UI needs -lncurses
1101  #1171061 SDL GUI startup failure
1102  #1022056 win32 error build debug version..c2146
1103   #957190 error while attempting to compile sb16.cc
1104   #804797 Debugger: visualization problem (jmp)
1105   #675523 2.0.1 doesn't run on W2K?
1106  #1167358 When using 5430PCI in DR-DOS Bochs would panic with a PUSHAD
1107  #1164654 Bochs VBE bios causing exception 0B in Windows 95 (SVGA bios)
1108  #1162983 conflicts which configure could detect
1109  #1164536 Windows 95 B crashes during install
1110   #526978 cygwin: in an rxvt, stdout is flaky
1111   #542303 >>PANIC<< call_protected: CS selector null
1112   #859457 BRICKS game doesn't work
1113  #1159639 text modes on address A0000-BFFFF are not handled properly
1114  #1164225 define BX_SUPPORT_X86_64 0
1115  #1163720 ROL bug
1116  #1156776 keyboard scanmode fault
1117  #1162042 Duke Nukem 3D: >>PANIC<< iret: VM set on stack, CPL!=0
1118  #1161945 ctrl_xfer32 compile/make error
1119  #1157124 Bochs doesn't run with large amounts of memory in bochsrc
1120  #1154266 weird INT handling in V86 mode
1121  #1157051 default Bochs CVS doesn't work-out-of-the-box
1122   #923954 enter() with level > 0, >>PANIC<< iret: return CS selector
1123  #1098476 Privilege Problem after SYSEXIT
1124  #1121734 Bochs crashes when shutting down Win95
1125  #1099294 VESA for Win98 bogus
1126  #1112836 PGE-Bit crashes Bochs
1127   #947586 The specification difference in x86-64 emulation
1128  #1117145 Push reset Button, APIC0 Error occur
1129  #1123043 fpu stack pointer changed *despite* fault occured (e.g. #pf)
1130  #1122066 PANIC: iret: IP > descriptor limit when installing os/2 warp
1131   #809574 rm -f segfaults
1132   #593952 SuSE rm segfaults
1133   #929783 floppy not recogniced since 2.1
1134  #1099298 SB16 for Win98 Bogus
1135  #1079483 Reading from a CDRW
1136   #549793 flaw in interrupt gate handling(exception.cc)
1137   #692055 SMP Error
1138   #805479 Booting from disk causes illegal instruction warnings
1139   #909677 pc-speaker doesn't work
1140   #831751 behaviour unrealistic
1141   #661213 CR4.TSD is broken
1142   #685508 PANIC: prefetch: RIP > CS.limit
1143  #1037923 Non-executable page support missed (NX bit, x86-64)
1144  #1106530 wrong disassemble result
1145  #1105208 drive order for boot gets saved wrong
1146   #661060 Problem with Win98SE
1147   #837377 Norton Ghost don't boot
1148   #876689 Unknown register 0x17 [CPU] / WIN98SE
1149   #947282 Bochs segfault
1150   #963317 Persistent Win98SE
1151  #1101168 APIC base address change
1152   #680737 panic when installing winme
1153  #1097187 Install FC3 on bochs-win failed
1154   #875461 vgabios-lgpl should be default
1155   #594797 Bochs segfaults
1156   #602994 bochs breaks boot kernel
1157   #571539 FreeBSD Install from CD Fails
1158   #774257 Device doesn't work under W98
1159   #759228 Installing Suse 8.2 in Bochs on WinME
1160   #792561 cant boot freebsd 5.1 from cdrom
1161   #804004 Live cd will halt on boot..
1162   #956173 FreeBSD won't boot iso install images in Bochs v2.1 or 2.2.
1163   #864401 >>PANIC<< jmp_ev: IP out of CS limits!
1164   #853831 Error on int 15h
1165  #1094150 DR-DOS 7.03: panics when using multitasker
1166   #655592 win98 hardwaredetection
1167  #1093786 Solaris 9 installation CD fails
1168   #959585 USB UHCI IO-Device
1169   #963314 Redhat Fedora Installer Kernel Panic and Crash
1170  #1086920 Bochs (cvs) doesn't compile on FreeBSD 5
1171   #879050 Bochs reports enabled APIC without support
1172  #1071199 dBaseII cause prefetch: RIP > CS limit
1173  #1070812 typecast error while compiling wx.cc
1174  #1068786 FSINCOS Cos value wrong at 90 degrees
1175   #675248 Panic: EIP > limit on win98 install
1176   #829793 [CPU ] prefetch: RIP > CS.limit
1177  #1034059 >>PANIC<< prefetch: running in bogus memory
1178  #1067813 pbm fpu_proto.h:144 ebuild gentoo bochs 2.1.1
1179   #922034 bios not aliased at 0xFFFFF000, registers wrong after reset
1180   #912666 Configure fails on Yellow Dog Linux 3.0.1
1181   #922038 Unexisting memory should read back as 0xFFFFFFFF
1182  #1019723 HD image
1183  #1057814 Shadow RAM not aligned
1184  #1057240 Invalid IRET32 implementation
1185   #809682 >> PANIC << : prefetch: RIP > CS.limit
1186   #618680 memory referencing problems
1187   #724262 A few things (Windows 2.03, Wolfenstein)
1188   #985375 Crash Mandrake 7.1
1189   #913418 compiler errors with --enable-external-debugger option
1190   #708847 CR8 access should not panic X86-64
1191  #1039499 Compile error pcipnic.cc (cygwin)
1192   #978024 compile against wxGTK-2.5.2 fails
1193   #639073 MacOSX: Networking not implemented
1194   #639074 MacOSX: Soundblaster not implemented
1195   #963264 Latest CVS --enable-pcidev fails to configue on YDL Linux
1196   #586282 Mac OS X, will not "make"
1197   #699532 CVS (as of 2003/03/07) cannot read disk images
1198   #639275 wrong more than 2GB size DVD-ROM
1199   #766020 info registers / dump_cpu get old eflags
1200   #655920 QuickBasic (qbx.exe) panics
1201   #676188 Error BX_MAX_DIRTY_PAGE_TABLE_MEGS
1202   #923821 LOCK not generating exceptions properly
1203  #1007747 Wrong configure?
1204  #1022577 show "call" command crashes bochs every time
1205   #681849 SuSE 8.1 Compile problem
1206   #660322 Install bochs 2.0 on SuSe 8,0
1207  #1022587 "Unrecognized args" message wrong after invalid show command
1208   #833118 TUN/TAP interface bug
1209  #1022178 tuntap module mangles incoming broadcast packets
1210  #1028682 Report incorrect disk parameters of floppy
1211  #1026234 make fails on Cygwin because of missing .exe extension
1212  #1026241 --enable-cpp needed for .conf.win32-cygwin
1213   #855323 BIOS Panic at rombios.c, line 1563
1214   #762773 ROM checksum is not checked in rom_scan_loop
1215   #657604 concat_image_t.lseek to byte -1378816 fa
1216   #800140 No AH=83h INT15h implemented
1217   #831965 Win32.zip BIOSes in wrong directory
1218   #873280 bximage crashes after createing "growing"
1219   #892223 bochsrc-sample.txt/vgaromimage option error
1220  #1014361 Bximage on WinXP won't create image
1221   #651510 bximage won't create larger than 2GB
1222   #759206 bximage fails on Win32 for hd images over 2Gb
1223   #759210 Bochs fails on image files over 2Gb on Win32
1224   #799785 bximage doesn't work
1225   #903345 Problem compiling harddrv.cc
1226   #933303 Bochs cannot lseek() HD images > 2GB on W32 platforms
1227   #888438 bximage crashes...(hacked fix included)
1228   #871720 bximage 2GB file size limit
1229   #930368 Can't create big hard drives (>2 GB)
1230   #912496 IDIV can cause simulator divide error
1231   #522111 Host os SIGILL, booting grub from hd
1232  #1005052 DMA Controller Model Problem
1233   #552939 Bochs window doesn't resize when win311
1234   #989478 I-Cache and undefined Instructions
1235   #661008 make install fails
1236   #845691 Workaround: Ne2k and Windows 2000 not working
1237   #923662 BIOS diskette motor countdown byte broken
1238   #848141 VGA problems running Scitech Display Driver on Win95
1239   #799370 Problem booting ReactOS 0.1.3
1240   #670143 No rule to make config.h
1241   #653444 with vbe/lgpl bios, scrn updates broken
1242   #655696 quickstart broken?
1243   #659350 FDC
1244   #620853 Ne2000 ethernet card *NOT* supported
1245   #607611 Numlock
1246   #543476 Sound card does not work in Windows 95
1247   #529554 unsupported VBE features DISPI update
1248   #487316 Access violation on Win32
1249   #576253 RTC too fast
1250   #489748 io read from address 000003c0, len=2
1251   #656861 Gentoo Linux panics in VGA code
1252   #787184 Video BIOS's don't checksum correctly
1253   #988529 textconfig [Save options to] function output obsolete option
1254   #987293 Cannot accesss header/toolbar
1255   #988246 floppy read error
1256   #933199 speedup Bochs compilation 4x -> suggestion
1257   #979106 Incorrect disassembly table entry
1258   #658374 FPU incorrect emulation
1259   #706933 Problem with the F12-Key
1260   #477043 math_abort panic in RH 7.1
1261   #634371 Floating point problems
1262   #681138 // is not valid in C
1263   #643300 cpuid feature flag 15, cmov and fcmov
1264   #913697 missing division by 0 exeption in fpu emuation
1265   #923682 FSTENV/FINIT problems
1266   #923855 FPTAN doesn't work right with full NPX stack
1267   #924379 ET bit mismatch between CR0 and MSW
1268   #716116 Direct floppy access
1269   #962919 Mac: iodev/cdrom.cc disordered
1270   #954751 Two FPU.CPP in project
1271   #954359 Compile faile is 3dnow support is selected without SSE support
1272   #906412 FreeSCO error
1273   #942060 FDC Controller not conforming to specifications
1274   #938522 Win XP installation fails
1275   #923613 BOUND instruction exception handling is broken
1276   #923223 memtest86 errors
1277   #593342 autoconf script doesn't regenerate clean
1278   #616116 Crash on exit...
1279   #922042 shutdown through port 92 does not work
1280   #891633 02839990390p[CPU0 ] >>PANIC<< RDMSR: Unknown register 0x17
1281   #923653 DAA instruction is broken
1282   #911225 obscure AAA / AAS bugs
1283   #837206 Problems with numerical keys
1284   #658765 BOCHS halts in runtime config
1285   #890734 Bochsrc Parser Bug with commas included in strings
1286   #877285 MSR_APICBASE zero upon startup
1287   #526984 SDL compiled in cygwin just quits
1288   #886406 I/O permissions bug
1289   #883239 undefined symbols in gui/siminterface.h:1215
1290   #419647 on OSF1, cxx hates C++ inlines
1291   #809790 "No rule to make target `devices.cc?..."
1292   #873654 How compile without plug-in support ?
1293   #837161 Test case for BX_CPU_C::IRET32
1294   #888116 mmx.cc compile error
1296 -------------------------------------------------------------------------
1297 Changes in 2.1.1 (February 8, 2004):
1299 - fix bug in int15h function 0xe820 (Christian Neubert)
1300 - fix vmware3 disk support on big-endian platforms (Christophe Bothamy)
1301 - fix conditions for NM exception on FWAIT instruction (Christophe)
1302 - fix symbol conflict in rfb and x display libraries (Volker Ruppert)
1303 - allow 16 bit writes to ne2k page 0 (Kenneth Stailey)
1304 - notify display libraries on change of bpp (Volker)
1305 - fix bug in int13h function 0x10 (Volker)
1306 - fix floppy dialog error on win2k (Volker)
1307 - fix adress check in TSS IO permission bitmap (Christophe)
1308 - fix buffer overflow vulnerability pointed out by SeSoX (Christophe)
1309 - updates for MacOS compile (Daniel Gimpelevich)
1311 -------------------------------------------------------------------------
1312 Changes in 2.1 (January 9, 2004):
1314 Brief summary :
1315 - New disassembler
1316 - 3DNow!/SSE/SSE2/PNI instruction support
1317 - Vmware3/Sparse/Undoable/Growing harddisk images support
1318 - many VGA emulation improvements (e.g. high/true color VBE modes added)
1319 - No more X11 vga font required
1321 Detailed change log :
1323 - CPU
1324   - added emulation of AMD 3DNow! instructions set. (Stanislav Shwartsman)
1325     Bochs now could decode all AMD 3DNow! instructions.
1326     Most of instructions still not implemented, but the basis already presents.
1327     Configure --enable-3dnow to enable 3DNow! support.
1328     Notes :
1329       - These instructions are not implemented yet:
1330         PFPNACC_PqQq, PF2IW_PqQq, PFNACC_PqQq, PFCMPGE_PqQq, PFMIN_PqQq,
1331         PFRCP_PqQq, PFRSQRT_PqQq, PFSUB_PqQq, PFADD_PqQq, PFCMPGT_PqQq,
1332         PFMAX_PqQq, PFRCPIT1_PqQq, PFRSQIT1_PqQq, PFSUBR_PqQq, PFACC_PqQq,
1333         PFCMPEQ_PqQq, PFMUL_PqQq, PFRCPIT2_PqQq
1334      - CPUID does not report 3DNow! instruction set.
1335   - added emulation of SSE/SSE2 floating point instructions. (Stanislav)
1336     All SSE/SSE2 floating point instructions are fully implemented using
1337     free softfloat library (including DAZ support and floating point
1338     exceptions). Correctness of the emulation checked with heavily random
1339     testing.
1340   - added emulation of SSE3 (PNI) instructions (Stanislav)
1341     Currently only 3 PNI opcodes still not implemented:
1342         FISTTP m16int, FISTTP m32int, FISTTP m64int
1343   - added P4 CPU support to CPUID instruction. (Stanislav)
1344   - fixed implementation of FXSAVE/FXRSTOR instructions. (Stanislav)
1345   - bugfix: unallowed lock prefix cases must cause #UD exception. (Stanislav)
1346   - fixed fetchdecode bug caused #UD in SYSENTER/SYSEXIT instructions
1347     in 32bit mode. (Stanislav)
1348   - fixed fetchdecode64 bug caused wrong decoding of opcodes containing
1349     BxImmediate_IvIw or BxImmediate_IwIb in x86-64. (Stanislav)
1350   - fixed bug in int01 (opcode 0xF1) emulation. (Vitaly Vorobyov)
1351   - fixed bug in x86 debugger with dr0-dr3 registers (Vitaly)
1352   - fixed bug with mov to/from dr register in v86mode.
1353     (now exception is generated (according to Intel documentation)
1354     instead of panic) (Vitaly)
1355   - fixed stack limit checking, now message is generated as BX_DEBUG,
1356     rather then BX_PANIC, and exception code is executed. (Vitaly)
1357   - instrumentation code updated. (Stanislav)
1358   - fix flaw in IO bitmap permission of TSS (Christophe Bothamy)
1359   - cpu resets on triple fault (Christophe)
1360   - remove calculation on cr3 in dtranslate_linear to increase
1361     emulation speed (Conn Clark)
1362   - numerous x86-64 fixes (Peter Tattam)
1364 - FPU
1365   - hundreds of bugfixes in FPU emulation after checking of the emulation
1366     with testfloat (Scott Duplichan).
1367     - Fixed cases:
1368         - floatx80_to_int32,   floatx80_to_float32
1369         - floatx80_to_float64, floatx80_round_to_int
1370         - floatx80_add,        floatx80_sub,
1371         - floatx80_mul,        floatx80_div
1372   - implemented FCMOVcc instructions (Stanislav)
1373   - 64-bit addressing support for x86-64 mode (Peter)
1375 - Disassembler
1376   - replaced Bochs disassember. New table-based disassembler fully supports
1377     all IA-32 instruction sets including all FPU/MMX/SSE/SSE2/SSE3 opcodes.
1378     (Stanislav)
1380 - I/O devices
1381   - general
1382     - i/o access mask implemented, unallowed cases are now handled in the devices
1383       code and cause a BX_ERROR (Volker Ruppert)
1384     - include slowdown timer as a runtime option (Christophe)
1385     - netBSD : fix serial, ethernet, cdrom (fredb, uebayasi and David Laight)
1386   - VGA
1387     - color depth 15, 16, 24 and 32 bpp supported by VBE (Volker and
1388       Christopher Nelson for 32 bpp on win32). Supported by sdl, x, win32 and wx.
1389     - SVGA mode 0x6A (800x600x4bpp) implemented (Volker)
1390     - new CGA graphics modes 640x200x1bpp and 160x100x4bpp (text mode 80x100) (Volker)
1391     - raster operations AND, OR and XOR in write mode 2 (based on SF patch #707931) (Volker)
1392     - 'split screen' in standard VGA graphics mode implemented (Volker)
1393     - 'double scan' and 'double width' now handled in the VGA code (Volker)
1394     - more accurate emulation of the horizontal and vertical retrace (Volker)
1395     - changeable start address and variable line length supported by all
1396       graphics modes (Volker)
1397     - VBE: preserve video memory feature implemented (Volker)
1398     - additional text mode features prepared (handled in the display library
1399       code) (Volker)
1400   - PCI
1401     - add experimental PCI VGA card (Mike Nordell)
1402     - add experimental PCI USB card (Ben Lunt)
1403   - Harddisks
1404     - per device selectable harddisk modes :
1405       - undoable, volatile, growing disks support (Christophe)
1406       - sparse disks support (justinSB)
1407       - vmware3 disks support (Sharvil Nanavati)
1408     - fix non detection of hard drives by minix2 (Christophe)
1409     - implement atapi command 0xA8 read (12)  (Christophe)
1410     - mode sense command updated (Hartmut Birr)
1411   - sb16
1412     - opl2 support enhanced (James E. Flemer)
1413   - ne2k
1414     - tap support for FreeBSD (Ronald Klop and Gen Otsuji)
1415     - fix when booting with grub (Keir Fraser)
1416   - cmos
1417     - date/time change support added (Volker)
1418     - UIP bit and divider chain reset implemented (Volker)
1419     - initial time can now be set to local time or utc (Christophe, Daniel Gimpelevich)
1420   - keyboard
1421     - keyboard reset function (0xff) now resets the keyboard (Volker)
1422   - gameport
1423     - new standard PC gameport device (real joystick connected on Linux and
1424       win32 only). Enable it with --enable-gameport or the SB16 emulation (Volker)
1425   - serial
1426     - FIFO emulation (UART type 16550A) implemented (Volker)
1427   - floppies
1428     - 160k,180k,320k floppies support (Ben Lunt)
1430 - display libraries
1431   - X11
1432     - onboard vgacard charmap usage (no need for external X11 vga font any more) (Christophe)
1433     - vgacard charmap change support (Christophe)
1434     - fix black stripes on partial exposes (Dirk Thierbach)
1435     - headerbar redraw optimizations (Dirk Thierbach)
1436     - external font files and their installation mechanism removed (Volker)
1437     - belgian keymap support (Wouter Verhelst, Eric Brasseur)
1438   - win32 + wx + x: new application/window icon (bochs.ico / icon_bochs.xpm) (Volker)
1439   - sdl + win32 + wx + x: new textmode features: variable line length,
1440     char width switch, horizontal and vertical pel panning (Volker)
1441   - win32 + wxMSW: key event handling rewritten (Volker)
1442   - win32: status bar at the bottom of the simulation window added (Volker)
1443   - wxMSW: resource problems fixed - wx dll plugin works now without errors (Volker)
1444   - term: variable line length and cursor enable/disable feature implemented (Volker)
1445   - rfb
1446     - textmode: charmap change, better cursor emulation, variable line length (Volker)
1447     - headerbar works now (power, reset and user button are okay) (Volker)
1448     - key event handling rewritten (Volker)
1449     - Bochs-RFB waits up to 30 seconds for a client connection. The emulation
1450       starts after connecting the client. (Volker)
1451   - carbon: Alt/Ctrl/Shift key handling rewritten & SysRq/Ctrl-Break key support added
1452     (Daniel)
1454 - configuration interface
1455   - gui dialogs as an extension of the textconfig interface on win32 added (Volker)
1456     * ask dialog
1457     * save text snapshot
1458     * user button shortcut
1459     * floppy image change
1460   - wxwindows configuration dialogs improved (Volker, Christophe)
1462 - support tools
1463   - bximage : added support for
1464     - growing disks (Christophe)
1465     - sparse disks (justinSB)
1466   - created bxcommit tool for undoable disk images (Christophe)
1468 - System BIOS :
1469   - fixed int15 function e801 (get memory size) (Christophe)
1470   - added int75_handler for FPU Dos Exceptions (Christophe)
1471   - added int16 function 0a (Get Keyboard ID) (Volker)
1472   - added support for ElTorito Harddisk-on-CD emulation (Christophe)
1473   - fixed ATA/Serial ioport conflict (Daniel)
1475 - VGA BIOS : updated to version 0.4c (Christophe)
1477 - configure script/compile/porting to other OSes/installation
1478   - fixes for compilation with MSVC (Andrew Zabolotny)
1479   - fixes for cross-compilation (Jeroen Janssen)
1480   - win32 nsis installer script updates (Volker)
1481   - small configure fixes for MacOS (Christophe)
1482   - optimizations & compile fixes for MacOS/X (Daniel)
1484 - configuration files. The following options have been deprecated :
1485   diskc, diskd, cdromd, time0, pit, newharddrivesupport.
1487 - documentation
1488   - already ported and obsolete parts of the old documentation removed (Volker)
1489   - user documentation updated and extended :
1490     - improved section "What does Bochs need" (Volker)
1491     - command line arguments (Volker)
1492     - search order for the configuration file (Volker)
1493     - the configuration interface 'textconfig' (Volker)
1494     - FreeDOS Beta 8 installation instructions (Volker)
1495     - disk modes (Christophe)
1496     - LBA translation  (Christophe)
1497     - cdboot error codes (Christophe)
1498     - SCO OpenServer install section (Carl Sopchak)
1499     - MacOS-X DMG install guide (Aard Vark)
1500     - update Win98 install guide (Dirk Thierbach)
1502 - SF patches applied
1503   #658950  Bug in FPU                                                  (Anonymous)
1504   #678117  build fail due to bad SGML punctuation                      (Anonymous)
1505   #671873  minimal USB support (UHCI)                                  (Ben Lunt)
1506   #682539  Fix CapsLock and NumLock behavior                           (rock at gimp.org)
1507   #720776  REX MOVB immediate broken for x86_64                        (Arnd Bergmann)
1508   #729450  new keymap x11-pc-be.map                                    (Wouter Verhelst)
1509   #735990  Limited patches for VC++                                    (Anonymous)
1510   #742670  fix library dependencies in GUI plugins                     (Robert Millan)
1511   #742782  LFB bugfix                                                  (Jan L. Hauffa)
1512   #748414  load32bitOShack bug                                         (kyriazis at nvidia.com)
1513   #830079  Fix bochs's application error if unsupported key pressed    (Anonymous)
1514   #724466  enable building with CC=gcc-3.2 CXX=g++-3.2; dist-clean adds(Leonard Norrgard)
1515   #834962  Fixed drawing graphics is broken                            (Anonymous)
1516   #838401  Fixed redrawing of ToolBar on Win32GUI                      (Anonymous)
1517   #850236  Fixed accessing DVD-ROM with direct device access on Win32  (Anonymous)
1518   #847822  Bochs crash when exmining memory that crosses page boundary (ortal at jungo.com)
1520 - SF patches partially applied
1521   #707931  Support EGA/VGA write mode 2 and others                     (Anonymous)
1522            already applied: disable IME, split screen, write mode 2,
1523            BIOS INT16h/AH=05h
1524   #856506/#856510  Patch to fix compile-time iodev/cd-rom.cc error     (alden.dima at nist.gov)
1525            Correct patch provided in SF bug report #843433             (birkhofer at users.sourceforge.net)
1527 - patches applied
1528   - patch.highmem  (memory allocation) (Zwane Mwaikambo)
1529   - patch.floppy-160k-180k-320k-benlunt (exotic floppies) (Ben Lunt)
1530   - patch.perf-regparm-cclark (performance) (Conn Clark)
1532 - new patches present in the patches directory :
1533         patch.pipelined-asm-cclark
1534         patch.mingw-resources
1535         patch.v8086-exception.lightcone
1536         patch.pit-vitaly-vorobyov
1537         patch.rombios-vitaly-vorobyov
1538         patch.win32-vitaly-vorobyov
1539         patch.win32-new-files-vitaly-vorobyov.tgz
1540         patch.rombios.markevich
1541         patch.rombios.dirk.thierbach
1543 - these S.F. bugs were closed
1544    #865354 ">>PANIC<< CRA: divider chain control 0x07" in Linux 1.1
1545    #725796 configure script bug
1546    #859768 cpuid
1547    #863964 panic in duron 2000
1548    #843433 cdrom.cc on MacOSX: wrong const names
1549    #818493 EMU][ (DJGPP app running on FreeDOS) broken
1550    #787005 Some MOV instructions are not implemented!!!
1551    #840664 2200136693936p[CPU ] >>PANIC<< prefetch: RIP > CS.limit
1552    #837416 V2 OS not compatible !?
1553    #650917 Serial port broken under win95
1554    #829863 Make bochs 2.0.2 build with gcc3
1555    #816971 main.cc: getcwd() missing argument
1556    #813556 Compile error under gcc 3.3.1
1557    #809758 RIGHT ALT does not function properly
1558    #809695 CVS complains about unknown files after compilation
1559    #628762 Error in Floppy Booting
1560    #474526 Crash under win32 (access violation)
1561    #687619 test case for BX_CPU_C::IRET32
1562    #664544 Panic in IRET32 - Reporting test case
1563    #637822 test case for BX_CPU_C::IRET32
1564    #603410 BX_CP U_C::IRET32
1565    #537047 IRET32 incomplete emulation, panic
1566    #805541 Compile fails on i686, gcc 3.3
1567    #798829 Problem booting from ISO image
1568    #688163 Panic at rombios.c
1569    #688161 rombios.c crashes when boot from a CD.
1570    #796339 int 15h, e801h broken?
1571    #666946 Slowdown Timer should be a module
1572    #783826 the clock is extremely fast
1573    #645609 Real Time Clock is too *FAST*
1574    #663320 flaw in IO bitmap permission handling
1575    #764929 Timing is off.
1576    #659510 Bochs timing off by x10
1577    #787138 No ROM BIOS character map
1578    #787134 Config options not saved
1579    #689201 Disassembler bug
1580    #666202 Windows 2000 - random screen blanking with linux DLX demo
1581    #629242 reset during Doom -> BIOS panic
1582    #695434 minix floppies won't boot.
1583    #764473 Freesco Linux crashes on boot
1584    #656026 error when trying to run some stuff
1585    #614202 HD: non-byte IO read to 01f4
1586    #777357 Strange FPU compiler error
1587    #583758 gag bootloader doesn't run
1588    #658639 ne2k panics with MS lanman Client/DOS62
1589    #536711 problem running smart bootmanager
1590    #741433 Disabling all ata# results in HD error.
1591    #753200 lock instruction doesn't do an illegal instruction trap
1592    #679389 libbx_wx.so.0: undefined symbol
1593    #758936 Problem Installing Bochs
1594    #742580 I configured fants but bochs still give me the same error
1595    #772242 iodev/vga.cc wrong memory access.
1596    #739222 Cannot change resultion
1597    #693344 libwx_gtk2.3.so.2 RedHat linux 8.0
1598    #639320 sparc: needs -lm to compile
1599    #587422 Windows 95j doesn't boot
1600    #547817 sparc: rfb needs -lsocket
1601    #480963 RFB: option to wait for client
1602    #763893 i've got problems with a "libvga.so.1" and another file
1603    #766490 Documentation mistake
1604    #766481 Bochs 2.0.2 Fails to compile on YDL3.0
1605    #626144 %lld is not portable
1606    #752241 lock prefix erronously allowed for some instructions
1607    #743305 fetchdecode.c probs
1608    #658707 Automatic exit?
1609    #696758 BeOS can't mount image disk, won't complete boot.
1610    #737048 Enabling keyboard resets controllers translation mode
1611    #717713 Bochs panics on startup on RH 9
1612    #741108 VGA PANIC
1613    #730922 seg fault on "bochs boot: cdrom"
1614    #658905 VGA read write error
1615    #564218 Panic on vga_mem_write
1616    #614231 X11 doesn't support charmap change
1617    #708311 Missing CGA low-res emulation
1618    #720776 REX MOVB immediate broken for x86_64
1619    #643296 lock prefix, unallowed cases
1620    #716964 [sb16] OPL.timer_running not initialized
1621    #662074 little mistake in the default config example
1622    #470701 CD-ROM on Win2K needs FILE_SHARE_READ
1623    #706454 bug??
1624    #653861 Win32 build bug
1625    #421155 panic on vga read 0x3c7,0x3cb
1626    #666434 VGA BIOS: Incompatible mode reporting
1627    #681819 Incorrent return value from cdrom reads
1628    #648222 Lotus Agenda futuristic dates off
1629    #657455 doesn't boot plan9
1630    #658938 SGDT in VM8086
1632 -------------------------------------------------------------------------
1633 Changes in 2.0.2 (January 21, 2003):
1635 - fix possible segfault in wxWindows (Volker Ruppert)
1636 - fix instrumentation (Stanislav Shwartsman)
1637 - fix cdrom read_toc() function for *BSD (Keith Matthew Jones)
1638 - fix NetBSD boot from cdrom (Christophe Bothamy)
1639 - fix cmos checksum (Volker)
1640 - fix "refresh bit" behaviour in pit (Volker)
1641 - fix .bochsrc parsing (Volker)
1642 - fix vga resize/redraw problems (Volker)
1643 - fix compilation issues on Irix and Tru64 (Christophe)
1644 - fix MMX/SSE bugs (Stanislav, Peter Tattam)
1646 -------------------------------------------------------------------------
1647 Changes in 2.0.1 (January 4, 2003):
1649 - fix corrupt saved configuration files (Christophe Bothamy)
1650 - fix missing break statements in apic (Shai Fultheim)
1651 - fix compiling sb16 under FreeBSD (Volker Ruppert)
1652 - updates to the documentation (Volker)
1653 - fix text mode colors 8 to 15 (Volker)
1654 - fix FPU integer load bug (Volker)
1655 - stop pasting on hardware reset (Volker)
1657 -------------------------------------------------------------------------
1658 Changes in 2.0 (December 21, 2002):
1660 Since the change log is hundreds of lines long, here is a very brief summary.
1661 - 2x emulation speedup!!!
1662 - added plugin devices and guis. Now you can compile with many more
1663   options, and choose between them at runtime.
1664 - added emulation of AMD x86-64, MMX, SSE, SSE2 instructions
1665 - add wxWindows port (a graphical configuration interface and display lib)
1666   and SVGAlib port (full screen display for Linux without X11)
1667 - improvements in many I/O devices: for example up to 8 hard disks/cdroms,
1668   TUN/TAP network interface, 360k floppies,
1669 - improved MacOSX/Carbon interface and updated MacOS9 port
1670 - GDB remote stub, allows symbolic debugging with Bochs simulation.
1671 - support for up to 32gig hard disk images
1673 Detailed change log follows.
1675 - documentation
1676   - manpages updated (Volker, Christophe)
1677   - install HTML rendering of docbook documentation instead of
1678     docs-html (Bryce)
1679   - doc/docbook/Makefile is now generated by configure script.
1680     if configure detects docbook2html on your system, it will turn on
1681     --enable-docbook and run make in the doc/docbook directory.  Also
1682     make install will install documentation into $(docdir).  You can use
1683     --disable-docbook to turn this off, if necessary. (Bryce)
1684   - add "make bochsdoc.tar.gz" target to create a documentation tarball.
1685     If you do "make webinst" and you have write access on SF shell server,
1686     it updates doc/docbook/* on the website (Bryce)
1687   - user documentation additions:
1688     - new options (Bryce, Volker, Christophe)
1689     - Bios tips section (Christophe)
1690     - Tuntap section (Christophe)
1691     - Serial Port section (Christophe)
1692     - "Will it Work for Me" / "Is Bochs Right for Me" sections
1693       (N. David Guarneri)
1694     - VESA section (Jeroen Janssen)
1695     - several documents, previously existing as separate html files, have
1696       been included :
1697       - internal debugger section (Christophe)
1698       - gdb stub debugger section (Christophe)
1699       - WinME, WinNT, WinXP, The Hurd, Japanese Win95 install tips (Christophe)
1700       - Win95, Win98 install tips (N. David)
1701       - SB16 section (N. David)
1703 - configure script/compile/porting to other OSes/installation
1704   - added plugin architecture
1705     - plugin code written by Bryce, Christophe, Volker based on
1706       plex86's plugin code by Kevin.  Testing help from Psyon and Br'fin.
1707     - Plugins are shared libraries that can be loaded on demand.  Example:
1708       the serial device is implemented as a plugin.  In UNIX, the
1709       serial plugin is called libbx_serial.so.  When Bochs reads its
1710       configuration file, if the serial device is enabled it loads
1711       libbx_serial.so.
1712     - all display libraries, most I/O devices are converted to plugins now
1713     - plugins supported on Linux, Solaris, and MacOS X using libtool,
1714       Cygwin using dlltool.  On MacOSX, you must have dlcompat installed
1715       and in your include/library paths at configure time.  (See .conf.macosx
1716       for an example.)
1717     - we use libtool's LTDL library from libtool 1.4.2, with a number of
1718       critical bug fixes (Bryce Denney)
1719     - the Linux binary RPMs are built with plugin support
1720     - to compile with plugins, configure with --enable-plugins
1721     - the LTDL_LIBRARY_PATH variable tells Bochs where its plugins can be
1722       found.  Bochs has a compile-time default for this variable which is
1723       correct if you do a make install.  You would only need to set the
1724       variable if the default is wrong.
1725     - for win32 plugins we added "BOCHSAPI" in front of many classes
1726       and methods, to aid in building DLLs.  This turns into __declspecs
1727       which are used when making an export library for Bochs.
1728   - allow many display libraries to be configured and compiled at
1729     a time.  For example --with-win32 --with-sdl --with-rfb.
1730     Also, we added an experimental option --with-all-libs which
1731     tries to detect which --with-* options will work.  If the
1732     autodetection fails, just type the --with-* options explicitly. (Bryce)
1733   - add #if's around all files which are conditionally compiled such
1734     as cdrom.cc and sb16.cc.  This makes it possible to compile every
1735     source file all the time, which has the potential to simplify the
1736     configure script and makefiles.  At present we only take advantage
1737     of this capability in the win32 VC++ workspace. (Bryce)
1738   - the MacOS9 port has been updated so that it works again.  It had
1739     not been updated in at least 2 years, maybe more.  (Christophe Bothamy)
1740   - improve support for FHS standard (Robert Millan, Volker Ruppert)
1741     See patches 551811 and 650066.
1742   - keep separate CFLAGS and CXXFLAGS for Bochs (usually a graphical
1743     program) and console programs such as bximage and niclist.  Some
1744     sdl and wx compile flags were making bximage and niclist unusable.(Bryce)
1745   - add concept of cross-configuring in the configure script.  If you
1746     use the --target option to generate makefiles to be used on another
1747     machine, some detection of compilers and libraries is disabled. (Bryce)
1748   - fix term compile on Cygwin, but it has to be done without -mno-cygwin,
1749     which means that several win32 features such as networking do not work.
1750   - add "-Wno-multichar" on beos
1751   - test for largefile support, and add required CFLAGS (Bryce)
1752   - add -lm when it's needed, and not when it's not (Bryce)
1753   - add configure support for 8 processors. Bochs can support up to 15
1754     with some work on the BIOS.
1755   - fix nmake makefile generation (Psyon)
1756   - improved pthread detection function from ac-archive project on SF
1757   - add installer package for Windows, using Nullsoft (Michael Rich, Bryce)
1758   - on MacOSX, add startup script that creates a text console and then
1759     runs Bochs.  Also add make target to create a DMG disk image (Br'fin)
1760   - do not restart the font server on Unix/X11, if vga.pcf was already
1761     installed.  On several modern machines, if you restart the font
1762     server the user has to restart X windows. (Bryce)
1763   - update most .conf.* files with modern options such as
1764     --enable-all-optimizations. (Bryce)
1765   - The MacosX .conf script adds /sw/include and /sw/lib to the compile/link
1766     path list because it is a common place to put dlcompat.  Dlcompat is
1767     required when building with plugins. (Bryce)
1768   - rpms can now be built without root privileges (Bryce)
1770 - command line
1771   - fixed up our command line options (Volker, Bryce, Christophe)
1772       Usage: bochs [flags] [bochsrc options]
1773       -n               no configuration file
1774       -f configfile    specify configuration file
1775       -q               quick start (skip configuration interface)
1776       --help           display this help and exit
1778 - configuration file (bochsrc)
1779   - There are several new options. See the documentation for more details.
1780     - config_interface: select text mode menus or wxWindows for configuration
1781     - display_library: select which display lib to use
1782     - optromimage: load optional rom images
1783     - ataN (N=0,1,2,3): up to 4 ATA controllers for hard disks, cdroms
1784     - ataN-master, ataN-slave, N=0,1,2,3: defines a hard disk or cdrom.
1785       The "ata*" options replace diskc, diskd, and cdromd, which are
1786       now deprecated.
1787     - floppy_bootsig_check: control the 0xaa55 signature check on boot floppies
1788     - logprefix: lets you change the format of log messages
1789       (patch by Carl Sopchak, help from Christophe)
1790     - debugger_log: log all output from bochs debugger
1791     - user_shortcut: allow you to type key combinations like Ctrl-Alt-Del
1792     - pit: control the PIT model, including realtime option to try to
1793       keep in sync with real time.
1794     - Credits: Christophe added optromimage, everything about ATA,
1795       floppy_bootsig_check, debugger_log.  Bryce added config_interface
1796       and display_library.  Volker did the user_shortcut button.
1797       Greg Alexander wrote the PIT model and added the realtime option.
1798   - since v1.3 we've been able to use environment variables in pathnames
1799     in the bochsrc file.  Now, a few variables have default values, set at
1800     compile time, that are used if the user does not set a value.  If Bochs
1801     is installed correctly, the defaults will be correct and the user will
1802     not need to override them.
1803     - $LTDL_LIBRARY_PATH is the path name where the plugins can be found.
1804       The default value comes from $(plugdir) in the makefile.  This is only
1805       important if plugins are enabled. (Bryce)
1806     - $BXSHARE is the path where the BIOSes and keymaps are installed.
1807       The default value comes from $(sharedir) in the makefile.  Disk
1808       images on the Bochs website will begin to use BIOS pathnames like
1809       $BXSHARE/BIOS-bios-latest.  On win32, the $BXSHARE default is
1810       set by the NSIS installer and read from the registry.  On MacoSX,
1811       the $BXSHARE default is set to the path containing bochs.app.
1812       (Bryce, Volker, Br'fin)
1813   - new option in the configuration interface to reset all bochsrc
1814     settings to initial defaults.  A reset occurs just before reading
1815     a new configuration file, so that leftover parameters from a
1816     previous configuration do not affect the new configuration.  Also,
1817     you can request a reset using the configuration interface. (Volker, Bryce)
1818   - ne2k line can now specify a script to set up the interface (Christophe)
1819   - on Unix, also search /etc/bochsrc (Bernhard Bablok)
1820   - you can use #include in the bochsrc to read configuration from other
1821     files (Volker)
1823 - CPU
1824   - speed optimizations from Kevin Lawton, yielding around 2x speedup
1825     - guest2host_tlb : for entries in the paging TLB which point to normal
1826       physical memory pages, a pointer to the host address of the emulated
1827       physical memory (from malloc()) page is stored in the TLB entry.  In
1828       many cases, this pointer can be used in memory accesses to directly
1829       read/write the guest memory address.  In exceptional cases, the physical
1830       memory access routines are used.  Turn on with --enable-guest2host-tlb.
1831     - repeat IO/string : for some variants of repeatable IO and string
1832       instructions, the segmentation and paging checks are done in batch along
1833       with the data transfers, constrained within page boundaries and the
1834       segment limits.  Turn on with --enable-repeat-speedups.
1835     - icache : The structure holding instruction decode information was
1836       reduced to 32 bytes.  24 bytes for the actual decode data, and 4 each
1837       for pointers to the address resolution routine (not always needed) and
1838       the instruction emulation routine.  With a reasonably small
1839       per-instruction decode size, an instruction cache (iCache) was created,
1840       which is simply a hash table.  The main cpu loop looks in the table
1841       first; if the instruction has already been decoded, execution can begin
1842       immediately without decoding.  Turn on with --enable-icache.
1843     - host specific asm : when compiling on an x86 platform, use of
1844       x86-specific asms can be enabled to accelerate several facets of
1845       emulating instructions.  For example, the EFLAGS values are much more
1846       efficient to calculate when the actual x86 instructions are used to
1847       generate the EFLAGS values.  Turn on with --enable-host-specific-asms.
1848       (Kevin, with help from Jas Sandys-Lumsdaine)
1849     - if you want to enable all the speed optimizations that we believe
1850       to be stable, use --enable-all-optimizations.  The release binaries
1851       are built with this option.
1852   - add support for AMD's x86-64 instruction set.  To enable, configure with
1853     --enable-x86-64.  The AMD x86-64 support is about 90% complete and is
1854     still experimental.  We've implemented the core x86-64 instruction set and
1855     the changes to the rest of Bochs necessary to operate in long mode, but
1856     we've still to implement checking for canonical 64 bit addresses. The code
1857     has been tested on a limited number of test programs.  It has been able to
1858     successfully boot a x86-64 Linux kernel and run a 64 bit userland
1859     application.  It has also successfully run a DOS based 64 bit protected
1860     mode test application. (Peter Tattam, with merge/bugfix help from Kevin
1861     Lawton and Bryce Denney)
1862   - add MMX support. To enable, configure with --enable-mmx.
1863     (Stanislav Shwartsman)
1864   - add SSE and SSE2 support. To enable, configure with --enable-sse=1
1865     or --enable-sse=2. (Stanislav)
1866   - fixed the behaviour of the bcd instructions AAM, AAD and DAA based on
1867     SF patch #537146 (Volker)
1868   - stop printing an error for VERR/VERW. According to the i386 opcode
1869     description there is no error present. (Volker)
1870   - fix bug [ 625878 ] reset doesn't reset something(?). Fix cpu reset
1871     when executing a rep instruction (Christophe)
1872   - use accessors methods for CFLAGS and several other registers, so that
1873     the implementation can be changed transparently later (Bryce, Stanislav)
1874   - add support for page size extensions, also known as 4meg pages.
1875     Turn on with --enable-4meg-pages. (Kevin Lawton)
1876   - add support for page global extensions.  Turn on with
1877     --enable-global-pages.   (Kevin)
1878   - add support for physical address extensions.  Turn on with --enable-pae.
1879     (Peter Tattam)
1880   - implement RDMSR and WRMSR. not all MSRs are supported (Zwane Mwaikambo)
1881   - new configure option --enable-ignore-bad-msr, which makes unrecognized
1882     MSR reads and writes into just a warning
1883   - fix PIC/APIC interrupt problem that caused Linux 2.4.19 to hang
1884     during boot (Peter)
1885   - CMPXCHG8B patch (Michael Hohmuth)
1886   - EFLAGS are now stored in the same form as the native EFLAGS on an x86,
1887     so that we can use native machine instructions in some cases (Kevin)
1888   - instrumentation code updated (Stanislav)
1890 - FPU
1891   - fixed bug [ 452275 ] fprem emulation bug (Volker)
1892   - fixed bug [ 648579 ] Mac OSX >>PANIC<< FPU_printall. There was an
1893     endianness issue with the fpu (Christophe)
1895 - I/O devices
1896   - rewrote pc_system timers (Kevin)
1897   - biosdev
1898     - this new device handles the panic/error/info/debug messages sent
1899       by the Bios and VGABios.  It was previously done in the unmapped device.
1900   - cdrom
1901     - implementation of the function READ TOC for cdrom image files. (Volker)
1902     - function capacity() for win32 fixed. Now it returns the number of blocks
1903       instead of bytes. (Volker)
1904     - added multiple cdrom support for win32 (NT/2000 version untested). The
1905       ASPI version uses the cdrom drives in the system's order. Drive letters
1906       are not used by ASPI. (Volker)
1907     - fix configure script's cdrom detection on BeOS (Bryce)
1908     - fix physical CD change at runtime (Bryce)
1909   - cmos
1910     - fix panic when WinXP read port 70h (Christophe)
1911     - add ps/2 style century at index 37 to allow WinXP to boot. (Bryce)
1912   - dma
1913     - DMA register and unregister functions for DMA channels added and macros
1914       for DMA functions defined. The changes are based on the Plex86 functions.
1915       (Volker)
1916     - implementation of the DMA controller reset (Volker)
1917     - the value of the command register must be always 0x00 (BX_ERROR fixed)
1918   - floppy (Volker)
1919     - implemented Tape Drive Register (Dave Poirier)
1920     - added support for 360k floppy images
1921     - the skip flag (SK) in command 'read sector' is ignored now
1922     - floppy read and write function do not set the 'seek end' bit in status
1923       register 0 (fixes SF bug #553377)
1924     - the status of the 'disk changed' line depends on the selected drive.
1925       The digital input register is now an array (DIR[4]).
1926     - apply patch [ 635021 ] floppy cleanup by Alex Thiel
1927     - distinguish between floppy drive type and media type
1928   - hard drive
1929     - add largefiles support, to allow disk images larger than 2gig.
1930       (Stu Grossman)
1931     - missing conditions for lower_irq() added (Volker)
1932     - several noncritical panics replaced with BX_ERRORS and the controller
1933       returns an error code until we implement the features (Volker)
1934     - applied patch from Carl Sopchak for booting  sco openserver
1935     - allow disk block access only if concatenated images are not used
1936       (Christophe)
1937     - fix bug [ 419415 ] netbsd 1.5 rescue disk won't boot (Volker)
1938     - multiple drq atapi data transfers corruption fixed (Christophe)
1939     - added some commands to the unsupported "Set Feature" commands (Christophe)
1940     - speedups in repeated IO transfers (Kevin)
1941     - support for Peter Tattam's external disk simulator (Bryce)
1942     - 4 channels / 8 devices support (Christophe)
1943     - "inquiry" atapi command results corrected (Volker)
1944     - check for incomplete devices configuration before starting the
1945       simulation (Bryce)
1946     - implemented the different bios disk translation schemes (Christophe)
1947   - keyboard and mouse
1948     - add commands 0xd2, 0xdd and 0xdf (Dave)
1949     - fix bug [ 613975 ] wxWindows: params redefined on restart (Bryce)
1950     - in function mouse_motion(): added parentheses to fix compilation problems
1951       with MSVC. See SF bug #575301. (Volker)
1952     - added missing register_irq() for the PS/2 mouse IRQ12 (Volker)
1953     - fix "AltGr" key on European keyboards wxWindows/win32, SDL (Volker)
1954   - NE2000
1955     - function reset() clears the IRQ line (Volker)
1956     - added TUN/TAP interface (Renzo Davoli, Christophe)
1957     - fix DOS based packet drivers that use an odd count for the NE2000 DMA (Peter)
1958     - changed "TCR write, reserved bits set" panic into an error, fixes
1959       networking with debian image (Bryce)
1960   - parallel
1961     - parport1 enable/disable support added (Volker)
1962   - PCI (Volker)
1963     - implementation of the PCI device register mechanism
1964     - PCI memory handling moved to the memory code
1965     - replaced memcpy() in pci_read() by a more portable code. Problems with
1966       PCI on big-endian machines are fixed now (SF bug #638481).
1967     - implementation of the PCI-to-ISA bridge started (still incomplete)
1968   - PIC
1969     - fixed detection of single mode and level senistive mode in ICW1 (Volker)
1970     - fixed handling of rotate_on_autoeoi for master PIC (Volker)
1971     - irq mask is now cleared on initialization (Dave)
1972     - fixed lockup during mouse movements during win98 install. (patch from
1973       Wilfried Weissmann)
1974   - PIT
1975     - Added realtime PIT support (Greg)
1976   - Sound Blaster 16
1977     - it used to enable itself all the time; now only when you ask
1978     - fix memory leaks (Bryce)
1979   - serial
1980     - don't cause problems when serial device is disabled (Volker)
1981   - unmapped
1982     - add programmatic shutdown feature at port 0x8900 (Christophe)
1983   - vga
1984     - VBE fixes (Jeroen, Volker)
1985     - CRTC fixes (Volker)
1986     - sequencer reset with bits 'reset1' and 'reset2' implemented (Volker)
1987     - add charmap change support (used by SDL, win32 and wxWindows gui) (Volker)
1988     - screen dimensions / updates for some graphics and text modes fixed (Volker)
1989     - use the start address when calculating the byte offset for standard
1990       EGA/VGA modes (Volker)
1991     - byte offset for modeX fixed (use value of CRT register 0x13) (Volker)
1992     - text mode memory mappings 0 and 1 support (Christophe)
1993     - fix bug [ 612741 ] VBE mem conflicts w/ local APIC address (Jeroen)
1994     - fix bug #635223: VGA tiles array access out of bounds (Bryce)
1996 - ROM BIOS
1997   - improve compile process. Now bioses for 1, 2, 4 and 8 processors
1998     are built at the same time (Bryce)
1999   - fixes to be able to compile the bios with gcc2 or gcc3 (Jeroen and
2000     Christophe)
2001   - changes on boot signature check (Christophe):
2002     - never done for cdroms
2003     - always done for hard-disks
2004     - conditional for floppies
2005   - add keyboard int16 functions 0x09 (get keyboard functionality) and
2006     0x0a (get keyboard id) (Christophe)
2007   - fix bug [ 629810 ] int 16/ah=01 broken? Enable interrupt on entering
2008     int16 handler (Christophe)
2009   - new keyboard init in POST (patch from Adam Sulmicki)
2010   - flush input and output keyboard buffer before keyboard self test
2011     (Volker and Christophe)
2012   - fix bug [ 547603 ] kbd up/down arrows in dos install (Christophe)
2013   - fix bug [ 549815 ] bios wrongly loads CS,ES.  CS and ES are set to 0
2014     before the bootloader code is called. (Christophe)
2015   - PCI functions support (Volker) :
2016     - BIOS32 service directory
2017     - real mode PCI int1a functions
2018     - protected mode PCI int1a functions
2019   - fix reset for MS-DOS and Win95 (Volker)
2020   - 360K floppy support (Volker)
2021   - enhanced ata/atapi support (Christophe) :
2022     - 4 channels / 8 devices
2023     - device auto detection (with help from Adam Sulmicki)
2024     - EDD3.0
2025     - 32bits device access
2026     - optional disk translation "large", "r-echs" or "lba" (up to 8.4GiB)
2027   - re-enable harddisk controller interrupt after reads/writes.
2028     Win95 can now use native access to harddisks and cdroms. (Volker)
2029   - shutdown status handling (cmos index 0x0f) (Christophe) :
2030     - fix bug [ 601166 ] CMOS Problem @ "0x0F Index 0x05 data". After reset
2031       execution will resume by a jump to [0x40:0x67] if the shutdown status
2032       is 5
2033     - the bios don't panic any more if the shutdown status is 9
2034   - two parallel ports detection in POST (Volker)
2035   - two serial ports detection in POST (Volker)
2036   - add int15 extended memory function 0xe820 (patch from osmaker) and
2037     0xe801 (patch from Hartmut Birr)
2038   - fix return values on some int15 functions (Bryce)
2039   - fix int70 handler overlapping int08 handler (Christophe)
2040   - simplify 8 processors BIOS for operating systems which don't do
2041     paranoia/sanity checks (Zwane)
2043 - configuration interface
2044   - wxWindows config interface now allows you to change every bochsrc
2045     option using menus and dialog boxes.  There is also the beginning of
2046     a wxWindows graphical debugger, but it needs a lot of work before it
2047     will be useful.
2048   - renamed control.cc to textconfig.cc.  Now we're calling it a
2049     text configuration interface, instead of a control panel.
2051 - display libraries
2052   - Even though we've had them for years, the term "display library" is new in
2053     release 2.0.  In the gui directory, Bochs has a number of different C++
2054     files which you can select to display the text and graphics on the
2055     simulated monitor.  Each of these is a display library.  The display
2056     libraries are:
2057       x          use X windows interface, cross platform
2058       win32      use native win32 libraries
2059       carbon     use Carbon library (for MacOS X)
2060       beos       use native BeOS libraries
2061       macintosh  use MacOS pre-10
2062       amigaos    use native AmigaOS libraries
2063       sdl        use SDL library, cross platform
2064       svga       use SVGALIB library for Linux, allows graphics without X
2065       term       text only, uses curses/ncurses library, cross platform
2066       rfb        provides an interface to AT&T's VNC viewer, cross platform
2067       wx         use wxWindows library, cross platform
2068       nogui      no display at all
2069   - it is now possible to compile Bochs with support for many different
2070     display libraries and select the one to use at runtime (even without
2071     plugins).  See the display_library directive in .bochsrc.
2072   - add new svgalib display library by Igor Popik
2073   - fix bug [ 614724 ] SDL can get stuck in full screen mode
2074     display libraries such as SDL which have a full screen mode can be
2075     dangerous, if Bochs does not switch back to normal display mode at
2076     the right time.  This is fixed for SDL and the new svga.
2077   - keymap support added in SDL interface (Bryce, Volker)
2078   - new keymap files: SDL keymaps for US and DE keyboards,  X11 keymap
2079     for Danish keyboard.
2080   - use keyboard mapping for keyup messages too
2081   - renamed almost all references to data type "Boolean" to "bx_bool".
2082     The Boolean data type was defined in Carbon.h headers, and conflicted
2083     with Bochs's definition.  See bug [ 618388 ] Unable to boot under MacOS X
2084     Exceptions: When talking to the Carbon library, you must use Boolean.
2085     Also, siminterface.h uses standard "bool" instead of bx_bool.
2086   - "User" button added in toolbar. It can send keyboard shortcuts to
2087     the guest OS. (Volker)
2088   - snapshot improvement and memory leak fixed (Volker)
2089   - testing framework, based on comparing screen content, added (Greg)
2090   - term display library:
2091     - support for color terminal, function keys, clear screen (Volker)
2092     - solaris compilation problem (bug #613393) fixed (Bryce)
2093   - win32 display library:
2094     - use native win32 toolbar for headerbar, use system palette (Volker)
2095   - many Carbon interface improvements:
2096     - patch [ 549248 ] Fix Carbon key & menu handling (Chris Thomas)
2097     - partial keymap support, copy&paste, menu items fixed, new toolbar
2098       behavior, dialog box display for panics (Br'fin)
2099   - sdl display library:
2100     - keyboard fixes and key mapping added (Bryce)
2101     - when captured, the mouse is forced to stay in the window. fix bug
2102       [ 619283 ] SDL: os mouse pointer leaves the window (Bryce)
2103   - x display library:
2104     - bug [ #537593 ] vga font not being found fixed. If vga font not
2105       found, search for a font called "-*-vga-*" (Bryce)
2106     - keyboard problems fixed (Bryce, Christophe)
2107   - beos platform, any display library: add a nice icon to the executable
2108     (Bernd Korz)
2110 - wxWindows
2111   - wxWindows is a cross-platform C++ user interface library which you can
2112     download for free at http://wxwindows.org.  wxWindows provides C++
2113     classes for all sorts of GUI controls (buttons, menubars, etc.) and
2114     implements all of them using the native controls on the platform.
2115   - The new wxWindows port of Bochs provides both a graphical configuration
2116     interface (for editing bochsrc options) and a display.  It was
2117     written by Bryce Denney, Don Becker, Dave Poirier, and Volker Ruppert.
2118   - In release 2.0, we concentrated on making the wxWindows port as stable
2119     and functional as the other interfaces.  wxWindows provides a great
2120     toolbox that we can use to make Bochs easier to learn and use.
2121   - wxWindows supports charmap changes, keyboard mapping, cut and paste,
2122     text and graphics modes, text mode cursor size, and mouse (Volker, Bryce)
2123   - To compile Bochs with wxWindows, you should install wxWindows 2.3.3
2124     or later.  Then configure Bochs with --with-wx.
2125   - if you have multiple versions of wxWindows installed (e.g. a debug
2126     and a release version), you can set $WX_CONFIG before configuring
2127     to select between them. (Bryce)
2129 - Bochs debugger
2130   - [ 609616 ] remote GDB stub
2131     add GDB Stub support from Johan Rydberg, with bug fixes by Stu Grossman
2132   - add hooks for external debugger for win32.  The external debugger
2133     that connects to Bochs is distributed in
2134     build/win32/tattam-external-debugger.zip in binary form. Turn on
2135     with --enable-external-debugger.  (Peter)
2136   - add "debugger_log" option to bochsrc, which logs all debug output
2137     into a file. feature [ 629068 ] (Christophe)
2138   - debugger is now usable in fullscreen SDL and SVGA guis.  It will
2139     switch back to text mode for each debug prompt (Bryce)
2140   - disassembly output cleaned up and improved
2141     (Kernel Panic, Peter Tattam, Jonathan Shapiro, Luiz Henrique Shigunov)
2142   - fix [ 628806 ] debug: x/c prints unprintable chars (Bryce)
2143   - add the beginnings of a wxWindows debugger. Not ready for mainstream use
2144     yet. CPU register display is implemented, and you can type any debugger
2145     command you want into the Debug Console window. (Bryce)
2146   - add help command (Alexander Krisak)
2147   - symbol table lookups cleaned up a bit (Bryce)
2148   - displays the address of the caught watchpoint, feature #435271 (Dave)
2149   - remove obsolete "loader"
2151 - utilities
2152   - fixed bug [ 487758 ] bximage fails on file creation >2048meg
2153     Bximage should now work up to 32gig. (Bryce)
2154   - on win32, both bximage and niclist now ask the user to press
2155     return before exiting, so that you have time to read the results
2156     before the window disappears. (Bryce)
2158 -------------------------------------------------------------------------
2159 Changes in 1.4.1 (June 22, 2002):
2161 - now cdrom is enabled in configure, unless you specifically disable
2162   it with --disable-cdrom. (Christophe)
2163 - fix compile error in main.cc when SMP or APIC is enabled (Dave)
2164 - the runtime menu now displays 11 (continue) by default (Bryce)
2165 - initialize DMA controller before floppy and SB16
2166 - fix DMA panic when installing win95 (Volker)
2167 - first character of the vga bitmap is blank on win32 (Volker)
2168   Before, it was incorrectly coded as a '@'.
2169 - AltGr key on European keyboards works now on win32 (Volker)
2170 - fix problem with console/serial port on Bochs exit (Volker)
2171 - enable serial port for GNU and GNU/Linux (Volker)
2172 - small documentation fixes (Volker)
2173 - remove unnecessary include statements for X11 (Volker)
2174 - italian keymap added (Emanuele Goldoni)
2175 - fix win32 ethernet frames error. It will no longer reject packets
2176   that are less than 60 bytes long. (Peter Tattam)
2177 - BIOS fixes :
2178   - win2k cd-boot (Christophe)
2179   - emm386 crash (Dave)
2180   - cs=0 at boot time (Christophe)
2181   - keyboard failure in scandisk (Dave)
2182 - fix bug in forming the 64-bit APIC base address from two 32-bit registers.
2183   A compiler warning in cpu/proc_ctrl.cc pointed this out.
2184 - fix default choice in the runtime options menu
2186 -------------------------------------------------------------------------
2187 Changes in 1.4 (March 27, 2002):
2188 - ROM BIOS
2189   - Boot from CDROM!  Christophe Bothamy added partial El Torito support in
2190     rombios.c, which allows Bochs to boot cdroms.  Booting from win2k or winXP
2191     cdrom is not supported yet.  The default BIOS includes El Torito functions.
2192     the boot line must say "cdrom".
2193     Example:
2194       boot: cdrom
2195   - implementation of int13 diskette function 5 (format track) (Volker)
2196   - initialisation of PIC and DMA-2 added to POST code (Volker)
2197 - configure script (Bryce Denney)
2198   - the configure script now detects your platform and provides a default
2199     GUI and the required compiler flags.  All supported platforms should
2200     compile with simply "configure" and "make".
2201   - default guis by platform:
2202      - win32/windows/cygwin: win32 gui
2203      - MacOS X: carbon gui
2204      - MacOS 9 or earlier: macos gui
2205      - BeOS: beos gui
2206      - AmigaOS: amigaos gui
2207      - all other platforms: X windows gui
2208   - compile arguments supplied by configure script
2209     - win32: too many to list here; see documentation
2210     - cygwin: -mno-cygwin -DWIN32
2211         - MacOS X: -fpascal-strings -fno-common -arch ppc -Wno-four-char-constants
2212                    -Wno-unknown-pragmas -Dmacintosh
2213   - the --with-GUINAME configure option is only needed if you want to override
2214     the default GUI.  This is the only way to use the Term, RFB, and SDL
2215     GUIs.
2216 - VGA
2217   - added VESA BIOS Extensions code by Jeroen Janssen (banked mode only, LFB
2218         support in patches)
2219   - vga memory read/write functions in text mode fixed
2220   - implementation of CGA mode 320*200*4 (patch from Sebastien Bechet)
2221 - VGA BIOS
2222   - updated Christophe Bothamy's LGPL VGA BIOS to version 0.3a.  This consists
2223     of a bug fix for function ah=13 and VBE support by Jeroen Janssen.
2224 - networking
2225   - chipmem read/write limit fixed (Mike Lerwill)
2226   - writing a byte in 16-bit mode now possible (Mike Lerwill)
2227   - new ethertap interface for Linux, which allows Bochs to talk to
2228     the local machine and the internet (Bryce Denney)
2229   - NE2000 is now enabled by default on Win32, Cygwin, and Linux compiles
2230     in the .conf.* scripts and release binaries.
2231   - fix check for auto transmit disable, which was checking the wrong bit
2232     (Peter Tattam)
2233   - Win32 only
2234     - niclist.exe has been revised to work on more Windows versions, and it
2235       suggests a usable ne2k line (Dean Payne)
2236     - fix timeout setting so that ne2000 does not slow down the whole
2237       simulation (Don Becker)
2238     - bug fix: be able to handle multiple packets that arrive at once
2239       (Mike Lerwill)
2240 - GUI changes
2241   - cdrom button: click this to notify Bochs when you changed the CDROM (Volker)
2242   - snapshot button: saves the text on the Bochs screen into a file called
2243     snapshot.txt (Volker)
2244   - copy button: on Win32 and X windows, copy the text on the Bochs screen
2245     to the clipboard (Volker)
2246   - paste button: on Win32 and X windows, paste the characters on the
2247     clipboard into the Bochs window.  This requires keyboard_mapping to
2248     be enabled. (Bryce Denney)
2249   - improved text mode cursor for Win32, X11, and SDL (Volker)
2250   - new SDL interface (Dave Poirier, debugging by Christophe, Volker, Bryce)
2251     SDL is a graphics library that has works on many platforms.  This interface
2252     is experimental, and is missing a few features of the standard Bochs
2253     interfaces: extended keys (arrows, keypad).
2254   - MacOS X: add MacOS X carbonized event handlers by Jeremy Parsons
2255   - X windows: when not enough colors can be allocated, force use of
2256     private colormap (Bryce Denney)
2257   - bug #490570 fixed: OUTB set and command 0xaa encountered (Dave Poirier)
2258 - keyboard
2259   - completed keyboard emulation with the implementation of the three scancodes
2260     sets (mf1, mf2, mf3) with or without translation. This is based on Ludovic
2261     Lange's plex86 keyboard patch. (Christophe Bothamy)
2262   - added a "keyboard_type" option, that defines the answer to an "identify
2263     keybord" request to the keyboard controller. The available values are
2264     "xt","at","mf".  (Christophe Bothamy)
2265   - added an optional keyboard_mapping option that enables to use your
2266     country specific keyboard with Bochs.  If enabled, the keymap file must be
2267     specified in bochsrc.  The available keymaps are US, German, Spanish and
2268     French for PCs running X11.  Contributions are welcomed.  (Christophe
2269     Bothamy)
2270   - added Windows(tm) key definitions (Volker Ruppert)
2271   - added paste button, which causes the emulated keyboard to type characters
2272     from the system clipboard.  This only works when keyboard_mapping is
2273     enabled. (Bryce Denney)
2274 - cdrom
2275   - bug fix: win32 could not read a cdrom image file
2276   - eject cd support for linux (patch from Petr Stehlik)
2277   - BeOS fixes
2278   - changing cdrom media is possible now with CDROM button
2279 - sound blaster(tm) emulation (Volker)
2280   - you can use --enable-sb16=freebsd now
2281   - 16-bit DMA controller added
2282   - 16-bit mode of the SB16 implemented (output to file works)
2283 - floppy drive (Volker Ruppert)
2284   - implementation of the floppy command 'format track'
2285   - implementation of read / write operations with MT=0
2286   - behaviour of a few floppy commands fixed
2287   - floppy reset behaviour fixed
2288   - lots of other fixes
2289 - fixed bug [ #468340 ] pic:slave: OCW3 not implemented.  Now the slave PIC
2290   supports all the modes that the master PIC does, and nobody will see this
2291   message again.
2292 - serial port (by Volker Ruppert unless noted)
2293   - improved IRQ handling
2294   - now Windows 95 serial driver works correctly
2295   - fixed the return value of the MCR (loopback bit)
2296   - interrupt reasons LSR change and MSR change implemented
2297   - the number of data bits is considered when sending data
2298   - all serial port changes are tested in loopback mode only
2299   - serial port emulation fixed for FreeBSD and OpenBSD (Stu Grossman)
2300   - fix receiver poll frequency so that it doesn't slow emulation (Stu Grossman)
2301 - Bochs debugger
2302   - when tracing, print the instruction just before it is executed, instead
2303     of just after (Greg Alexander)
2304   - after a triple-fault panic, you can now return to the debugger
2305 - symmetric multiprocessor (SMP) simulation
2306   - no more panic if you read the EOI register
2307   - fixed default destination format in local APIC
2308   - fix SMP instruction tracing in bochs debugger
2309   - fix deadlock when debugger enabled and all processors HLT
2310   - MSR support added by Zwane Mwaikambo
2311 - simulation of interrupts is more accurate (Volker)
2312   - implemented edge triggered interrupt mode
2313   - added functions raise_irq() and lower_irq()
2314 - programmable interrupt timer (Greg Alexander)
2315   - fixed the PIT gate and improved the PIT printing options
2316   - experimental real-time PIT
2317 - parallel port improvements (Volker Ruppert)
2318 - bug fix: hard disk errors caused by overflowing imul in the BIOS code.
2319   Sebastian Bechet and Peter Tattam tracked it down and fixed it.
2320 - fix some memory leaks (patch from Darko Tominac)
2321 - Double-Word IO is supported for ATA devices
2322 - fix bash-specific syntax in install-x11-fonts script
2323 - print stack_return_from_v86 error only the first 100 times
2325 -------------------------------------------------------------------------
2326 Changes in 1.3 (December 10, 2001):
2327 - networking works on Windows and Linux platforms
2328 - emulated cdrom can now read from ISO image files, on any platform.
2329 - new PIT model by Greg Alexander which is much more complete than the
2330   old one.  The new PIT is used by default, but you can switch back to
2331   the old one if you configure with --disable-new-pit.
2332   (PIT = 8254 programmable interrupt timer)
2333 - new configuration menus by Bryce Denney, which allow you to change any
2334   bochsrc option using text menus, then save the configuration into
2335   a new bochsrc file for later use.  You can disable the new code using
2336   configure --disable-control-panel.  Also you can use the command
2337   line arguments -nocp or -nocontrolpanel.  Also, there is a new
2338   "Config" button on the GUI that allows limited changes to the
2339   configuration at runtime, such as changing the floppy disk.
2340 - add docbook documentation directory in the sources under doc/docbook.
2341   The transition from HTML to docbook documentation is still in progress.
2342 - Add new log action "ask", as shown in these example bochsrc lines:
2343     panic: action=ask
2344     error: action=ask
2345   When an event occurs which is set to "ask", you get a beep and message
2346   on the text terminal that asks what you want to do.  Choices are: continue,
2347   continue and disable future messages from this device, quit immediately,
2348   or segfault (where abort() function is available).  If compiled with
2349   --enable-debugger, you can also choose to enter the debugger.
2350 - Parallel port emulation cleaned up by Volker Ruppert.  See .bochsrc for
2351   syntax of new parport1 line in bochsrc.
2352 - PCI support improved by Volker Ruppert, including BIOS changes.  Still
2353   not complete.
2354 - floppy controller returns a proper error response if you try to write
2355   a read-only disk image.  For systems such as DOS that actually use the BIOS
2356   services, it was also necessary to add code in int13_diskette_function to
2357   recognize a write-protected error and return the correct error status code
2358   (AH=3, Carry Set).
2359 - the ROM BIOS now prints panic messages to the console.  Thanks to Cliff
2360   Hones for his console display code.
2361 - the ROM BIOS detects nonbootable disks (Barry Allard), and prints a message
2362   on the console.  Barry Allard's patch who helped with checking the boot
2363   signature.
2364 - LBA support added for hard disks.  (Not tested very much.)
2365 - add dependencies to makefiles
2366 - logging code moved into a separate file, logio.cc
2367 - new option --enable-slowdown-timer, by Greg Alexander, which kicks in if
2368   Bochs simulation time starts to run faster than real time.  This helps to
2369   keep the Bochs clock in sync with the real clock when the CPU is mostly
2370   idle.
2371 - new option --enable-iodebug, by Dave Poirier, which creates an I/O
2372   interface to the debugger.  This lets you write software to be emulated
2373   in Bochs which can turn on instruction, register, or memory tracing
2374   using I/O accesses.
2375 - improved detection of readline in configure script
2376 - configure substitutes the version number into many files, instead of
2377   using sed in the makefile.  There are still a few uses of sed remaining.
2378 - you can now use environment variables in bochsrc values.  For example,
2379   diskd: file="$BOCHS_IMG/diskd.img", cyl=615, heads=6, spt=17
2380 - configure with --prefix=PATH works now
2381 - running configure from a different directory works now, thanks to
2382   a patch from Edouard G. Parmelan
2383 - fix [ #433759 ] virtual address checks can overflow.
2384   > Bochs has been crashing in some cases when you try to access data which
2385   > overlaps the segment limit, when the segment limit is near the 32-bit
2386   > boundary.  The example that came up a few times is reading/writing 4 bytes
2387   > starting at 0xffffffff when the segment limit was 0xffffffff.  The
2388   > condition used to compare offset+length-1 with the limit, but
2389   > offset+length-1 was overflowing so the comparison went wrong.
2390 - cmpxchg8b patch from Michael Hohmuth <hohmuth@innocent.com>
2391 - apply patch from Thomas Fitzsimmons <fitzsim@cygnus.com> to fix compile
2392   problems when BX_SUPPORT_PAGING and BX_USE_TLB are turned off
2393 - fix bug introduced in 1.2.1 which caused spurious exceptions.
2394   See patch #439314, Exception 1 (debug) on HALT, from
2395   thomas.petazzoni@meridon.com.
2396 - add panic in ctrl_xfer32.cc where the IRET32 implementation is broken.
2397   This only happens if you are NOT in vm8086 mode or protected mode.
2398   The intent is to warn people when they are getting bad emulation, and
2399   encourage people to report how they got to that point.
2400 - apply patch from Santiago Bazerque.  See this bug report:
2401   [ #463018 ] retf not removing parameters sometimes
2402 - fix bug [ #461730 ] IRETD causes problems if NT-flag is set
2403   reported by Peter Lammich.
2404 - apply patch [ #455014 ] CR0 bug in 80486, described as:
2405   > In the register CR0, when the bit PM is enabled, the bit 4 is 0
2406   > when should be 1.
2407 - apply patch from Mike Rieker <mrieker@o3one.org> associated with this bug
2408   report: [ #480422 ] gdt 'accessed' bit
2409 - in task_switch when it tried to ensure that the old TSS was paged in,
2410   it actually used the new TSS address, fixed.
2411 - updated the instrumentation code, and added a working example.  To try
2412   it, configure --enable-instrumentation=instrument/example1.  Then when
2413   you run bochs, you will get one line for each instruction PC and for
2414   each I/O access in a new file called bxevent.txt.
2415 - set a bit in the CMOS that says the processor has an FPU.  This is
2416   from patch [ #455006 ] Device byte is not initialized aptly.
2417   Author did not leave their name.
2418 - add logging code to the "null ethernet" which does not require host OS
2419   support.  All this does is print the outgoing packets from the guest OS.
2420 - cleanup of log functions (Todd Fries)
2421 - add BX_ERROR for every command in ATAPI-6 that bochs does not support.
2422   I still need to do add some commands from older specs that are obsolete
2423   (and not listed) in ATAPI-6.  Commands that aren't in the spec will still
2424   panic.
2425 - only put 0xf into the 2nd hard disk field when the cdrom is not present.
2426   This is a patch from Volker Ruppert <Volker.Ruppert@t-online.de>, who
2427   comments: "The fdisk command reports an unusable second harddisk if the cdrom
2428   is enabled. This patch helps, but I don't know if it is the right way."
2429 - make hard disk code return error codes when data is not available instead
2430   of just panicing.  In particular, if the logical sector is out of bounds
2431   or the disk image cannot be read/written at the desired offset, we now
2432   abort the ATA command and return an error code.  Many of the old BX_PANIC
2433   messages are turned to BX_ERROR, so they will still appear in the
2434   log, but now the device model will try to communicate this fact to
2435   the OS instead of simply giving up.
2436 - don't blindly reject odd length atapi commands.  There are cases when
2437   it's really ok according to ATA-4.
2438 - for big endian machines, reversed the bit fields in interrupt_reason.
2439   This was pointed out by Nicholai Benalal.
2440 - extended keyboard improvements by Dave Poirier
2441 - major mouse patch from Dave Spring, that implements several missing
2442   mouse modes.
2443 - commit keyboard patch from David Haslam <dch@sirius.clara.co.uk>
2444   posted to mailing list, that addresses the problem of each key press
2445   printing ^@.  See cvs log for details.
2446 - mouse performance fixes by Greg Alexander and Robb Main
2447 - NE2000 fixes by Frode Vatvedt Fjeld, ecelca@yahoo.com, Greg Alexander,
2448   and angelos@openbsd.org.
2449 - fix bug [ #468340 ] pic:slave: OCW3 not implemented.  Some event handling
2450   code appeared in the master pic but not the slave pic.
2451 - fix compile problems in SB16 code, related to fpos_t being treated as
2452   an integer.
2453 - patch from Volker Ruppert <Volker.Ruppert@t-online.de> to fix
2454   midi output file so that winamp can play it.
2455 - some cleanup of serial code by Todd Fries and Volker Ruppert, but it
2456   doesn't work yet.
2458 X Windows specific:
2459 - commit patch from David Haslam <dch@sirius.clara.co.uk>
2460   [ #455763 ] Cursor trail with DOS Edit/Minix vi
2461 - error for missing fonts now points to the documentation
2462 - new option --enable-idle-hack, by Roland Mainz, which makes Bochs more
2463   friendly toward other processes when its CPU is idle.  Presently,
2464   this option is specific to X windows.
2466 Win32 specific:
2467 - now Windows 95/98/ME can read the physical cdrom (Don Becker)
2468 - The default configuration for Win32 VC++, given in .conf.win32-vcpp,
2469   now enables the NE2000 and renames all .cc files to .cpp.  This keeps VC++
2470   happy but may make it hard to use CVS.
2471 - The default configuration for Cygwin, given in .conf.win32-cygwin, now
2472   enables cdrom and SB16.
2473 - See "new docs" on the web site for compile instructions for VC++ and Cygwin.
2474 - The sources include a VC++ workspace, in addition to the old "nmake"
2475   makefile.
2476 - ethernet support (emulated NE2000 card), coded by Don Becker.  This
2477   implementation requires a library called WinPCap, which you can
2478   download from http://netgroup-serv.polito.it/winpcap.
2479 - new utility called niclist.exe which lists the ID number of all your network
2480   cards (well probably you just have one).  The ID be used when setting up your
2481   .bochsrc.
2482 - patch [ #466403 ] make text colors more accurate.  The author did not leave
2483   his/her name.
2484 - fix GUI bug [ #452159 ] win32: mouse stuck if bochs win partly off screen
2485   Now we center the mouse periodically, whether or not the mouse has
2486   wandered outside of the window or not.
2487 - event handler recognizes the extended keycode flag
2488 - fixes for raw floppy and floppy disk images (Don Becker)
2490 Linux specific:
2491 - Ethernet (emulated NE2000 card) now works in Linux!  Contributed by
2492   splite@purdue.edu.  This has been tested using host OS kernel 2.2.14, and
2493   works with telnet, ftp, irc, lynx, etc.  Because it is a packet filter
2494   solution, you aren't able to talk to the host machine, only to other
2495   machines on the network.
2496 - The default configuration for Linux, given in .conf.linux, now enables
2497   the NE2000 model.
2498 - RPM build process configures with --prefix=/usr so that everything is
2499   installed in /usr/bochs instead of /usr/local/bochs.
2500 - DLX Linux disk image is now installed so that only root can write it, to
2501   avoid security problems.  When you run the bochs-dlx script, it creates a
2502   local copy in your home directory and then runs it.
2503 - code that determines the capacity of a cdrom now works for both ATAPI
2504   and SCSI drives (splite@purdue.edu)
2505 - applied patch from bochs@sigint.cs.purdue.edu.  The comments are:
2506   > The Linux 2.4.5 CD-ROM driver sends a READ_DISC_INFO command which caused
2507   > an "unrecognized ATAPI command" panic.  Looks like READ_DISC_INFO is only
2508   > recognized by CD-R and CD-RW drives, so I ignore it for now.
2510 Amiga MorphOS specific:
2511 - Bochs now compiles and works on Amiga MorphOS.  Configure with
2512   --with-amigaos.  For AmigaOS only, see .bochsrc for use of fullscreeen and
2513   screenmode options.  The Amiga MorphsOS is written and maintained by
2514   Nicholai Benalal <nicholai@chello.se>.
2515 - raw cdrom supported if you configure with --enable-cdrom
2517 BeOS specific:
2518 - Bochs compiles and works on BeOS.  Configure with --with-beos.
2519   Bernd Thorsten Korz <bernd.korz@insidebeos.de> maintains the BeOS port.
2520 - raw cdrom supported if you configure with --enable-cdrom
2522 MacOS X specific:
2523 - Bochs now compiles and works on MacOS X.  Configure with --with-carbon.
2524   Emmanuel Mailliard <e.rsz@libertysurf.fr> ported the Macintosh code to the
2525   Carbon API.
2526 - The MacOS X application is built using (gasp) mkdir, copy, and rez.
2527   Surely this is not the right way, but it works.
2528 - raw cdrom supported if you configure with --enable-cdrom
2530 RFB mode:
2531 - apply patch.rfb-mouse by MURANAKA Masaki (monaka@users.sf.net)
2532   see this source forge bug [ #457968 ] Strange mouse motion on RFB
2533 - add a retry loop in RFB code, so that if port 5900 is not available
2534   it can try 5901, etc.
2536 Bochs Debugger:
2537 - do a vga update whenever you print a debugger prompt.
2538 - added debugger command "info fpu" that prints the FPU registers.  If you
2539   do "info all" you get cpu and fpu registers.
2540 - added debugger command "info ne2k" which prints all the registers
2541   of the NE2000 model
2542 - add ability to do register tracing and flag tracing (Dave Poirier).
2543   Try the trace-reg-on and trace-reg-off commands.
2544 - instruction trace now includes time ticks
2545 - fixed problems in which bochs compiled with debugger measured time
2546   differently from bochs compiled without debugger.  Also when instruction
2547   trace was enabled, breakpoints and control-C did not work.  Also,
2548   breakpoints at the beginning of an interrupt handler did not work.
2550 -------------------------------------------------------------------------
2551 Changes in 1.2.1 (June 12, 2001):
2552 - more work on makefile for building RPMs
2553 - [ #432382 ] build debian packages patch
2554   add build/debian directory from Rob Lemley <rjlemley@calypsoblue.org>
2555   which allows us to make Debian packages!
2556 - optimize for speed when simulating one processor.  Now 1-processor
2557   performance should be equivalent to 1.1.2.
2558 - [ #425640 ] sb16 assumes fpos_t is long int
2559   This fixes compiles of iodev/sb16.cc on linux systems with newer libraries
2560   in which fpos_t is not an integer.
2561 - [ #432488 ] SMP:assert "n_logfn < MAX_LOGFNS" fails
2562   increase MAX_LOGFNS since we ran out of them on an SMP simulation with
2563   4 processors
2564 - changes to compile clean on cygwin:
2565   - don't use the WIN32 snprintf define for cygwin
2566   - add ssize_t definition for cygwin
2567   - only compile "struct timeval tval" if select is available
2568     on that platform.
2569 - [ #432491 ] SMP: CPUID says no APIC feature
2570   clean up inconsistent use of BX_SUPPORT_APIC and BX_APIC_SUPPORT, which
2571   caused the CPUID to report no APIC was present
2572 - [ #431025 ] --enable-external-device-models broken
2573   removed configure options for external-device-models and
2574   external-cpu-memory.  These don't work and aren't going to be fixed.
2575 - [ #429448 ] configure: -lreadline when not there
2576   Now configure allows you to choose not to use readline, even if it's found
2577   on your system.
2578 - [ #428915 ] apply extended keyboard patch
2579   extended keyboard patch by Dave Poirier <eks@void-core.2y.net>
2580 - [ #428626 ] if no X11 found, configure&make fails
2581   Now configure halts if X windows is selected but no X libraries are found.
2582 - updated rombios to version 1.13.  This fixes several problems:
2583   - [ #430472 ] DOS HIMEM "A20 line" error
2584     This problem was apparantly caused when Bryce added a function that prints
2585     the BIOS version, and he called it too early in the boot process.  Now the
2586     same function is called later, and it doesn't break the A20.
2587   - [ #431010 ] SMP structure overwritten in v1.2
2588     SMP structures were getting overwritten by BCC-generated data,
2589     preventing SMP operating systems from detecting that other processors
2590     were available.
2591   - [ #431016 ] bios: SMP struct has wrong entry count
2592     SMP structure had the wrong entry counts
2593 - very minor doc updates (typos, replace broken link to mtools info)
2594 - quit when the user clicks the power button, even if they have disabled
2595   panics.
2596 - win32 now defaults to having mouse capture mode turned off.  For new users,
2597   it would be distressing for their mouse cursor to disappear until they
2598   pressed F12.
2599 - [ #428222 ] vga font not installed
2600   added script called "install-x11-fonts" which should help people install
2601   the VGA font on X windows systems, if it isn't already there.
2603 -------------------------------------------------------------------------
2604 Changes in 1.2 (June 3, 2001):
2605 - [ #427259 ] rombios HALT calls don't print
2606   Fixed bios/rombios.c HALT macro so that it writes the line number of the
2607   panic to the PANIC_PORT (port 0x400) and then does NOT do a halt
2608   instruction.  Also changed iodev/unmapped.cc so that the line number written
2609   to PANIC_PORT is displayed as a BX_PANIC message.  Because the HALT
2610   macro now triggers the normal panic behavior, it can be controlled by
2611   the bochsrc.
2612 - [ #429016 ] crash if no hard drive
2613   rombios used to call HALT macro if no hard drive was found. Now it only
2614   calls HALT if a hard drive has an illegal geometry.
2615 - [ #425388 ] include source for simple disk img tool
2616   [ #428478 ] mkimg tool creates image 1 byte too big
2617   Added bximage tool, which makes empty floppy and hard disk images.
2618   It is now included in the top level Makefile, so it will get built
2619   by default on all platforms.
2620 - [ #426036 ] eth_fbsd.cc compile problem on solaris26
2621   added configure test so that "configure --enable-ne2000" only
2622   includes the Berkeley Packet Filter code (eth_fbsd) if the header
2623   file <net/bpf.h> can be found.  If you don't have BPF the ne2000
2624   will not actually move packets, but at least it will compile clean now.
2625 - [ #428214 ] 1.2.pre1 need documentation for binaries
2626   Write windows and linux specific documentation to be installed in
2627   binary releases.
2628 - [ #429258 ] disable RESET for version 1.2
2629   Since soft reset was not completely working, I reverted the reset patch.
2630   Now it does panics on reset instead of trying to reboot, as the old
2631   bochs versions did.
2632 - [ #428222 ] Should the linux RPM install vga font?
2633   now font/vga.pcf will be installed in the RPM package
2634 - [ #429020 ] stop renaming the BIOS!!!
2635   new BIOS changes are now in BIOS-bochs-latest, instead of a BIOS
2636   whose name changes every time we change anything!  To help distinguish
2637   different BIOS versions, the BIOS now prints its RCS Id into the
2638   log file.
2639 - [ #428625 ] compile problem if SHOW_IPS is on
2640   removed extra paren that broke SHOW_IPS
2641 - [ #428219 ] PCI doesn't compile with SMF=1
2642 - [ #429375 ] pthreads detection broken
2643 - [ #429073 ] configure: if no X11, makes bad config
2644 - [ #429229 ] install current .bochsrc in binary rels
2645 - install Tim's man pages on linux RPM
2646 - BIOS prints messages in log in case of boot failure
2647 - rewrote instructions for compiling in win32 (win32.txt)
2648 - fixed link in HTML changelog.html to point to the real sources on SF.
2649 - added missing LOG_THIS definition to gui/nogui.cc and gui/rfb.cc
2650 - added additional check for null pointer in debugger exit routine
2651 - added diskd to .bochsrc
2653 -------------------------------------------------------------------------
2654 Changes in version 1.2-pre1 (May 25, 2001):
2655 - major cleanup of .bochsrc
2656 - major cleanup of stderr output: prints bochs version information when
2657   starting, and at the end it tries to print the message that caused
2658   bochs to quit.
2659 - two hard disk support (diskd).  At present, you cannot have two
2660   hard drives and a cdrom at the same time, because there is only
2661   one IDE controller with two channels.
2662 - split hard disk support allows different partitions to be stored in
2663   different image files
2664 - two new GUI choices: term mode and RFB mode.  Term is a text-only
2665   interface, and RFB creates a server that can be accessed using
2666   the AT&T VNC viewer.
2667 - now Bochs can simulate an SMP machine, if you configure with
2668   --enable-processors=N.  Configuring more than one processor has
2669   a major performance impact, so the default is 1 processor.
2670   See SMP documentation for more details.
2671 - to make SMP work, bx_mem and bx_cpu have been replaced with
2672   bx_mem_array[] and bx_cpu_array[].  The cpus are referenced through
2673   the BX_CPU(n) macro and memories through the BX_MEM(n).  Normal
2674   mode has one cpu and one memory, SMP mode has multiple cpu's and
2675   one memory, cosimulation mode has multiple cpus and multiple memories.
2676 - use --enable-cpu-level=6 to make Bochs claim to be a Pentium Pro.
2677   The only feature that requires CPU level 6 is apic support.
2678 - new logging system by Todd Fries, which has 4 levels of event
2679   severity (panic, error, info, debug).  There are new .bochsrc
2680   options that control what action to take when a
2681   panic/error/info/debug event occurs.
2682 - now searches for .bochsrc, bochsrc, bochsrc.txt, and (on unix only)
2683   $HOME/.bochsrc.
2684 - use GNU readline library if --enable-debugger is on, as long as readline
2685   can be found on the machine
2686 - configure checks for existence strtoull and strtouq. if neither exists,
2687   Bochs uses its own implementation
2688 - applied patches from Cliff Hones <cliff@aonix.co.uk> to fix up the
2689   rombios.  This includes many improvements, which you can list by
2690   doing "cvs log -r 1.6 bios/rombios.c" or looking at cvsweb.
2691 - added suggested geometries of larger disks to the documentation
2692 - this is the first release to have official binary packages for win32
2693   and Linux.  There is a new "make rpm" in the top-level Makefile which
2694   will create an RPM of the current bochs directory.  To use this,
2695   become root and type "configure; make rpm".
2696 - applied some FreeBSD patches from Maxim Sobolev (cdrom and serial).
2698 -------------------------------------------------------------------------
2699 Changes in version 1.1.2 (bugfix3, May 16, 2001):
2700 - updated Elpin VGA BIOS to version 2.40, and changed pointer in .bochsrc
2701 - fixed .conf.x86 script so that it uses c++ instead of egcs for C++ files
2702 - now Makefile targets that recurse into subdirectories use double colons,
2703   so that it will always recurse into subdirectories.  Now a single make
2704   command should notice a modified source file in a subdir.
2705 - fixed bug in bx_panic.  If BX_PANIC_IS_FATAL==0 and a (non-fatal) panic
2706   occurs, it used to call bx_atexit() and then return.  It should never
2707   call bx_atexit, which starts to shut down the simulator, unless it's
2708   really going to quit!
2709 - support 2.88 MB floppy disks
2710 - since dataseghack is checked in as non-executable, invoke it with
2711   "csh dataseghack"
2712 - double fault patch from Thomas Petazzoni <thomas.petazzoni@ifrance.com>,
2713   sourceforge patch #423726.
2714 - removed -fno-builtin from fpu makefiles
2715 - redefine u_char, u_short, etc. in order to not conflict with system
2716   definitions of these same types.
2717 - in cdrom.cc, remove the extern "C" { } structure around some of the
2718   header files.  This is no longer necessary.
2719 - do not panic on hard disk command 0x1f2 (read sector count)
2720 - in keyboard.cc:
2721   - apply Todd Fries' reset patch
2722   - recognize most of the "Grey" insert/delete/home/end/etc. keys the
2723     same as keypad keys.
2724   - removed panic on "kbd_ctrl_to_kbd(): got value of 0x??"
2725   - implement mouse command 0xf6 (set defaults)
2726 - apply Suboner@aol.com's Xwindows timing patch from
2727   http://sourceforge.net/tracker/index.php?func=detail&aid=418730&group_id=12580&atid=312580
2728 - remove all patches from patches subdir which have already been applied.
2729   The remaining ones are under consideration but not applied.
2731 -------------------------------------------------------------------------
2732 Changes in version 1.1.1 (bugfix2, April 9, 2001):
2733 - in soundwin.cc, arg 3 should be typecast to LPWAVEFORMATEX
2734 - in fpu_entry.c, Bryce mistyped his own initials!
2735 - in configure.in and configure, define good defaults for VC++
2736    #define BX_64BIT_CONSTANTS_USE_LL 0
2737    #define inline __inline
2738    #define BX_NO_EMPTY_STRUCTS 1
2739    #define BX_NO_ATTRIBUTES 1
2740    #define BX_HAVE_HASH_MAP 0
2741 - in config.h.in, fixed typo in #error message
2743 -------------------------------------------------------------------------
2744 Changes in version 1.1 (bugfix1, April 6, 2001):
2746 (FIXED, patch #414360: update copyrights)
2747 update headers.  Change copyright to 2001, replace config.h.in header with
2748 the standard mandrake header that every other file uses.
2750 (FIXED, patch #414356: inlines)
2751 make macro to replace inline and static/extern keywords.  Then make
2752 define the macro appropriately based on configure.
2754 (FIXED: patch #414234: macos-no-strdup)
2755 --with-macos should force HAVE_STRDUP=0.
2757 (FIXED, patch #403027: Fix mouse bugs in Linux and BSD)
2758 Linux and BSD (maybe others) cause panic in mouse code.
2760 (FIXED, patch #413851: const64bit patch)
2761 VC++ does not allow "LL" after 64-bit constant.
2763 (FIXED, patch #413859: fabs symbol conflict)
2764 fpu code contains fabs, which conflicts with math library fabs.
2766 (FIXED, patch #403004: Implement aborts on a few SET FEATURE commands...)
2767 Implement aborts on a few SET FEATURE commands for ATA.
2769 (FIXED, patch #402991: Update to iodev/vga.cc to add 3c3h read support)
2770 Implement VGA enable register, at 0x3c3.
2772 (FIXED, patch #403027: Fix mouse bugs in Linux and BSD)
2773 Mouse panic in linux/BSD:
2774 KBD: io write 0x64: command = 0xD3(write mouse outb)
2776 (FIXED, patch #414229: panic-is-fatal)
2777 Allow user to decide if panic is fatal, or just a warning
2779 (FIXED, patch #414230: sun-cdrom)
2780 Support Sun CDROM
2782 (FIXED, patch #413574: portable1)
2783 there are cases where a pointer is cast to a 32-bit int,
2784 then later cast to a pointer and dereferenced, which crashes any 64-bit
2785 machine.
2787 (FIXED, patch #413574: portable1)
2788 some machines have no snprintf or strtoull.  include a replacement function
2789 when needed.
2791 (FIXED, patch #413574: portable1)
2792 Some compilers don't allow "typedef struct { } foo;"
2794 (FIXED, patch #413574: portable1)
2795 Some people don't have hash_map.h, used in dbg_main.cc.  Disable this code
2796 if hash_map.h not found.
2798 (FIXED, patch #413574: portable1)
2799 Some compilers can't handle labels at the end of a block, as in
2800    void main () { /*code*/ label: }
2802 (FIXED, patch #413574: portable1)
2803 Most compilers can't handle __attribute__.  Use macro to define it away.
2805 (FIXED, patch #413574: portable1)
2806 if --enable-debugger, turn on --enable-disasm too.
2808 (FIXED, patch #413574: portable1)
2809 ome compilers can't handle any chars after an #endif
2811 (FIXED, patch #413574: portable1)
2812 wrong type arg1 of bx_dbg_watch and bx_dbg_unwatch.  The code in
2813 lexer.l was calling it with integers (not booleans)
2815 (FIXED, patch #413574: portable1)
2816 in fpu code, "setcc" macro was implemented with braces inside parens,
2817 which some compilers don't understand.
2819 (FIXED, patch #413574: portable1)
2820 in fpu_entry.c, FPU_load_int32 was consistently called with arg1 of
2821 type (s32 *), but should be (u32 *)
2823 (FIXED, patch #413574: portable1)
2824 comment out sigcontext structure in fpu/stubs/asm/sigcontext.h because
2825 it conflicted with sigcontext of other machines.  This struct was never
2826 used by bochs anyway.
2828 (FIXED, patch #414046: portable2)
2829 move definition of missing library functions into osdep.h and osdep.cc,
2830 include contents of macutils*.
2832 (FIXED, patch #414061: win32-rawcd)
2833 CDROM drive letter for WIN32 should not be hardcoded.
2835 (FIXED, patch #414060: win32-rawfloppy)
2836 Bypass fstat when opening WIN32 raw floppy disk.
2838 (FIXED, patch #414226: pit-panic)
2839 WinME install dies with panic:
2840 bochs: panic, pit: outp(43h): comm Bh, mode 00, bcd 00 unhandled
2841 I think I had a similar problem.  All three timers should support modes
2842 0, 2, and 3.  Other modes really aren't implemented.