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

Annotation of www/smp.html, Revision 1.3

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