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

Annotation of www/smp.html, Revision 1.24

1.10      jufi        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       niklas      2: <html>
                      3: <head>
                      4: <title>The OpenBSD SMP project</title>
1.10      jufi        5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       niklas      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD SMP page">
                      8: <meta name="keywords" content="openbsd,smp">
                      9: <meta name="distribution" content="global">
1.16      jasper     10: <meta name="copyright" content="This document copyright 2000-2010 by OpenBSD.">
1.1       niklas     11: </head>
                     12:
1.13      nick       13: <body bgcolor="white" text="black">
1.1       niklas     14:
1.9       jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.10      jufi       16: <h2><font color="#e00000">SMP</font></h2>
1.1       niklas     17:
                     18: <hr>
                     19: <h3><strong>History and Status:</strong></h3>
                     20:
1.13      nick       21: The project to add SMP support to OpenBSD was started in
                     22: February, 2000.
                     23:
1.1       niklas     24: <p>
1.13      nick       25: As of June, 2004, SMP (Symmetric MultiProcessor) support has been
                     26: merged into the main OpenBSD development branch.
1.15      jasper     27: At this time, the <a href="i386.html">i386</a>,
                     28: <a href="amd64.html">amd64</a>, <a href="mvme88k.html">mvme88k</a>,
1.20      jasper     29: <a href="sparc64.html">sparc64</a>, <a href="macppc.html">macppc</a>
                     30: and <a href="hppa.html">hppa</a>
1.21      deraadt    31: platforms support SMP.
1.16      jasper     32: The <a href="sgi.html">sgi</a> port supports SMP on the multiprocessor
1.19      sthen      33: Octane models, other machines are not yet supported.
1.18      jasper     34:
1.19      sthen      35: Hopefully other platforms including <a href="sparc.html">sparc</a>
1.18      jasper     36: and <a href="alpha.html">alpha</a> will ultimately support SMP.
1.1       niklas     37:
                     38: <p>
1.13      nick       39: Please see the appropriate <a href="plat.html">platform</a> page for
                     40: SMP status for your system.
1.1       niklas     41:
                     42: </body>
                     43: </html>