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

Annotation of www/smp.html, Revision 1.9

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">
1.8       horacio    10: <meta name="copyright" content="This document copyright 2000-2002 by OpenBSD.">
1.1       niklas     11: </head>
                     12:
1.7       rohee      13: <BODY BGCOLOR=White TEXT=Black LINK="#23238E">
1.1       niklas     14:
1.9     ! jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.7       rohee      16: <h2><font color=#e00000>SMP</font></h2>
1.1       niklas     17:
                     18: <hr>
                     19: <h3><strong>History and Status:</strong></h3>
                     20:
                     21: <p>
                     22: SMP (Symmetric MultiProcessor) support is not yet in OpenBSD, but there
                     23: exists a project, started in February 2000, to bring said support to at
                     24: least the <a href=i386.html>i386</a> and <a href=sparc.html>sparc</a>
                     25: platforms.
                     26: </p>
                     27:
                     28: <h3><strong>Resources:</strong></h3>
                     29:
                     30: <p>
                     31: We have created a src/sys branch in <a href=anoncvs.html>CVS</a>, called
                     32: <b>SMP</b> where the development is happening.  In order to check it out, do:
1.7       rohee      33: </p>
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
                     41: <a href=mail.html>here</a> for a description on how to subscribe to our
                     42: mailinglists.
1.1       niklas     43: </p>
                     44:
                     45: <p>
1.4       niklas     46: We plan to put up links to good documents here whenever we find them:
1.1       niklas     47: </p>
1.7       rohee      48:
                     49: <ul type="square">
1.3       niklas     50: <li><a href=http://developer.intel.com/design/pentium/datashts/24201606.pdf>
1.1       niklas     51: MultiProcessor Specification</a> by Intel.
                     52: </li>
1.7       rohee      53: </ul>
1.1       niklas     54:
                     55: <hr>
                     56: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                     57: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
                     58: <br>
1.9     ! jsyn       59: <small>$OpenBSD: smp.html,v 1.8 2002/01/29 22:08:37 horacio Exp $</small>
1.1       niklas     60:
                     61: </body>
                     62: </html>