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

Annotation of www/plat.html, Revision 1.73

1.45      miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
1.1       deraadt     3: <html>
                      4: <head>
1.2       deraadt     5: <title>OpenBSD Platforms</title>
1.45      miod        6: <link rev="made" href="mailto:www@openbsd.org">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       deraadt     8: <meta name="resource-type" content="document">
1.45      miod        9: <meta name="description" content="the OpenBSD supported platforms page">
                     10: <meta name="keywords" content="openbsd,platforms">
1.1       deraadt    11: <meta name="distribution" content="global">
1.71      miod       12: <meta name="copyright" content="This document copyright 1996-2005 by OpenBSD.">
1.1       deraadt    13: </head>
                     14:
1.44      jufi       15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.43      jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.17      deraadt    17: <p>
1.45      miod       18: <h2><font color="#e00000">Platforms</font></h2>
                     19:
1.44      jufi       20: <hr>
1.15      deraadt    21:
1.63      xsa        22: <table border="0" cellspacing="0" cellpadding="0">
                     23: <tr>
                     24: <td colspan="2">
1.45      miod       25: <h3><font color="#e00000">Supported platforms</font></h3>
                     26: <p>
                     27: OpenBSD is officially supported on the following platforms;
1.70      miod       28: <a href="ftp.html">snapshots</a> and <a href="36.html">releases</a>
1.45      miod       29: are generally available for them.
1.63      xsa        30: </td>
                     31: </tr>
                     32:
                     33: <tr><td colspan="2">&nbsp;</td></tr>
1.45      miod       34:
1.63      xsa        35: <tr>
                     36: <td><a href="alpha.html"><b>alpha</b></a></td>
                     37: <td>Digital Alpha-based systems</td>
                     38: </tr>
                     39: <tr>
                     40: <td><a href="amd64.html"><b>amd64</b></a></td>
                     41: <td>AMD64-based systems</td>
                     42: </tr>
                     43: <tr>
1.70      miod       44: <td><a href="cats.html"><b>cats</b></a></td>
                     45: <td>StrongARM 110 Evaluation Board</td>
                     46: </tr>
                     47: <tr>
1.63      xsa        48: <td><a href="hp300.html"><b>hp300</b></a></td>
                     49: <td>Hewlett-Packard HP 9000 series 300 and 400 workstations</td>
                     50: </tr>
                     51: <tr>
                     52: <td><a href="hppa.html"><b>hppa</b></a></td>
                     53: <td>Hewlett-Packard Precision Architecture (PA-RISC) systems</td>
                     54: </tr>
                     55: <tr>
                     56: <td><a href="i386.html"><b>i386</b></a></td>
                     57: <td>Standard PC and clones based on the Intel i386 architecture and compatible
                     58: processors</td>
                     59: </tr>
                     60: <tr>
1.70      miod       61: <td><a href="luna88k.html"><b>luna88k</b></a></td>
                     62: <td>Omron LUNA-88K and LUNA-88K2 workstations</td>
                     63: </tr>
                     64: <tr>
1.63      xsa        65: <td><a href="mac68k.html"><b>mac68k</b></a></td>
                     66: <td>Motorola 680x0-based Apple Macintosh with MMU</td>
                     67: </tr>
                     68: <tr>
                     69: <td><a href="macppc.html"><b>macppc</b></a></td>
                     70: <td>Apple <i>New World</i> PowerPC-based machines, from the iMac onwards</td>
                     71: </tr>
                     72: <tr>
                     73: <td><a href="mvme68k.html"><b>mvme68k</b></a></td>
                     74: <td>Motorola 680x0-based VME systems</td>
                     75: </tr>
                     76: <tr>
                     77: <td><a href="mvme88k.html"><b>mvme88k</b></a></td>
                     78: <td>Motorola 881x0-based VME systems</td>
                     79: </tr>
                     80: <tr>
1.73    ! deraadt    81: <td><a href="sgi.html"><b>sgi</b></a></td>
        !            82: <td>SGI MIPS-based workstations</td>
        !            83: </tr>
        !            84: <tr>
1.63      xsa        85: <td><a href="sparc.html"><b>sparc</b></a></td>
                     86: <td>Sun sun4, sun4c and sun4m class SPARC systems</td>
                     87: </tr>
                     88: <tr>
                     89: <td><a href="sparc64.html"><b>sparc64</b></a></td>
                     90: <td>Sun UltraSPARC systems</td>
                     91: </tr>
                     92: <tr>
                     93: <td><a href="vax.html"><b>vax</b></a></td>
                     94: <td>Digital VAX-based systems</td>
                     95: </tr>
                     96:
                     97: <tr><td colspan="2">&nbsp;</td></tr>
1.45      miod       98:
1.63      xsa        99: <tr>
                    100: <td colspan="2">
1.45      miod      101: <h3><font color="#e00000">Active porting efforts</font></h3>
                    102: <p>
                    103: The following ports are not officially supported, and are not on par with
                    104: supported platforms, but they are being worked on actively and may hopefully
                    105: become supported platforms in the future.
1.63      xsa       106: </td>
                    107: </tr>
                    108: <tr><td colspan="2">&nbsp;</td></tr>
                    109: <tr>
1.71      miod      110: <td><a href="zaurus.html"><b>zaurus</b></a></td>
                    111: <td>Sharp Zaurus PDAs</td>
1.69      mickey    112: </tr>
1.45      miod      113:
1.63      xsa       114: <tr><td colspan="2">&nbsp;</td></tr>
1.45      miod      115:
1.63      xsa       116: <tr>
                    117: <td colspan="2">
1.45      miod      118: <h3><font color="#e00000">Quiet porting efforts</font></h3>
                    119: <p>
                    120: The following porting efforts have not shown very much activity, and are far
1.68      pedro     121: from being usable yet; however, there are people working on them so they may
1.45      miod      122: hopefully become supported platforms in the future.
1.63      xsa       123: </td>
                    124: </tr>
1.45      miod      125:
1.63      xsa       126: <tr><td colspan="2">&nbsp;</td></tr>
                    127:
                    128: <tr>
                    129: <td><a href="hppa64.html"><b>hppa64</b></a></td>
                    130: <td>Hewlett-Packard Precision Architecture (PA-RISC) 64 bit systems</td>
                    131: </tr>
                    132: <tr>
                    133: <td><a href="romp.html"><b>romp</b></a></td>
                    134: <td>IBM RT/PC systems
                    135: </tr>
                    136: <tr><td colspan="2">&nbsp;</td></tr>
1.45      miod      137:
1.63      xsa       138: <tr>
                    139: <td colspan="2">
1.45      miod      140: <h3><font color="#e00000">Discontinued ports</font></h3>
1.1       deraadt   141: <p>
1.45      miod      142: The following platforms have been supported in the past, but have been
                    143: discontinued for various reasons, and might be supported again in the future.
1.63      xsa       144: </td>
                    145: </tr>
1.1       deraadt   146:
1.63      xsa       147: <tr><td colspan="2">&nbsp;</td></tr>
                    148:
                    149: <tr>
                    150: <td><a href="amiga.html"><b>amiga</b></a></td>
                    151: <td>Amiga and DraCo systems with MMU</td>
                    152: </tr>
                    153: <tr>
                    154: <td><a href="arc.html"><b>arc</b></a></td>
                    155: <td>ARC compatible MIPS R4k and R5k systems</td>
1.66      drahn     156: </tr>
                    157: <tr>
                    158: <td><a href="pegasos.html"><b>pegasos</b></a></td>
                    159: <td>Pegasos machines by Genesi Sarl. PowerPC-based, VIA chip motherboards.</td>
1.63      xsa       160: </tr>
                    161: <tr>
                    162: <td><a href="pmax.html"><b>pmax</b></a></td>
                    163: <td>Digital MIPS-based systems</td>
                    164: </tr>
                    165: <tr>
                    166: <td><a href="sun3.html"><b>sun3</b></a></td>
                    167: <td>Sun sun3 class systems</td>
                    168: </tr>
                    169:
                    170: <tr><td colspan="2">&nbsp;</td></tr>
                    171: </table>
1.1       deraadt   172:
                    173: <hr>
1.44      jufi      174: <a href="index.html"><img height="24" width="24" src="back.gif" border="0" alt="OpenBSD"></a>
                    175: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.73    ! deraadt   176: <br><small>$OpenBSD: plat.html,v 1.72 2005/01/05 20:57:01 miod Exp $</small>
1.1       deraadt   177:
                    178: </body>
                    179: </html>