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

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

Revision 1.25, Mon May 11 11:18:29 2015 UTC (9 years ago) by sthen
Branch: MAIN
Changes since 1.24: +1 -0 lines

Add 'link rel="canonical"' to pages, acting as a hint to search engines
to list the copies on www.openbsd.org rather than mirrors.

From Carlin Bingham, ok millert@ nick@

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>The OpenBSD SMP project</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<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-2010 by OpenBSD.">
<link rel="canonical" href="http://www.openbsd.org/smp.html">
</head>

<body bgcolor="white" text="black">

<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>

The project to add SMP support to OpenBSD was started in 
February, 2000.

<p>
As of June, 2004, SMP (Symmetric MultiProcessor) support has been 
merged into the main OpenBSD development branch.
At this time, the <a href="i386.html">i386</a>,
<a href="amd64.html">amd64</a>, <a href="mvme88k.html">mvme88k</a>,
<a href="sparc64.html">sparc64</a>, <a href="macppc.html">macppc</a>
and <a href="hppa.html">hppa</a>
platforms support SMP.
The <a href="sgi.html">sgi</a> port supports SMP on the multiprocessor
Octane models, other machines are not yet supported.

Hopefully other platforms including <a href="sparc.html">sparc</a>
and <a href="alpha.html">alpha</a> will ultimately support SMP.

<p>
Please see the appropriate <a href="plat.html">platform</a> page for
SMP status for your system.

</body>
</html>