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

Annotation of www/smp.html, Revision 1.2

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>
                     38: There also exists a mailinglist, <i>smp@openbsd.org</i>, for the purpose
                     39: of discussing the SMP support.  Look <a href=mail.html>here</a> for a
                     40: description on how to subscribe to our mailinglists.
                     41: </p>
                     42:
                     43: <p>
                     44: We plan to put up links good documents here whenever we find them:
                     45: </p>
                     46: <bl>
                     47: <li><a href=http://developer.intel.com/design/intarch/MANUALS/24201601.pdf>
                     48: MultiProcessor Specification</a> by Intel.
                     49: </li>
                     50: </bl>
                     51:
                     52: <hr>
                     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>
                     55: <br>
1.2     ! niklas     56: <small>$OpenBSD: smp.html,v 1.1 2000/02/19 18:16:34 niklas Exp $</small>
1.1       niklas     57:
                     58: </body>
                     59: </html>