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

Annotation of www/smp.html, Revision 1.6

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:
1.5       deraadt    15: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
                     16: <p>
                     17: <h2><font color=#e00000>SMP<hr></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
                     25: least the <a href=i386.html>i386</a> and <a href=sparc.html>sparc</a>
                     26: platforms.
                     27: </p>
                     28:
                     29: <h3><strong>Resources:</strong></h3>
                     30:
                     31: <p>
                     32: We have created a src/sys branch in <a href=anoncvs.html>CVS</a>, called
                     33: <b>SMP</b> where the development is happening.  In order to check it out, do:
                     34: <pre>
1.2       niklas     35: $ <b>cvs checkout -rSMP src/sys</b>
1.1       niklas     36: </pre>
                     37: </p>
                     38:
                     39: <p>
1.3       niklas     40: There also exists a mailinglist in the openbsd.org domain; <i>smp@</i>,
                     41: for the purpose of discussing the SMP support.  Look
                     42: <a href=mail.html>here</a> for a description on how to subscribe to our
                     43: mailinglists.
1.1       niklas     44: </p>
                     45:
                     46: <p>
1.4       niklas     47: We plan to put up links to good documents here whenever we find them:
1.1       niklas     48: </p>
                     49: <bl>
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>
                     53: </bl>
                     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.6     ! rohee      59: <small>$OpenBSD: smp.html,v 1.5 2000/02/21 16:54:24 deraadt Exp $</small>
1.1       niklas     60:
                     61: </body>
                     62: </html>