Website updates after release 2.6.11
This commit is contained in:
parent
08928b8b0c
commit
6863e4a478
@ -7,20 +7,35 @@
|
||||
<!--content starts here-->
|
||||
<img src="images/logo.gif" 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.10</font><BR><BR>
|
||||
<BR><font face="arial, helvetica" color="#1e029a" size="4"><b>Latest release:</b> Bochs 2.6.11</font><BR><BR>
|
||||
|
||||
Bochs 2.6.10 is an intermediate (bugfix+) release. Here is the summary of changes :
|
||||
Bochs 2.6.11 is a 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)
|
||||
<li>General
|
||||
<ul>
|
||||
<li>Added 64-bit support to the NSIS installer script
|
||||
<li>Several fixes in the build system based on Debian patches
|
||||
</ul>
|
||||
<li>CPU / CPUDB
|
||||
<ul>
|
||||
<li>Bugfixes for CPU emulation correctness
|
||||
<li>Many critical bugfixes for Protection Keys, AVX512*, VMX/SVM, SHA, GFNI emulation
|
||||
<li>! Implemented CET (Control Flow Enforcement Technology) emulation according to Intel SDM rev071
|
||||
</ul>
|
||||
<li>I/O Devices
|
||||
<ul>
|
||||
<li>Added missing Cirrus SVGA bitblt feature "transparent color compare"
|
||||
<li>Some fixes in HPET emulation (patch by Oleg)
|
||||
<li>Fixed disk image lock mechanism in the USB MSD case
|
||||
</ul>
|
||||
<li>BIOS / VGABIOS
|
||||
<ul>
|
||||
<li>LGPL'd VGABIOS updated to version 0.7b (Fixed VESA extension 'read EDID' for Bochs VBE and Cirrus)
|
||||
<li>Updated SeaBIOS ROM image to current version 1.13.0
|
||||
<li>Added SeaVGABIOS ROM image for the Cirrus adapter
|
||||
<li>Bochs BIOS built to work with CPU level 5 again
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
The binary packages for Linux and Windows are built with these features :
|
||||
@ -42,39 +57,40 @@ The binary packages for Linux and Windows are built with these features :
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<a href="http://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 href="http://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.9</font><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.9 is an intermediate (bugfix+) release. Here is the summary of changes :
|
||||
Bochs 2.6.10 is an intermediate (bugfix+) release. Here is the summary of changes :
|
||||
|
||||
<ul>
|
||||
<li>CPU: implemented new instructions and x86 architecture extensions.
|
||||
<li>Bugfixes for CPU emulation correctness.
|
||||
<li>Added Android host platform support.
|
||||
<li>Added USB EHCI device emulation support.
|
||||
<li>Added USB floppy (UFI/CBI) support.
|
||||
<li>Added ethernet module 'socket', designed to interconnect Bochs instances.
|
||||
<li>Show textconfig at runtime in the Bochs VGA window (gui console).
|
||||
<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="http://svn.code.sf.net/p/bochs/code/tags/REL_2_6_9_FINAL/bochs/CHANGES">
|
||||
Details on what has changed since version 2.6.8
|
||||
<a href="http://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 binary NSIS installer package (EXE)
|
||||
<li> Win32 + Win64 binary NSIS installer package (EXE)
|
||||
<li> Win32 binary with P4 CPU + SMP support (ZIP) - Bochs installation is required
|
||||
<li> Win64 binary - Bochs installation is required
|
||||
<li> Linux binary RPM (64 bit)
|
||||
<li> Platform independant source package (TAR.GZ)
|
||||
<li> Win32 specific source package prepared for MSVC (ZIP)
|
||||
|
@ -1,2 +1,2 @@
|
||||
© 2001-2019 The Bochs Project. See the project <a href="https://sourceforge.net/projects/bochs/files/stats/timeline">statistics</a> here.</font></td></tr>
|
||||
© 2001-2020 The Bochs Project. See the project <a href="https://sourceforge.net/projects/bochs/files/stats/timeline">statistics</a> here.</font></td></tr>
|
||||
</table>
|
||||
|
@ -18,7 +18,7 @@ A.sidebar:hover {color: blue; text-decoration: underline}
|
||||
<META NAME="resource-type" CONTENT="document">
|
||||
<META NAME="distribution" CONTENT="GLOBAL">
|
||||
<META NAME="description" CONTENT="Bochs IA-32 Emulator provides a virtual PC that can run operating systems such as Windows, Linux, and BSD.">
|
||||
<META NAME="copyright" CONTENT="Copyright 2001-2019 The Bochs Project.">
|
||||
<META NAME="copyright" CONTENT="Copyright 2001-2020 The Bochs Project.">
|
||||
<META NAME="keywords" CONTENT="pc emulation, vmware, win4lin, netraverse, trelos, x86 emulation, emulator,insignia, softpc, connectix, virtualpc, fx!32, freemware, plex86, dynamic translation,open source, gnu, linux, windows, bsd">
|
||||
<META NAME="Author" CONTENT="Timothy R. Butler">
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
|
||||
@ -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.10</u></i></a></font></center></td><td width="400" height="130"><img src="http://bochs.sourceforge.net/images/lgban.gif" 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.6.11</u></i></a></font></center></td><td width="400" height="130"><img src="http://bochs.sourceforge.net/images/lgban.gif" width="400" height="130" alt="bochs: think inside the bochs."></td><td> </td></tr>
|
||||
<tr><td colspan="3" bgcolor="#4079d6" height="1">
|
||||
<img src="http://bochs.sourceforge.net/images/smblue.gif" width="1" height="1"></td></tr>
|
||||
<tr><td bgcolor="#4079d6" width="140" valign="top">
|
||||
|
@ -29,11 +29,11 @@
|
||||
<tr>
|
||||
<td> <img src="images/bochs2_6.png" alt="Bochs 2.6.9"></td>
|
||||
<td>
|
||||
<font face="arial, helvetica" color="#1e029a" size="4"><b>Bochs 2.6.10 released on December 1, 2019 !</b></font><BR>
|
||||
New Bochs 2.6.10 release is now available. You can download it from the
|
||||
<a href="https://sourceforge.net/projects/bochs/files/bochs/2.6.10/">SourceForge project page</a>.<BR>
|
||||
See the <a href="http://svn.code.sf.net/p/bochs/code/tags/REL_2_6_10_FINAL/bochs/CHANGES">
|
||||
CHANGES</a> file for details on what has changed since release 2.6.9<BR>
|
||||
<font face="arial, helvetica" color="#1e029a" size="4"><b>Bochs 2.6.11 released on January 5, 2020 !</b></font><BR>
|
||||
New Bochs 2.6.11 release is now available. You can download it from the
|
||||
<a href="https://sourceforge.net/projects/bochs/files/bochs/2.6.11/">SourceForge project page</a>.<BR>
|
||||
See the <a href="http://svn.code.sf.net/p/bochs/code/tags/REL_2_6_11_FINAL/bochs/CHANGES">
|
||||
CHANGES</a> file for details on what has changed since release 2.6.10<BR>
|
||||
</td></tr></table><hr>
|
||||
|
||||
<BR><BR>
|
||||
@ -78,6 +78,7 @@ or <a href="http://sourceforge.net/sendmessage.php?touser=487634">Stanislav Shwa
|
||||
<BR><BR>
|
||||
<font face="arial, helvetica" color="#1e029a" size="4"><b>Older News</b></font><BR>
|
||||
<ul>
|
||||
<li><b>December 1, 2019:</b> <a href="https://sourceforge.net/projects/bochs/files/bochs/2.6.10/">Bochs 2.6.10</a> is now available.
|
||||
<li><b>April 9, 2017:</b> <a href="https://sourceforge.net/projects/bochs/files/bochs/2.6.9/">Bochs 2.6.9</a> is now available.
|
||||
<li><b>May 3, 2015:</b> <a href="https://sourceforge.net/projects/bochs/files/bochs/2.6.8/">Bochs 2.6.8</a> is now available.
|
||||
<li><b>November 2, 2014:</b> <a href="https://sourceforge.net/projects/bochs/files/bochs/2.6.7/">Bochs 2.6.7</a> is now available.
|
||||
@ -89,8 +90,6 @@ or <a href="http://sourceforge.net/sendmessage.php?touser=487634">Stanislav Shwa
|
||||
<li><b>January 6, 2012:</b> <a href="https://sourceforge.net/projects/bochs/files/bochs/2.5.1/">Bochs 2.5.1</a> is now available.
|
||||
<li><b>November 27, 2011:</b> <a href="https://sourceforge.net/projects/bochs/files/bochs/2.5/">Bochs 2.5</a> is now available.
|
||||
<li><b>February 23, 2011:</b> Bochs project moved to Subversion source control. Bochs 2.4.6 is the last release available from CVS !
|
||||
<li><b>February 22, 2011:</b> <a href="https://sourceforge.net/projects/bochs/files/bochs/2.4.6/">Bochs 2.4.6</a> is now available.
|
||||
<li><b>April, 2010:</b> After long time Bochs is back to top 25 of SourceForce projects !
|
||||
</ul>
|
||||
<BR><BR>
|
||||
<a href="news.html"><i>More News...</i></a>
|
||||
|
@ -8,6 +8,8 @@
|
||||
<BR><font face="arial, helvetica" color="#1e029a" size="4"><b>Bochs News</b></font><BR>
|
||||
|
||||
<UL>
|
||||
<li><b>December 1, 2019:</b> <a href="https://sourceforge.net/projects/bochs/files/bochs/2.6.10/">Bochs 2.6.10</a> is now available.
|
||||
<li><b>April 9, 2017:</b> <a href="https://sourceforge.net/projects/bochs/files/bochs/2.6.9/">Bochs 2.6.9</a> is now available.
|
||||
<li><b>May 3, 2015:</b> <a href="https://sourceforge.net/projects/bochs/files/bochs/2.6.7/">Bochs 2.6.8</a> is now available.
|
||||
<li><b>November 2, 2014:</b> <a href="https://sourceforge.net/projects/bochs/files/bochs/2.6.7/">Bochs 2.6.7</a> is now available.
|
||||
<li><b>June 15, 2014:</b> <a href="https://sourceforge.net/projects/bochs/files/bochs/2.6.6/">Bochs 2.6.6</a> is now available.
|
||||
|
Loading…
Reference in New Issue
Block a user