Update CHANGES. Add --enable-voodoo to all configure samples (which are also used to build Bochs releases)
This commit is contained in:
parent
674447c186
commit
b6852ba027
@ -26,6 +26,7 @@
|
||||
--enable-e1000 \
|
||||
--enable-pci \
|
||||
--enable-clgd54xx \
|
||||
--enable-voodoo \
|
||||
--enable-usb \
|
||||
--enable-usb-ohci \
|
||||
--enable-usb-xhci \
|
||||
|
@ -33,6 +33,7 @@ case $which_config in
|
||||
--enable-x86-64 \
|
||||
--enable-pci \
|
||||
--enable-clgd54xx \
|
||||
--enable-voodoo \
|
||||
--enable-usb \
|
||||
--enable-usb-ohci \
|
||||
--enable-es1370 \
|
||||
@ -53,6 +54,7 @@ case $which_config in
|
||||
--enable-x86-64 \
|
||||
--enable-pci \
|
||||
--enable-clgd54xx \
|
||||
--enable-voodoo \
|
||||
--enable-usb \
|
||||
--enable-usb-ohci \
|
||||
--enable-es1370 \
|
||||
|
@ -25,6 +25,7 @@ export CXXFLAGS
|
||||
--enable-x86-64 \
|
||||
--enable-pci \
|
||||
--enable-clgd54xx \
|
||||
--enable-voodoo \
|
||||
--enable-usb \
|
||||
--enable-usb-ohci \
|
||||
--enable-es1370 \
|
||||
|
@ -27,6 +27,7 @@ export LDFLAGS
|
||||
--enable-x86-64 \
|
||||
--enable-pci \
|
||||
--enable-clgd54xx \
|
||||
--enable-voodoo \
|
||||
--enable-usb \
|
||||
--enable-usb-ohci \
|
||||
--enable-es1370 \
|
||||
|
@ -21,6 +21,7 @@ export CXXFLAGS
|
||||
--enable-x86-64 \
|
||||
--enable-pci \
|
||||
--enable-clgd54xx \
|
||||
--enable-voodoo \
|
||||
--enable-usb \
|
||||
--enable-usb-ohci \
|
||||
--enable-es1370 \
|
||||
|
@ -10,6 +10,7 @@ set echo
|
||||
--enable-x86-64 \
|
||||
--enable-pci \
|
||||
--enable-clgd54xx \
|
||||
--enable-voodoo \
|
||||
--enable-usb \
|
||||
--enable-usb-ohci \
|
||||
--enable-es1370 \
|
||||
|
@ -1,3 +1,32 @@
|
||||
Changes in 2.6.1 (not released yet):
|
||||
|
||||
- CPU / CPUDB
|
||||
- Bochs is fully aligned with rev45 of the of Intel(R) Architecture Manual.
|
||||
- Implemented Supervisor Mode Access Protection (SMAP) support
|
||||
- Implemented VMX APIC Registers Virtualization and VMX Virtual Interrupt Delivery
|
||||
- Implemented VMCS Shadowing and #VE exception secondary VMEXIT controls emulation
|
||||
- Implemented RDRAND and RDSEED instructions
|
||||
! CPUDB: Added AMD FX-4100 (Zambezi) configuration to CPUDB
|
||||
- Bugfixes for CPU emulation correctness (critical fixes for SVM and AVX2 emulation)
|
||||
|
||||
- Bochs Debugger and Instrumentation
|
||||
- Use Enhanced GUI Debugger instead of old style wx debugger with WX GUI.
|
||||
The old style WX debugger support was deprecated and removed from the source code.
|
||||
|
||||
- I/O Devices
|
||||
- Implemented 3dfx Voodoo Graphics card emulation based on DOSBox patch, to enable
|
||||
configure with --enable-voodoo option.
|
||||
- Hard drive / HD image
|
||||
- Added full save restore support for the disk image formats
|
||||
- DLL HD support rewritten and enabled for WIN32 host
|
||||
- Chipset
|
||||
- Implemented i430FX chipset emulation
|
||||
|
||||
- Config interface
|
||||
- Configure option --enable-misaligned-sse moved to runtime option in .bochsrc. The old
|
||||
option is deprecated and should not be used anymore.
|
||||
|
||||
-------------------------------------------------------------------------
|
||||
Changes in 2.6 (September 2, 2012):
|
||||
|
||||
Brief summary :
|
||||
|
Loading…
Reference in New Issue
Block a user