-
Notifications
You must be signed in to change notification settings - Fork 1
/
smp.html
54 lines (44 loc) · 1.81 KB
/
smp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>The OpenBSD SMP project</title>
<link rev=made href="mailto:[email protected]">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="resource-type" content="document">
<meta name="description" content="the OpenBSD SMP page">
<meta name="keywords" content="openbsd,smp">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 2000-2010 by OpenBSD.">
</head>
<body bgcolor="white" text="black">
<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>
<hr>
<h3><strong>History and Status:</strong></h3>
O projeto adicionou suporte a SMP no OpenBSD, foi iniciado em Fevereiro de 2000.
<p>
Em junho de 2004, a SMP (Symmetric MultiProcessor)
suporte foi incorporado ao ramo principal de desenvolvimento do OpenBSD.
Neste momento, o i386 e AMD, plataformas suporta SMP.
Neste momento, as plataformas <a href="../i386.html">i386</a>,
<a href="../amd64.html">amd64</a>, <a href="../mvme88k.html">mvme88k</a>,
<a href="../sparc64.html">sparc64</a>, <a href="../macppc.html">macppc</a> e
<a href="../hppa.html">hppa</a> suporta SMP.
A porta <a href="../sgi.html">sgi</a> suporta SMP nos modelos Octane Multiprocessados,
outras máquinas ainda não tem suporte.
<p>
Por favor, veja a página de <a href="plat.html">plataforma</a> apropriada,
para o status de SMP, para o seu sistema.
<hr>
<a href="index.html"><img height=24 width=24 src="../back.gif" border=0 alt=OpenBSD></a>
<a href="mailto:[email protected]">[email protected]</a>
<br>
<small>
<!--
Originally [OpenBSD: smp.html,v 1.23 ]<br>
$Translation: smp.html,v 1.4 2011/05/05 13:08:50 renato Exp $<br>
-->
$OpenBSD$
</small>
</body>
</html>