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