- first step of documentation updates for release
This commit is contained in:
parent
a166da10ee
commit
62537a4a2b
@ -6,7 +6,8 @@ Brief summary :
|
|||||||
- Fixed failures on big endian hosts.
|
- Fixed failures on big endian hosts.
|
||||||
- BIOS: Support for up to 2M ROM BIOS images.
|
- BIOS: Support for up to 2M ROM BIOS images.
|
||||||
- GUI: select mouse capture toggle method in .bochsrc.
|
- GUI: select mouse capture toggle method in .bochsrc.
|
||||||
- Ported the read-only part of Qemu's 'virtual VFAT' block driver.
|
- ported most of Qemu's 'virtual VFAT' block driver
|
||||||
|
(except runtime write suppprt, but plus FAT32 suppport)
|
||||||
- Added write protect option for floppy drives.
|
- Added write protect option for floppy drives.
|
||||||
- Bugfixes / improved internal debugger + instrumentation.
|
- Bugfixes / improved internal debugger + instrumentation.
|
||||||
|
|
||||||
@ -48,11 +49,13 @@ Detailed change log :
|
|||||||
- CTRL+F10 (like DOSBox)
|
- CTRL+F10 (like DOSBox)
|
||||||
- CTRL+ALT (like QEMU)
|
- CTRL+ALT (like QEMU)
|
||||||
- F12 (replaces win32 'legacyF12' option)
|
- F12 (replaces win32 'legacyF12' option)
|
||||||
|
- display library 'x' now uses the desktop size for the maximum guest resolution
|
||||||
|
|
||||||
- ROM BIOS
|
- ROM BIOS
|
||||||
- Support for up to 2M ROM BIOS images
|
- Support for up to 2M ROM BIOS images
|
||||||
|
|
||||||
- I/O Devices
|
- I/O Devices
|
||||||
|
- 3 new 'pseudo device' plugins created by plugin separation (see below)
|
||||||
- Fixes for emulated DHCP in eth_vnet (patch from @SF tracker)
|
- Fixes for emulated DHCP in eth_vnet (patch from @SF tracker)
|
||||||
- Added support for VGA graphics mode with 400 lines (partial fix for SF bug #2948724)
|
- Added support for VGA graphics mode with 400 lines (partial fix for SF bug #2948724)
|
||||||
- NE2K: Fixed "send buffer" command issue on big endian hosts
|
- NE2K: Fixed "send buffer" command issue on big endian hosts
|
||||||
@ -64,8 +67,8 @@ Detailed change log :
|
|||||||
- USB MSD: added support for disk image modes (like ATA disks)
|
- USB MSD: added support for disk image modes (like ATA disks)
|
||||||
- USB printer: output file creation failure now causes a disconnect
|
- USB printer: output file creation failure now causes a disconnect
|
||||||
- re-implemented "options" parameter for additional options of connected
|
- re-implemented "options" parameter for additional options of connected
|
||||||
devices (currently only used to specify an alternative redolog file of
|
devices (currently only used to set the speed reported by device and to
|
||||||
USB MSD disk image modes)
|
specify an alternative redolog file of USB MSD disk image modes)
|
||||||
- hard drive
|
- hard drive
|
||||||
- new disk image mode 'vvfat'
|
- new disk image mode 'vvfat'
|
||||||
- ported the read-only part of Qemu's 'virtual VFAT' block driver
|
- ported the read-only part of Qemu's 'virtual VFAT' block driver
|
||||||
@ -84,6 +87,8 @@ Detailed change log :
|
|||||||
- added write protect option for floppy drives (based on @SF patch by Ben Lunt)
|
- added write protect option for floppy drives (based on @SF patch by Ben Lunt)
|
||||||
- vvfat support
|
- vvfat support
|
||||||
- bugfix: close images on exit
|
- bugfix: close images on exit
|
||||||
|
- SB16
|
||||||
|
- converted the sound output module stuff to the new 'soundmod' plugin
|
||||||
|
|
||||||
- SF patches applied
|
- SF patches applied
|
||||||
[3164945] hack to compile under WIN64 by Darek Mihocka and Stanislav
|
[3164945] hack to compile under WIN64 by Darek Mihocka and Stanislav
|
||||||
|
Loading…
Reference in New Issue
Block a user