Finished website update after release.
This commit is contained in:
parent
c9c3416098
commit
8a69faaf1c
@ -7,7 +7,47 @@
|
||||
<!--content starts here-->
|
||||
<img src="images/logo.png" alt="A Window, Tux, and the BSD Daemon" width="160" height="175" align="right">
|
||||
|
||||
<BR><font face="arial, helvetica" color="#1e029a" size="4"><b>Latest release:</b> Bochs 2.6.11</font><BR><BR>
|
||||
<BR><font face="arial, helvetica" color="#1e029a" size="4"><b>Latest release:</b> Bochs 2.7</font><BR><BR>
|
||||
|
||||
Bochs 2.7 is the latest major release. Here is the brief summary of changes :
|
||||
|
||||
<ul>
|
||||
<li>Bugfixes for CPU emulation correctness (CPUID/VMX/SVM fixes to support Windows Hyper-V as guest in Bochs)
|
||||
<li>Improvements for the plugin handling to simplify Bochs extensions
|
||||
<li>Added "multiple NICs" support to the NE2000 and E1000 devices
|
||||
<li>Added experimental FTP service for networking modules 'vnet' and 'socket'
|
||||
<li>Fixes and improvements for all supported Voodoo graphics adapters
|
||||
<li>Added USB keyboard emulation with most of the keys supported
|
||||
<li>GUI "cmdmode": create a headerbar event with key combo starting with F7
|
||||
<li>LGPL'd VGABIOS updated to version 0.8a (new VGABIOS for Voodoo Banshee)
|
||||
</ul>
|
||||
|
||||
The binary packages for Linux and Windows are built with these features :
|
||||
<ul>
|
||||
<li> x86-64 emulation with all optimizations enabled
|
||||
<li> devices:
|
||||
<ul>
|
||||
<li> chipset: PCI (i430FX / i440FX / i440BX), ACPI
|
||||
<li> video: Bochs VBE, Cirrus SVGA and 4 Voodoo models
|
||||
<li> sound: SB16 (ISA) and ES1370 (PCI)
|
||||
<li> network: NE2000 (ISA/PCI) and E1000 (PCI)
|
||||
<li> USB: OHCI, UHCI, EHCI, xHCI and 8 pluggable device types
|
||||
<li> other: game port, bus mouse
|
||||
</ul>
|
||||
<li> Display libraries:
|
||||
<ul>
|
||||
<li> Linux: nogui, rfb, sdl2, term, vncsrv, wx, x
|
||||
<li> Windows: nogui, rfb, win32
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<a href="https://svn.code.sf.net/p/bochs/code/tags/REL_2_6_11_FINAL/bochs/CHANGES">
|
||||
Details on what has changed since version 2.6.10
|
||||
</a>
|
||||
|
||||
<BR/><BR/>
|
||||
|
||||
<BR><font face="arial, helvetica" color="#1e029a" size="4"><b>Previous release:</b> Bochs 2.6.10</font><BR><BR>
|
||||
|
||||
Bochs 2.6.11 is a bugfix release. Here is the summary of changes :
|
||||
|
||||
@ -38,62 +78,20 @@ Bochs 2.6.11 is a bugfix release. Here is the summary of changes :
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
The binary packages for Linux and Windows are built with these features :
|
||||
<ul>
|
||||
<li> x86-64 emulation with all optimizations enabled
|
||||
<li> devices:
|
||||
<ul>
|
||||
<li> chipset: PCI (i430FX / i440FX / i440BX), ACPI
|
||||
<li> video: Bochs VBE, Cirrus SVGA and 4 Voodoo models
|
||||
<li> sound: SB16 (ISA) and ES1370 (PCI)
|
||||
<li> network: NE2000 (ISA/PCI) and E1000 (PCI)
|
||||
<li> USB: OHCI, UHCI, EHCI, xHCI and 8 pluggable device types
|
||||
<li> other: game port, bus mouse
|
||||
</ul>
|
||||
<li> Display libraries:
|
||||
<ul>
|
||||
<li> Linux: nogui, rfb, sdl2, term, vncsrv, wx, x
|
||||
<li> Windows: nogui, rfb, win32
|
||||
</ul>
|
||||
</ul>
|
||||
<BR>
|
||||
|
||||
<a href="https://svn.code.sf.net/p/bochs/code/tags/REL_2_6_11_FINAL/bochs/CHANGES">
|
||||
Details on what has changed since version 2.6.10
|
||||
</a>
|
||||
|
||||
<BR/><BR/>
|
||||
|
||||
<BR><font face="arial, helvetica" color="#1e029a" size="4"><b>Previous release:</b> Bochs 2.6.10</font><BR><BR>
|
||||
|
||||
Bochs 2.6.10 is an intermediate (bugfix+) release. Here is the summary of changes :
|
||||
|
||||
<ul>
|
||||
<li>CPU: Bugfixes for CPU emulation correctness (critical bugfixes for PCID, ADCX/ADOX, MOVBE, AVX/AVX-512 and VMX emulation)
|
||||
<li>CPU: implemented AVX-512 VBMI2/VNNI/BITALG, VAES, VPCLMULQDQ / GFNI instructions emulation
|
||||
<li>VMX: Implement EPT-Based Sub-Page Protection
|
||||
<li>CPUID: Added new CPU models Skylake-X, Cannonlake and Icelake-U
|
||||
<li>CPUID: Implemented side-channel attack prevention reporting and corresponding MSR registers, enabled for Icelake-U
|
||||
<li>Added basic support for the i440BX PCI/AGP chipset
|
||||
<li>Added basic Voodoo Banshee / Voodoo3 emulation support
|
||||
<li>Added basic DDC support for the VGA-compatible adapters
|
||||
<li>Implemented HPET emulation (ported from Qemu)
|
||||
</ul>
|
||||
|
||||
<BR>
|
||||
|
||||
<a href="https://svn.code.sf.net/p/bochs/code/tags/REL_2_6_10_FINAL/bochs/CHANGES">
|
||||
Details on what has changed since version 2.6.9
|
||||
</a>
|
||||
|
||||
<BR><BR>
|
||||
<BR><font face="arial, helvetica" color="#1e029a" size="4"><b>Bochs Binary and Source Releases</b></font><BR><BR>
|
||||
The latest release of Bochs is available in these file formats :<BR>
|
||||
<ul>
|
||||
<li> Win32 + Win64 binary NSIS installer package (EXE)
|
||||
<li> Win32 binary with P4 CPU + SMP support (ZIP) - Bochs installation is required
|
||||
<li> Win64 binary NSIS installer package (EXE)
|
||||
<li> Linux binary RPM (64 bit)
|
||||
<li> Platform independant source package (TAR.GZ)
|
||||
<li> Win32 specific source package prepared for MSVC (ZIP)
|
||||
<li> Win32 specific source package prepared for VS2019 (ZIP)
|
||||
<li> Linux source RPM
|
||||
</ul>
|
||||
You can download any release since March 2001 on the
|
||||
|
@ -27,7 +27,7 @@ A.sidebar:hover {color: blue; text-decoration: underline}
|
||||
<BODY BGCOLOR="#FFFFFF" VLINK="#000000" ALINK="#000000" LINK="#000000" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr><td width="140" bgcolor="#aacbff"> </td><td bgcolor="#6d95d7" width="400"><font face="arial, helvetica" size="2" color="#1e029a"><center><b>T H E C R O S S P L A T F O R M I A - 3 2 E M U L A T O R</b></center></font></td><td width="100%"><table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td bgcolor="#4079d6" width="50%"> </td><td bgcolor="#1e029a" width="50%"> </td></tr></table></td></tr>
|
||||
<tr><td width="140" bgcolor="#6d95d7"><font face="arial, helvetica"><center><b>Current Release:</b><BR><a href="<!--#include virtual="release.txt" -->" class="sidebar"><i><u>Bochs 2.6.11</u></i></a></font></center></td><td width="400" height="130"><img src="https://bochs.sourceforge.io/images/lgban.png" width="400" height="130" alt="bochs: think inside the bochs."></td><td> </td></tr>
|
||||
<tr><td width="140" bgcolor="#6d95d7"><font face="arial, helvetica"><center><b>Current Release:</b><BR><a href="<!--#include virtual="release.txt" -->" class="sidebar"><i><u>Bochs 2.7</u></i></a></font></center></td><td width="400" height="130"><img src="https://bochs.sourceforge.io/images/lgban.png" width="400" height="130" alt="bochs: think inside the bochs."></td><td> </td></tr>
|
||||
<tr><td colspan="3" bgcolor="#4079d6" height="1">
|
||||
<img src="https://bochs.sourceforge.io/images/smblue.png" width="1" height="1"></td></tr>
|
||||
<tr><td bgcolor="#4079d6" width="140" valign="top">
|
||||
|
Loading…
Reference in New Issue
Block a user