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

Annotation of www/plat.html, Revision 1.44

1.44    ! jufi        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.2       deraadt     4: <title>OpenBSD Platforms</title>
1.44    ! jufi        5: <link rev=made href="mailto:www@openbsd.org">
1.1       deraadt     6: <meta name="resource-type" content="document">
1.44    ! jufi        7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       deraadt     8: <meta name="description" content="the main OpenBSD page">
                      9: <meta name="keywords" content="openbsd,main">
                     10: <meta name="distribution" content="global">
1.40      horacio    11: <meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">
1.1       deraadt    12: </head>
                     13:
1.44    ! jufi       14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.1       deraadt    15:
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.44    ! jufi       18: <h2><font color="#e00000">Platforms.</font></h2>
        !            19: <hr>
1.15      deraadt    20:
1.44    ! jufi       21: <h3><font color="#e00000">Platforms currently supported.</font></h3>
1.1       deraadt    22:
                     23: <p>
1.8       downsj     24: OpenBSD is officially supported on the following; <a href=ftp.html>snapshots</a>
                     25: and releases are generally available for them.
1.1       deraadt    26:
                     27: <p>
1.26      deraadt    28: <table border=1>
                     29: <tr>
                     30:        <th>Architecture</th>
                     31:        <th>Details</th>
                     32: </tr>
                     33: <tr>
                     34:     <td>
1.44    ! jufi       35:        <a href="alpha.html">alpha</a>
1.26      deraadt    36:     </td><td>
                     37:        DEC Alpha-based machines.
                     38:     </td>
                     39: </tr><tr>
                     40:     <td>
1.44    ! jufi       41:        <a href="amiga.html">amiga</a>
1.26      deraadt    42:     </td><td>
                     43:        Amiga m68k-based models (MMU required).
                     44:     </td>
                     45: </tr><tr>
                     46:     <td>
1.44    ! jufi       47:        <a href="hp300.html">hp300</a>
1.26      deraadt    48:     </td><td>
                     49:        Hewlett-Packard HP300/HP400 machines.
                     50:     </td>
                     51: </tr><tr>
                     52:     <td>
                     53:        <a href=i386.html>i386</a>
                     54:     </td><td>
                     55:        PC's based on the Intel i386 architecture, including 386, 486, Pentium and compatible processors.
                     56:     </td>
                     57: </tr><tr>
                     58:     <td>
                     59:        <a href=mac68k.html>mac68k</a>
                     60:     </td><td>
                     61:        Most MC680x0-based Apple Macintosh models.
                     62:     </td>
                     63: </tr><tr>
                     64:     <td>
1.34      brad       65:        <a href=macppc.html>macppc</a>
1.26      deraadt    66:     </td><td>
1.34      brad       67:        Apple PowerPC-based machines: iMac, G3, G4, G4 Cube ...
1.26      deraadt    68:     </td>
                     69: </tr><tr>
                     70:     <td>
1.34      brad       71:        <a href=mvme68k.html>mvme68k</a>
1.26      deraadt    72:     </td><td>
1.34      brad       73:        Motorola MVME147/16x/17x 68K VME cards.
1.26      deraadt    74:     </td>
                     75: </tr><tr>
                     76:     <td>
                     77:        <a href=sparc.html>sparc</a>
                     78:     </td><td>
                     79:        Sun's Sun4, Sun4c, and Sun4m models.
                     80:     </td>
1.28      ericj      81: </tr><tr>
                     82:     <td>
1.39      brad       83:        <a href=sparc64.html>sparc64</a>
                     84:     </td><td>
                     85:        Sun UltraSPARC-based machines.
                     86:     </td>
                     87: </tr><tr>
                     88:     <td>
1.29      deraadt    89:        <a href=vax.html>vax</a>
                     90:     </td><td>
                     91:        DEC's VAX computers.
                     92:     </td>
1.26      deraadt    93: </tr>
                     94: </table>
1.8       downsj     95:
1.44    ! jufi       96: <h3><font color="#e00000">Platforms which could exist</font></h3>
1.8       downsj     97:
                     98: <p>
1.26      deraadt    99: These platforms, unlike the rest of the OpenBSD architectures,
                    100: are not actively maintained in the OpenBSD source tree.
                    101: Support can be easily ported over from NetBSD, though, or we have
                    102: work being done by our own members.  If anyone has such hardware and would
1.8       downsj    103: be interested in maintaining these ports within OpenBSD, please contact
1.26      deraadt   104: <a href="mailto:deraadt@openbsd.org">Theo de Raadt</a>.  This list is
                    105: ordered so that the architectures "most likely" to be supported are
                    106: near the top.
1.8       downsj    107:
                    108: <p>
1.26      deraadt   109: <table border=1>
                    110: <tr>
                    111:        <th>Architecture</th>
                    112:        <th>Details</th>
                    113: </tr>
                    114: <tr>
                    115:     <td>
1.44    ! jufi      116:        <a href="hppa.html">hppa</a>
1.26      deraadt   117:     </td><td>
1.31      mickey    118:         Hewlett-Packard PA-RISC HP700/HP800 models (32 bits).
1.26      deraadt   119:     </td>
                    120: </tr><tr>
                    121:     <td>
1.44    ! jufi      122:        <a href="mvme88k.html">mvme88k</a>
1.26      deraadt   123:     </td><td>
                    124:        Motorola MVME18x and MVME19x 88K VME cards.
                    125:     </td>
                    126: </tr><tr>
                    127:     <td>
1.41      miod      128:        <a href="sun3.html">sun3</a>
                    129:     </td><td>
                    130:        Sun's 68020-based Sun3 models.
                    131:     </td>
                    132: </tr><tr>
                    133:     <td>
1.44    ! jufi      134:        <a href="arm32.html">arm32</a>
1.26      deraadt   135:     </td><td>
                    136:        Acorn ARM6+ computers.
                    137:     </td>
                    138: </tr><tr>
                    139:     <td>
1.44    ! jufi      140:        <a href="atari.html">atari</a>
1.26      deraadt   141:     </td><td>
                    142:        Atari TT and Falcon models.
                    143:     </td>
                    144: </tr><tr>
                    145:     <td>
1.44    ! jufi      146:        <a href="pc532.html">pc532</a>
1.26      deraadt   147:     </td><td>
                    148:        A rare NS32532-based computer.
                    149:     </td>
                    150: </tr><tr>
                    151:     <td>
1.44    ! jufi      152:        <a href="sun3x.html">sun3x</a>
1.26      deraadt   153:     </td><td>
                    154:        Sun's 68030-based Sun3 models.
                    155:     </td>
                    156: </tr><tr>
                    157:     <td>
1.44    ! jufi      158:        <a href="x68k.html">x68k</a>
1.26      deraadt   159:     </td><td>
                    160:        SHARP X680x0 m68k-based machines. (MMU required)
                    161:     </td>
                    162: </tr><tr>
                    163:     <td>
1.44    ! jufi      164:        <a href="romp.html">romp</a>
1.26      deraadt   165:     </td><td>
                    166:        IBM PC RT series of machines.
                    167:     </td>
                    168: </tr><tr>
                    169:     <td>
1.44    ! jufi      170:        <a href="sgi.html">sgi</a>
1.26      deraadt   171:     </td><td>
1.33      brad      172:        SGI MIPS-based machines.
1.26      deraadt   173:     </td>
                    174: </tr><tr>
                    175:     <td>
1.44    ! jufi      176:        <a href="arc.html">arc</a>
1.26      deraadt   177:     </td><td>
1.33      brad      178:        MIPS R4K and R5K based machines. Including ARC platforms (some).
                    179:     </td>
                    180: </tr><tr>
                    181:     <td>
1.44    ! jufi      182:        <a href="pmax.html">pmax</a>
1.33      brad      183:     </td><td>
                    184:        DEC MIPS-based machines.
1.26      deraadt   185:     </td>
                    186: </tr>
                    187: </table>
1.1       deraadt   188:
                    189: <hr>
1.44    ! jufi      190: <a href="index.html"><img height="24" width="24" src="back.gif" border="0" alt="OpenBSD"></a>
        !           191: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
        !           192: <br><small>$OpenBSD: plat.html,v 1.43 2002/06/18 01:44:05 jsyn Exp $</small>
1.1       deraadt   193:
                    194: </body>
                    195: </html>