[BACK]Return to smp.html CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / Attic / smp.html (download) (as text)

Revision 1.9, Tue Jun 18 01:44:06 2002 UTC (21 years, 11 months ago) by jsyn
Branch: MAIN
Changes since 1.8: +2 -2 lines

make the OpenBSD logo on each page a link back to index.html; from
s@smith.net, ok deraadt@

<!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
<html>
<head>
<title>The OpenBSD SMP project</title>
<link rev=made href=mailto:www@openbsd.org>
<meta name="resource-type" content="document">
<meta name="description" content="the OpenBSD SMP page">
<meta name="keywords" content="openbsd,smp">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 2000-2002 by OpenBSD.">
</head>

<BODY BGCOLOR=White TEXT=Black LINK="#23238E">

<a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
<h2><font color=#e00000>SMP</font></h2>

<hr>
<h3><strong>History and Status:</strong></h3>

<p>
SMP (Symmetric MultiProcessor) support is not yet in OpenBSD, but there
exists a project, started in February 2000, to bring said support to at
least the <a href=i386.html>i386</a> and <a href=sparc.html>sparc</a>
platforms.
</p>

<h3><strong>Resources:</strong></h3>

<p>
We have created a src/sys branch in <a href=anoncvs.html>CVS</a>, called
<b>SMP</b> where the development is happening.  In order to check it out, do:
</p>
<pre>
$ <b>cvs checkout -rSMP src/sys</b>
</pre>

<p>
There also exists a mailinglist in the openbsd.org domain; <i>smp@</i>,
for the purpose of discussing the SMP support.  Look
<a href=mail.html>here</a> for a description on how to subscribe to our
mailinglists.
</p>

<p>
We plan to put up links to good documents here whenever we find them:
</p>

<ul type="square">
<li><a href=http://developer.intel.com/design/pentium/datashts/24201606.pdf>
MultiProcessor Specification</a> by Intel.
</li>
</ul>

<hr>
<a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a> 
<a href=mailto:www@openbsd.org>www@openbsd.org</a>
<br>
<small>$OpenBSD: smp.html,v 1.9 2002/06/18 01:44:06 jsyn Exp $</small>

</body>
</html>