126 lines
4.8 KiB
HTML
126 lines
4.8 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>bochs: The Open Source IA-32 Emulation Project (Download Current Release)</TITLE>
|
|
|
|
<!--#include virtual="includes/header.txt" -->
|
|
|
|
<!--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.8</font><BR><BR>
|
|
|
|
Bochs 2.6.8 is an intermediate (bugfix+) release. Here is the summary of changes :
|
|
|
|
<ul>
|
|
<li>Bugfixes for CPU emulation correctness (critical bugfix for x86-64 emulation).
|
|
<li>Memory type calculation support for Bochs debugger and instrumentation.
|
|
<li>Added Pentium (P54C) and Broadwell ULT CPU models.
|
|
<li>Full save/restore support for enhanced gui debugger settings.
|
|
<li>Added Oracle(tm) VM VirtualBox image support (VDI version 1.1).
|
|
<li>SB16: Ported OPL3 emulation from DOSBox.
|
|
<li>Major rewrite of the lowlevel sound code (mixer thread, more detailed configuration, WAV file output).
|
|
<li>Bugfixes in the floppy, lowlevel cdrom, rombios, slirp and win32 gui code.
|
|
</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), ACPI
|
|
<li> video: Bochs VBE, Cirrus SVGA and Voodoo1
|
|
<li> sound: SB16 (ISA) and ES1370 (PCI)
|
|
<li> network: NE2000 (ISA/PCI) and E1000 (PCI)
|
|
<li> USB: OHCI, UHCI, xHCI and 7 pluggable device types
|
|
</ul>
|
|
<li> Display libraries:
|
|
<ul>
|
|
<li> Linux: nogui, rfb, sdl, term, vncsrv, wx, x
|
|
<li> Windows: nogui, rfb, win32
|
|
</ul>
|
|
</ul>
|
|
|
|
<a href="http://svn.code.sf.net/p/bochs/code/tags/REL_2_6_8_FINAL/bochs/CHANGES">
|
|
Details on what has changed since version 2.6.7
|
|
</a>
|
|
|
|
<BR/><BR/>
|
|
|
|
<BR><font face="arial, helvetica" color="#1e029a" size="4"><b>Previous release:</b> Bochs 2.6.7</font><BR><BR>
|
|
|
|
Bochs 2.6.7 is an intermediate (bugfix+) release. Here is the summary of changes :
|
|
|
|
<ul>
|
|
<li>CPU: implemented AVX-512BW/AVX-512DQ/AVX-512VL extensions emulation.
|
|
<li>CPU: implemented AVX512-IFMA532 instructions emulation.
|
|
<li>CPU: implemented AVX512-VBMI instructions emulation.
|
|
<li>Bugfixes for CPU emulation correctness
|
|
<li>The VGA update timer and the status LED timer now always use the
|
|
realtime mode independent from the 'clock' option setting.
|
|
<li>Added native SDL2 GUI support to Bochs. To enable configure with --with-sdl2.
|
|
<li>Write enhanced gui debugger settings to file on exit and restore on
|
|
initialization.
|
|
<li>USB xHCI model now emulates a NEC/Renesas uPD720202 device
|
|
<li>ROM BIOS: fixed int74_function() for 4-byte (wheel mouse) packets.
|
|
<li>LGPL'd VGABIOS updated from CVS (fixed building VBE modes list)
|
|
<li>Visual Studio workspace files updated to VS2013Ex format.
|
|
</ul>
|
|
|
|
<BR>
|
|
|
|
<a href="http://svn.code.sf.net/p/bochs/code/tags/REL_2_6_7_FINAL/bochs/CHANGES">
|
|
Details on what has changed since version 2.6.6
|
|
</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 binary with P4 CPU + SMP support (ZIP) - Bochs installation is required
|
|
<li> Win64 binary - Bochs installation is required
|
|
<li> Linux binary RPM (32 / 64 bit)
|
|
<li> Platform independant source package (TAR.GZ)
|
|
<li> Win32 specific source package prepared for MSVC (ZIP)
|
|
<li> Linux source RPM
|
|
</ul>
|
|
You can download any release since March 2001 on the
|
|
<a href="http://bochs.sourceforge.net/cgi-bin/topper.pl?name=See+All+Releases&url=http://sourceforge.net/project/showfiles.phpqmrkgroup_ideq12580">Releases Page</a>.
|
|
|
|
|
|
<BR><BR>
|
|
|
|
<a name="cvssnap"><BR><font face="arial, helvetica" color="#1e029a" size="4"><b>Download SVN
|
|
Snapshot</b></font><BR><BR></a>
|
|
|
|
<b>SVN Snapshot:</b>
|
|
Bochs, like many other open source projects, uses SVN (Subversion) to keep
|
|
track of source code. Unlike the current release, the SVN version of the
|
|
sources contains everything the developers have written to this date, and it
|
|
can change daily (or even hourly). As a result, the SVN version of Bochs will
|
|
have more features and bug fixes than the release, but also it may be somewhat
|
|
less stable. You can decide if you prefer to go exploring and try out our
|
|
newest code, or stick with the better-tested release.
|
|
<BR><BR>
|
|
|
|
<!--#include virtual="svn-snapshot/bochs-snapshot-links.html" -->
|
|
|
|
The SVN snapshots are provided as a convenience only. Of course, you could
|
|
also get the same information using SVN itself. Some of the benefits of
|
|
using SVN directly are: you can get any release or version, view the log
|
|
messages that say what files were changed, and make patches very easily
|
|
with "svn diff -u".
|
|
|
|
<!--content ends here -->
|
|
|
|
|
|
<!--#include virtual="includes/footer.txt" -->
|
|
|
|
|
|
Last Modified on <!--#flastmod file="getcurrent.html" -->.<BR>
|
|
|
|
<!--#include virtual="includes/cright.txt" -->
|
|
|
|
</BODY>
|
|
</HTML>
|