101 lines
5.2 KiB
HTML
101 lines
5.2 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>Download Current
|
|
Release: Bochs 1.2.1</b></font><BR><BR>
|
|
|
|
<b>Bochs 1.2.1</b> (June 12, 2001):
|
|
Bochs 1.2.1 is a bugfix release based on version 1.2. Bochs 1.2 includes
|
|
usability improvements such as improved control over error handling, an
|
|
interactive disk image creator, and features including dual hard drive support,
|
|
multiple processor emulation (SMP), and VNC remote viewer mode.
|
|
( <a href="http://bochs.sourceforge.net/cgi-bin/topper.pl?name=Testing+Status&url=http://bochs.sourceforge.net/docs-html/changelog.html">Details</a> )
|
|
|
|
<BR><BR>
|
|
<B>BOCHS BINARIES</B><BR>
|
|
<i>All binaries include Bochs plus a 10 mb disk image of DLX Linux to get you started.</i>
|
|
<UL>
|
|
<li><IMG SRC="/icons/compressed.gif" ALT="[ZIP]"> <A HREF="http://prdownloads.sourceforge.net/bochs/bochs-1.2.1.win32.zip">ZIP file with Binaries for all Win32 Systems (1.7m)</A></li>
|
|
<li><IMG SRC="/icons/compressed.gif" ALT="[RPM]"> <A HREF="http://prdownloads.sourceforge.net/bochs/bochs-1.2.1.i386.rpm">RPM Binary for all RPM-based Linux x86 Distributions (1.8m)</A></li>
|
|
<li><IMG SRC="/icons/compressed.gif" ALT="[RPM]"> <A HREF="http://prdownloads.sourceforge.net/bochs/bochs-1.2.1.alpha.rpm">RPM Binary for all RPM-based Linux Alpha Distributions (1.8m)</A></li>
|
|
<li><IMG SRC="/icons/compressed.gif" ALT="[DEB]">Coming soon: RPM Binary for all
|
|
RPM-based Linux PPC Distributions</a>
|
|
<li><IMG SRC="/icons/compressed.gif" ALT="[DEB]"> <A HREF="http://prdownloads.sourceforge.net/bochs/bochs-1.2.1.i386.deb">DEB package for Debian i386 platforms (1.8m)</a></li>
|
|
</ul>
|
|
|
|
We now have an <a href="tmp/bochs-20010606.ppc.rpm">RPM for Linux on PowerPC</a>, which was produced from a CVS
|
|
snapshot on 6/6/2001. This is NOT the same as the 1.2 release, but it
|
|
is very close. Thanks to Anders Nielsen for working through the
|
|
RPM build process.
|
|
|
|
<BR><BR>If you are wishing that there was a binary release for your platform, <i>so do we</i>! Contact <a href="http://bochs.sourceforge.net/cgi-bin/topper.pl?name=Email+Bryce+Denney&url=http://sourceforge.net/sendmessage.phpqmrktousereq185114">Bryce Denney</a> if you would like to help support binaries on your machine.
|
|
|
|
<BR><BR>
|
|
|
|
<B>BOCHS SOURCE</B><BR>
|
|
Because Bochs is a cross-platform application, it is
|
|
distributed as source code in a TAR file. The primary file to download contains
|
|
the Bochs sources, documentation, and the custom BIOS file. If you are using a
|
|
UNIX platform, this is all you need. For Windows or Mac, because you cannot run
|
|
the configure script on your machine to generate Makefiles, you will also need
|
|
to grab a package of Makefiles, which are distributed separately.
|
|
|
|
<UL>
|
|
<li><IMG SRC="/icons/compressed.gif" ALT="[TAR.GZ]"> <A HREF="http://prdownloads.sourceforge.net/bochs/bochs-1.2.1.src.rpm">RPM Source (867k)</A></li>
|
|
<li><IMG SRC="/icons/compressed.gif" ALT="[TAR.GZ]"> <A HREF="http://prdownloads.sourceforge.net/bochs/bochs-1.2.1.tar.gz">GZIPPED TARBALL file containing source code (859k)</A></li>
|
|
<li><IMG SRC="/icons/compressed.gif" ALT="[ZIP]"> <A HREF="http://prdownloads.sourceforge.net/bochs/bochs-macmakefiles-1.2.1.zip">ZIP file with Makefiles for Mac (20k)</A></li>
|
|
<li><IMG SRC="/icons/compressed.gif" ALT="[ZIP]"> <A HREF="http://prdownloads.sourceforge.net/bochs/bochs-win32makefiles-1.2.1.zip">ZIP file with Makefiles for Windows VC++ (20k)</A></li>
|
|
</ul>
|
|
|
|
<BR><BR>
|
|
|
|
<BR><font face="arial, helvetica" color="#1e029a" size="4"><b>Download CVS
|
|
Snapshot</b></font><BR><BR>
|
|
|
|
NOTE: As of June 15, snapshots should update nightly again. However
|
|
we can no longer generate makefiles on Source Forge as we did before.
|
|
Bryce is trying to get this working by generating makefiles
|
|
offsite and then copying them here.
|
|
<BR><BR>
|
|
|
|
<b>CVS Snapshot:</b>
|
|
Bochs, like many other open source projects, uses CVS (Concurrent Version
|
|
System) to keep track of source code. Unlike the current release, the
|
|
CVS 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
|
|
CVS 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. Since the CVS sources are always in motion, we take a snapshot each
|
|
night at some late hour after most developers should be in bed.
|
|
<BR><BR>
|
|
|
|
<!--#include virtual="cvs-snapshot/bochs-snapshot-links.html" -->
|
|
|
|
The CVS snapshots are provided as a convenience only. Of course, you could
|
|
also get the same information using CVS itself. Some of the benefits of
|
|
using CVS 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 "cvs diff -u".
|
|
|
|
<BR><BR>
|
|
|
|
<!--content ends here -->
|
|
|
|
|
|
<!--#include virtual="includes/footer.txt" -->
|
|
|
|
|
|
Last Modified on <!--#flastmod file="getcurrent.html" -->.<BR>
|
|
|
|
<!--#include virtual="includes/cright.txt" -->
|
|
|
|
</BODY>
|
|
</HTML>
|