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

Annotation of www/smp.html, Revision 1.13

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.
        !            28: Initially, only the <a href="i386.html">i386</a> platform supports SMP,
        !            29: but hopefully, others, including
        !            30: <a href="amd64.html">amd64</a>,
        !            31: <a href="sparc.html">sparc</a>,
        !            32: and
        !            33: <a href="sparc64.html">sparc64</a>
        !            34: will ultimately support SMP.
1.1       niklas     35:
                     36: <p>
1.13    ! nick       37: Please see the appropriate <a href="plat.html">platform</a> page for
        !            38: SMP status for your system.
1.1       niklas     39:
                     40: <p>
1.4       niklas     41: We plan to put up links to good documents here whenever we find them:
1.7       rohee      42:
                     43: <ul type="square">
1.10      jufi       44: <li><a href="http://developer.intel.com/design/pentium/datashts/24201606.pdf">
1.1       niklas     45: MultiProcessor Specification</a> by Intel.
1.7       rohee      46: </ul>
1.1       niklas     47:
                     48: <hr>
1.10      jufi       49: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenBSD></a>
                     50: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1       niklas     51: <br>
1.13    ! nick       52: <small>$OpenBSD: smp.html,v 1.12 2004/06/22 08:39:13 henning Exp $</small>
1.1       niklas     53:
                     54: </body>
                     55: </html>