Bochs/sfsite/index.html

94 lines
6.0 KiB
HTML
Raw Normal View History

2001-06-17 08:14:28 +04:00
<HTML>
<HEAD>
<TITLE>bochs: The Open Source IA-32 Emulation Project (Home Page)</TITLE>
<!--#include virtual="includes/header.txt" -->
<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>Welcome to the Bochs IA-32 Emulator Project</b></font><BR>
2005-08-08 21:16:38 +04:00
&nbsp;&nbsp;&nbsp;&nbsp;Bochs is a highly portable open source IA-32 (x86) PC emulator
written in C++, that runs on most popular platforms. It includes emulation of the
Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled
to emulate a 386, 486, Pentium, Pentium Pro or AMD64 CPU, including optional MMX, SSE,
2005-03-13 21:46:37 +03:00
SSE2 and 3DNow! instructions.<BR>
2005-08-08 21:16:38 +04:00
Bochs is capable of running most Operating Systems inside the emulation including Linux, DOS,
2005-10-28 01:06:04 +04:00
Windows&reg; 95/98 and Windows&reg; NT/2000/XP. Bochs was written by Kevin Lawton and is
2005-08-08 21:16:38 +04:00
currently maintained by this project.<BR>
2001-06-17 08:14:28 +04:00
&nbsp;&nbsp;&nbsp;&nbsp;Bochs can be compiled and used in a variety of modes, some which are
still in development. The 'typical' use of bochs is to provide complete x86 PC emulation,
including the x86 processor, hardware devices, and memory. This allows you to run OS's and
software within the emulator on your workstation, much like you have a machine inside of a
machine. For instance, let's say your workstation is a Unix/X11 workstation, but you want to run
Win'95 applications. Bochs will allow you to run Win 95 and associated software on your Unix/X11
workstation, displaying a window on your workstation, simulating a monitor on a PC.
2002-10-13 22:55:18 +04:00
<BR><BR><BR>
<hr>
<table border=0>
<tr>
2005-07-09 02:02:06 +04:00
<td> <img src="images/bochs2_2.jpg" alt="Bochs 2.2.1"></td>
<td>
2005-07-09 02:02:06 +04:00
<font face="arial, helvetica" color="#1e029a" size="4"><b>Bochs 2.2.1 released on July 8, 2005</b></font><BR>
Bochs 2.2.1 has been released on July 8, 2005. You can download it from the <a
href="http://sourceforge.net/project/showfiles.php?group_id=12580&package_id=17475&release_id=340639">Source
Forge project page</a>. See the <a href="http://cvs.sourceforge.net/viewcvs.py/bochs/bochs/CHANGES?rev=REL_2_2_1_FINAL&content-type=text/vnd.viewcvs-markup">
CHANGES</a> file for details on what has changed since version 2.2.
</td></tr></table><hr>
2002-10-13 22:55:18 +04:00
2001-06-17 08:14:28 +04:00
<BR><BR><BR>
2001-12-11 06:16:39 +03:00
<font face="arial, helvetica" color="#1e029a" size="4"><b>Bochs IRC Chat Transcripts</b></font><BR>
2004-02-06 03:55:46 +03:00
The Bochs community held an IRC open discussion chat on Sunday, February 1, 2004.
We talked about current and future developments (<a href="irc-20040201.html">Transcript</a>). Here are some transcripts of earlier conversations:
<a href="irc-20020407.html">October&nbsp;13,&nbsp;2002</a>,
<a href="irc-20020407.html">April&nbsp;7,&nbsp;2002</a>,
<a href="irc-20010619.html">June&nbsp;19,&nbsp;2001</a>,
<a href="irc-20010530.html">May&nbsp;30,&nbsp;2001</a>.
2001-06-17 08:14:28 +04:00
<BR><BR><BR>
<font face="arial, helvetica" color="#1e029a" size="4"><b>Help Wanted</b></font><BR>
<i>We currently need help with the following tasks:</i>
<ul>
2005-01-05 20:25:27 +03:00
<li><a href="http://bochs.sourceforge.net/cgi-bin/topper.pl?name=Bugs+Waiting+to+be+Fixed&url=http://sourceforge.net/tracker/qmrkgroup_ideq12580ampatideq112580">
Bug Reports</a>:
2001-06-17 08:14:28 +04:00
Mouse, interrupt controller,
timer, IDE controller, network card, keyboard, VGA... Most of our bug
reports and feature requests are due to incomplete C++ models of the
various PC devices. To improve this, we need PC Hardware Gurus who know
where to find the specs for this stuff and improve the hardware models for
Bochs. Working on models is a fun way to learn how things work, and unlike
designing a real hard disk, you can test out your changes on a real operating
system immediately!
<li><a href="http://bochs.sourceforge.net/diskimages.html">Disk Images</a>: Our collection of disk images is getting out of date. It would be great to have small or large images of a variety of free operating systems.
<li>Documentation: Adding installation help and other useful information into the docs.
2001-06-17 08:14:28 +04:00
</ul>
2004-01-13 00:17:39 +03:00
To help with one of these tasks, please contact <a href="http://bochs.sourceforge.net/cgi-bin/topper.pl?name=Email+Bryce+Denney&url=http://sourceforge.net/sendmessage.phpqmrktousereq185114">Bryce Denney</a>
or <a href="http://bochs.sourceforge.net/cgi-bin/topper.pl?name=Email+Christophe+Bothamy&url=http://sourceforge.net/sendmessage.phpqmrktousereq393999">Christophe Bothamy</a>.
2001-06-17 08:14:28 +04:00
<BR><BR>
2004-01-13 00:17:39 +03:00
<font face="arial, helvetica" color="#1e029a" size="4"><b>Older News</b></font><BR>
2001-06-17 08:14:28 +04:00
<ul>
2005-07-09 02:02:06 +04:00
<li><b>May 28, 2005:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=330621">Bochs 2.2</a> is now available.
2005-03-13 21:46:37 +03:00
<li><b>August 1, 2004:</b> Bochs is SF project of the month for August 2004 !
<li><b>February 8, 2004:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=215733">Bochs 2.1.1</a> is now available.
2004-02-15 19:53:15 +03:00
<li><b>January 13, 2004:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=209220">Bochs 2.1</a> is now available.
2004-01-13 00:17:39 +03:00
<li><b>January 19, 2003:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=135273">Bochs 2.0.2</a> is now available.
2004-01-12 03:52:47 +03:00
<li><b>January 4, 2003:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=131547">Bochs 2.0.1</a> is now available.
<li><b>December 21, 2002:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=129437">Bochs 2.0</a> is now available.
<li><b>June 23, 2002:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=96344">Bochs 1.4.1</a> is now available.
<li><b>March 27, 2002:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=79121">Bochs 1.4</a> is now available.
2004-01-13 00:17:39 +03:00
<li><b>December 10, 2001:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=65067">Bochs 1.3</a> is now available
2001-06-17 08:14:28 +04:00
</ul>
<BR><BR>
<a href="news.html"><i>More News...</i></a>
<!--#include virtual="includes/footer.txt" -->
Last Modified on <!--#flastmod file="index.html" --> TRB.<BR>
2001-06-17 08:14:28 +04:00
<!--#include virtual="includes/cright.txt" -->
</BODY>
</HTML>