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

Annotation of www/smp.html, Revision 1.10

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.8       horacio    11: <meta name="copyright" content="This document copyright 2000-2002 by OpenBSD.">
1.1       niklas     12: </head>
                     13:
1.7       rohee      14: <BODY BGCOLOR=White TEXT=Black LINK="#23238E">
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:
                     22: <p>
                     23: SMP (Symmetric MultiProcessor) support is not yet in OpenBSD, but there
                     24: exists a project, started in February 2000, to bring said support to at
1.10    ! jufi       25: least the <a href="i386.html">i386</a> and <a href="sparc.html">sparc</a>
1.1       niklas     26: platforms.
                     27:
                     28: <h3><strong>Resources:</strong></h3>
                     29:
                     30: <p>
1.10    ! jufi       31: We have created a src/sys branch in <a href="anoncvs.html">CVS</a>, called
1.1       niklas     32: <b>SMP</b> where the development is happening.  In order to check it out, do:
1.10    ! jufi       33:
1.1       niklas     34: <pre>
1.2       niklas     35: $ <b>cvs checkout -rSMP src/sys</b>
1.1       niklas     36: </pre>
                     37:
                     38: <p>
1.3       niklas     39: There also exists a mailinglist in the openbsd.org domain; <i>smp@</i>,
                     40: for the purpose of discussing the SMP support.  Look
1.10    ! jufi       41: <a href="mail.html">here</a> for a description on how to subscribe to our
1.3       niklas     42: mailinglists.
1.1       niklas     43:
                     44: <p>
1.4       niklas     45: We plan to put up links to good documents here whenever we find them:
1.7       rohee      46:
                     47: <ul type="square">
1.10    ! jufi       48: <li><a href="http://developer.intel.com/design/pentium/datashts/24201606.pdf">
1.1       niklas     49: MultiProcessor Specification</a> by Intel.
1.7       rohee      50: </ul>
1.1       niklas     51:
                     52: <hr>
1.10    ! jufi       53: <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenBSD></a>
        !            54: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.1       niklas     55: <br>
1.10    ! jufi       56: <small>$OpenBSD: smp.html,v 1.9 2002/06/18 01:44:06 jsyn Exp $</small>
1.1       niklas     57:
                     58: </body>
                     59: </html>