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

Annotation of www/plat.html, Revision 1.131

1.45      miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
1.83      nick        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.83      nick        6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.45      miod        7: <meta name="description" content="the OpenBSD supported platforms page">
1.116     miod        8: <meta name="copyright" content="This document copyright 1996-2013 by OpenBSD.">
1.129     sthen       9: <link rel="canonical" href="http://www.openbsd.org/plat.html">
1.1       deraadt    10: </head>
                     11:
1.44      jufi       12: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.83      nick       13: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.17      deraadt    14: <p>
1.83      nick       15: <h2><font color="#e00000">Platforms</font></h2>
1.45      miod       16:
1.44      jufi       17: <hr>
1.15      deraadt    18:
1.63      xsa        19: <table border="0" cellspacing="0" cellpadding="0">
                     20: <tr>
                     21: <td colspan="2">
1.83      nick       22: <h3><font color="#e00000">Supported platforms</font></h3>
1.45      miod       23: <p>
1.83      nick       24: OpenBSD is officially supported on the following platforms.
                     25: Official support means that the release install media is known
                     26: to work, that the architecture can self-compile itself, and
                     27: that most of the basic tools exist on the architecture.
1.105     deraadt    28: As well, new releases always exist, and there are attempts to make
                     29: <a href="ftp.html">snapshots</a> available on a regular basis.
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>
1.83      nick       36: <td><a href="alpha.html"><b>alpha</b></a></td>
                     37: <td>Digital Alpha-based systems</td>
1.63      xsa        38: </tr>
                     39: <tr>
                     40: <td><a href="amd64.html"><b>amd64</b></a></td>
1.83      nick       41: <td>AMD64-based systems</td>
1.63      xsa        42: </tr>
                     43: <tr>
1.86      deraadt    44: <td><a href="armish.html"><b>armish</b></a></td>
1.91      deraadt    45: <td>ARM-based appliances (by Thecus, IO-DATA, and others)</td>
1.86      deraadt    46: </tr>
                     47: <tr>
1.83      nick       48: <td><a href="hppa.html"><b>hppa</b></a></td>
                     49: <td>Hewlett-Packard Precision Architecture (PA-RISC) systems</td>
1.63      xsa        50: </tr>
                     51: <tr>
                     52: <td><a href="i386.html"><b>i386</b></a></td>
1.83      nick       53: <td>Standard PC and clones based on the Intel i386 architecture and compatible
                     54: processors</td>
1.63      xsa        55: </tr>
                     56: <tr>
1.94      deraadt    57: <td><a href="landisk.html"><b>landisk</b></a></td>
                     58: <td>IO-DATA Landisk systems (such as USL-5P) based on the SH4 cpu</td>
                     59: </tr>
                     60: <tr>
1.109     otto       61: <td><a href="loongson.html"><b>loongson</b></a></td>
                     62: <td>Loongson 2E- and 2F-based systems, such as the Lemote Fuloong and Yeeloong,
                     63: Gdium Liberty, etc.</td>
                     64: </tr>
                     65: <tr>
1.113     miod       66: <td><a href="luna88k.html"><b>luna88k</b></a></td>
                     67: <td>Omron LUNA-88K and LUNA-88K2 workstations</td>
                     68: </tr>
                     69: <tr>
1.83      nick       70: <td><a href="macppc.html"><b>macppc</b></a></td>
                     71: <td>Apple <i>New World</i> PowerPC-based machines, from the iMac onwards</td>
1.63      xsa        72: </tr>
                     73: <tr>
1.120     bcallah    74: <td><a href="octeon.html"><b>octeon</b></a></td>
                     75: <td>Cavium Octeon-based MIPS64 systems</td>
                     76: </tr>
                     77: <tr>
1.73      deraadt    78: <td><a href="sgi.html"><b>sgi</b></a></td>
1.83      nick       79: <td>SGI MIPS-based workstations</td>
1.73      deraadt    80: </tr>
                     81: <tr>
1.101     miod       82: <td><a href="socppc.html"><b>socppc</b></a></td>
                     83: <td>Freescale PowerPC SoC-based machines</td>
                     84: </tr>
                     85: <tr>
1.83      nick       86: <td><a href="sparc.html"><b>sparc</b></a></td>
1.110     deraadt    87: <td>Sun sun4, sun4c, sun4e and sun4m class SPARC systems</td>
1.63      xsa        88: </tr>
                     89: <tr>
1.83      nick       90: <td><a href="sparc64.html"><b>sparc64</b></a></td>
1.110     deraadt    91: <td>Sun UltraSPARC and Fujitsu SPARC64 systems</td>
1.63      xsa        92: </tr>
                     93: <tr>
1.83      nick       94: <td><a href="vax.html"><b>vax</b></a></td>
                     95: <td>Digital VAX-based systems</td>
1.63      xsa        96: </tr>
1.74      deraadt    97: <tr>
1.83      nick       98: <td><a href="zaurus.html"><b>zaurus</b></a></td>
                     99: <td>Sharp Zaurus C3x00 PDAs</td>
1.74      deraadt   100: </tr>
1.63      xsa       101:
                    102: <tr><td colspan="2">&nbsp;</td></tr>
1.45      miod      103:
1.118     jsg       104: <!--
1.63      xsa       105: <tr>
                    106: <td colspan="2">
1.101     miod      107: <h3><font color="#e00000">Stagnant ports</font></h3>
                    108: <p>
                    109: The following platforms have been supported in the past, but releases
                    110: are not being built for them at the moment.
                    111: However, they are still living in the source tree, and releases might
                    112: happen again in the future.
                    113: </td>
                    114: </tr>
1.118     jsg       115: -->
1.101     miod      116:
                    117: <tr>
                    118: <td colspan="2">
1.114     miod      119: <h3><font color="#e00000">Current porting efforts</font></h3>
1.45      miod      120: <p>
1.83      nick      121: The following ports are not officially supported, and are not on par with
1.114     miod      122: supported platforms, but they are being worked on and may hopefully
                    123: become supported platforms in the future, if enough progress is made.
                    124: Be warned that some of these efforts have not shown very much recent activity.
1.63      xsa       125: </td>
                    126: </tr>
                    127: <tr><td colspan="2">&nbsp;</td></tr>
1.74      deraadt   128:
1.63      xsa       129: <tr>
1.125     jsg       130: <td><a href="armv7.html"><b>armv7</b></a></td>
                    131: <td>ARM-based devices, such as BeagleBone, BeagleBoard, PandaBoard ES,
                    132:   SABRE Lite, Nitrogen6x and Wandboard</td>
                    133: </tr>
1.128     bentley   134: <tr>
1.74      deraadt   135: <td><a href="hppa64.html"><b>hppa64</b></a></td>
1.83      nick      136: <td>Hewlett-Packard Precision Architecture (PA-RISC) 64 bit systems</td>
1.78      deraadt   137: </tr><tr>
1.83      nick      138: <td><a href="solbourne.html"><b>solbourne</b></a></td>
                    139: <td>Solbourne ``IDT'' <i>Sparc-like</i> S3000, S4000 and S4000DX systems</td>
1.69      mickey    140: </tr>
1.45      miod      141:
1.63      xsa       142: <tr><td colspan="2">&nbsp;</td></tr>
1.45      miod      143:
1.63      xsa       144: <tr>
                    145: <td colspan="2">
1.83      nick      146: <h3><font color="#e00000">Discontinued ports</font></h3>
1.1       deraadt   147: <p>
1.115     tedu      148: The following platforms were supported in the past, but have been
                    149: discontinued for various reasons.
1.63      xsa       150: </td>
                    151: </tr>
1.1       deraadt   152:
1.63      xsa       153: <tr><td colspan="2">&nbsp;</td></tr>
                    154:
                    155: <tr>
1.83      nick      156: <td><a href="amiga.html"><b>amiga</b></a></td>
                    157: <td>Amiga and DraCo systems with MMU</td>
1.63      xsa       158: </tr>
                    159: <tr>
1.83      nick      160: <td><a href="arc.html"><b>arc</b></a></td>
                    161: <td>ARC compatible MIPS R4k and R5k systems</td>
1.131   ! miod      162: </tr>
        !           163: <tr>
        !           164: <td><a href="aviion.html"><b>aviion</b></a></td>
        !           165: <td>Motorola 881x0-based Data General <i>AViiON</i> systems</td>
1.66      drahn     166: </tr>
                    167: <tr>
1.90      drahn     168: <td><a href="cats.html"><b>cats</b></a></td>
                    169: <td>StrongARM 110 Evaluation Board</td>
                    170: </tr>
                    171: <tr>
1.126     brad      172: <td><a href="hp300.html"><b>hp300</b></a></td>
                    173: <td>Hewlett-Packard HP 9000 series 300 and 400 workstations</td>
                    174: </tr>
                    175: <tr>
1.114     miod      176: <td><a href="mac68k.html"><b>mac68k</b></a></td>
                    177: <td>Motorola 680x0-based Apple Macintosh with MMU</td>
1.126     brad      178: </tr>
1.127     brad      179: <tr>
1.126     brad      180: <td><a href="mvme68k.html"><b>mvme68k</b></a></td>
                    181: <td>Motorola 680x0-based VME systems</td>
                    182: </tr>
                    183: <tr>
                    184: <td><a href="mvme88k.html"><b>mvme88k</b></a></td>
                    185: <td>Motorola 881x0-based VME systems</td>
1.114     miod      186: </tr>
                    187: <tr>
1.118     jsg       188: <td><a href="palm.html"><b>palm</b></a></td>
                    189: <td>Palm/PXA based PDAs</td>
                    190: </tr>
                    191: <tr>
1.83      nick      192: <td><a href="pegasos.html"><b>pegasos</b></a></td>
                    193: <td>Pegasos machines by Genesi Sarl. PowerPC-based, VIA chip motherboards.</td>
1.63      xsa       194: </tr>
                    195: <tr>
1.83      nick      196: <td><a href="pmax.html"><b>pmax</b></a></td>
                    197: <td>Digital MIPS-based systems</td>
1.63      xsa       198: </tr>
                    199: <tr>
1.83      nick      200: <td><a href="sun3.html"><b>sun3</b></a></td>
                    201: <td>Sun sun3 class systems</td>
1.63      xsa       202: </tr>
                    203:
                    204: <tr><td colspan="2">&nbsp;</td></tr>
                    205: </table>
1.1       deraadt   206:
                    207: </html>