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

Annotation of www/smp.html, Revision 1.15

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: <link rev=made href="mailto:www@openbsd.org">
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       niklas      7: <meta name="resource-type" content="document">
                      8: <meta name="description" content="the OpenBSD SMP page">
                      9: <meta name="keywords" content="openbsd,smp">
                     10: <meta name="distribution" content="global">
1.13      nick       11: <meta name="copyright" content="This document copyright 2000-2004 by OpenBSD.">
1.1       niklas     12: </head>
                     13:
1.13      nick       14: <body bgcolor="white" text="black">
1.1       niklas     15:
1.9       jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.10      jufi       17: <h2><font color="#e00000">SMP</font></h2>
1.1       niklas     18:
                     19: <hr>
                     20: <h3><strong>History and Status:</strong></h3>
                     21:
1.13      nick       22: The project to add SMP support to OpenBSD was started in
                     23: February, 2000.
                     24:
1.1       niklas     25: <p>
1.13      nick       26: As of June, 2004, SMP (Symmetric MultiProcessor) support has been
                     27: merged into the main OpenBSD development branch.
1.15    ! jasper     28: At this time, the <a href="i386.html">i386</a>,
        !            29: <a href="amd64.html">amd64</a>, <a href="mvme88k.html">mvme88k</a>,
        !            30: <a href="sparc64.html">sparc64</a> and
        !            31: <a href="macppc.html">macppc</a>
1.14      nick       32: platforms supports SMP, but hopefully others, including
1.15    ! jasper     33: <a href="sgi.html">sgi</a> and
        !            34: <a href="sparc.html">sparc</a>
1.13      nick       35: will ultimately support SMP.
1.1       niklas     36:
                     37: <p>
1.13      nick       38: Please see the appropriate <a href="plat.html">platform</a> page for
                     39: SMP status for your system.
1.1       niklas     40:
                     41: <p>
1.4       niklas     42: We plan to put up links to good documents here whenever we find them:
1.7       rohee      43:
                     44: <ul type="square">
1.10      jufi       45: <li><a href="http://developer.intel.com/design/pentium/datashts/24201606.pdf">
1.1       niklas     46: MultiProcessor Specification</a> by Intel.
1.7       rohee      47: </ul>
1.1       niklas     48:
                     49: <hr>
1.10      jufi       50: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenBSD></a>
                     51: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1       niklas     52: <br>
1.15    ! jasper     53: <small>$OpenBSD: smp.html,v 1.14 2004/06/27 23:27:50 nick Exp $</small>
1.1       niklas     54:
                     55: </body>
                     56: </html>