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

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

Revision 1.6, Thu Feb 24 23:01:02 2000 UTC (24 years, 3 months ago) by rohee
Branch: MAIN
Changes since 1.5: +1 -2 lines

One <BODY> is enough...

What <bl> is supposed to be anyway ?

<!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 by OpenBSD.">
</head>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">

<img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
<p>
<h2><font color=#e00000>SMP<hr></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:
<pre>
$ <b>cvs checkout -rSMP src/sys</b>
</pre>
</p>

<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>
<bl>
<li><a href=http://developer.intel.com/design/pentium/datashts/24201606.pdf>
MultiProcessor Specification</a> by Intel.
</li>
</bl>

<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.6 2000/02/24 23:01:02 rohee Exp $</small>

</body>
</html>