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

Diff for /www/Attic/smp.html between version 1.9 and 1.10

version 1.9, 2002/06/18 01:44:06 version 1.10, 2002/11/14 13:23:10
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>  <html>
 <head>  <head>
 <title>The OpenBSD SMP project</title>  <title>The OpenBSD SMP project</title>
 <link rev=made href=mailto:www@openbsd.org>  <link rev=made href="mailto:www@openbsd.org">
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="resource-type" content="document">  <meta name="resource-type" content="document">
 <meta name="description" content="the OpenBSD SMP page">  <meta name="description" content="the OpenBSD SMP page">
 <meta name="keywords" content="openbsd,smp">  <meta name="keywords" content="openbsd,smp">
Line 13 
Line 14 
 <BODY BGCOLOR=White TEXT=Black LINK="#23238E">  <BODY BGCOLOR=White TEXT=Black LINK="#23238E">
   
 <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>  <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
 <h2><font color=#e00000>SMP</font></h2>  <h2><font color="#e00000">SMP</font></h2>
   
 <hr>  <hr>
 <h3><strong>History and Status:</strong></h3>  <h3><strong>History and Status:</strong></h3>
Line 21 
Line 22 
 <p>  <p>
 SMP (Symmetric MultiProcessor) support is not yet in OpenBSD, but there  SMP (Symmetric MultiProcessor) support is not yet in OpenBSD, but there
 exists a project, started in February 2000, to bring said support to at  exists a project, started in February 2000, to bring said support to at
 least the <a href=i386.html>i386</a> and <a href=sparc.html>sparc</a>  least the <a href="i386.html">i386</a> and <a href="sparc.html">sparc</a>
 platforms.  platforms.
 </p>  
   
 <h3><strong>Resources:</strong></h3>  <h3><strong>Resources:</strong></h3>
   
 <p>  <p>
 We have created a src/sys branch in <a href=anoncvs.html>CVS</a>, called  We have created a src/sys branch in <a href="anoncvs.html">CVS</a>, called
 <b>SMP</b> where the development is happening.  In order to check it out, do:  <b>SMP</b> where the development is happening.  In order to check it out, do:
 </p>  
 <pre>  <pre>
 $ <b>cvs checkout -rSMP src/sys</b>  $ <b>cvs checkout -rSMP src/sys</b>
 </pre>  </pre>
Line 38 
Line 38 
 <p>  <p>
 There also exists a mailinglist in the openbsd.org domain; <i>smp@</i>,  There also exists a mailinglist in the openbsd.org domain; <i>smp@</i>,
 for the purpose of discussing the SMP support.  Look  for the purpose of discussing the SMP support.  Look
 <a href=mail.html>here</a> for a description on how to subscribe to our  <a href="mail.html">here</a> for a description on how to subscribe to our
 mailinglists.  mailinglists.
 </p>  
   
 <p>  <p>
 We plan to put up links to good documents here whenever we find them:  We plan to put up links to good documents here whenever we find them:
 </p>  
   
 <ul type="square">  <ul type="square">
 <li><a href=http://developer.intel.com/design/pentium/datashts/24201606.pdf>  <li><a href="http://developer.intel.com/design/pentium/datashts/24201606.pdf">
 MultiProcessor Specification</a> by Intel.  MultiProcessor Specification</a> by Intel.
 </li>  
 </ul>  </ul>
   
 <hr>  <hr>
 <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>  <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenBSD></a>
 <a href=mailto:www@openbsd.org>www@openbsd.org</a>  <a href="mailto:www@openbsd.org">www@openbsd.org</a>
 <br>  <br>
 <small>$OpenBSD$</small>  <small>$OpenBSD$</small>
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10