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

Annotation of www/plat.html, Revision 1.50

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.40      horacio    12: <meta name="copyright" content="This document copyright 1996-2002 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.45      miod       22: <h3><font color="#e00000">Supported platforms</font></h3>
                     23:
                     24: <p>
                     25: OpenBSD is officially supported on the following platforms;
1.48      miod       26: <a href="ftp.html">snapshots</a> and <a href="33.html">releases</a>
1.45      miod       27: are generally available for them.
                     28: </p>
                     29:
                     30: <p>
                     31: <ul>
                     32: <li><a href="alpha.html">alpha</a><br>
                     33: Digital Alpha-based systems
                     34: <li><a href="hp300.html">hp300</a><br>
                     35: Hewlett-Packard HP 9000 series 300 and 400 workstations
1.46      mickey     36: <li><a href="hppa.html">hppa</a><br>
                     37: Hewlett-Packard Precision Architecture (PA-RISC) systems
1.45      miod       38: <li><a href="i386.html">i386</a><br>
                     39: Standard PC and clones based on the Intel i386 architecture and compatible
                     40: processors
                     41: <li><a href="mac68k.html">mac68k</a><br>
                     42: Motorola 680x0-based Apple Macintosh with MMU
                     43: <li><a href="macppc.html">macppc</a><br>
                     44: Apple <i>New World</i> PowerPC-based machines, from the iMac onwards
1.50    ! drahn      45: <li><a href="pegasos.html">pegasos</a><br>
        !            46: Pegasos I machines by Genesi Sarl. PowerPC based, VIA chip montherboards.
1.45      miod       47: <li><a href="mvme68k.html">mvme68k</a><br>
                     48: Motorola 680x0-based VME systems
                     49: <li><a href="sparc.html">sparc</a><br>
                     50: Sun sun4, sun4c and sun4m class SPARC systems
                     51: <li><a href="sparc64.html">sparc64</a><br>
                     52: Sun UltraSPARC systems
                     53: <li><a href="vax.html">vax</a><br>
                     54: Digital VAX-based systems
                     55: </ul>
                     56: </p>
                     57:
                     58: <h3><font color="#e00000">Active porting efforts</font></h3>
                     59:
                     60: <p>
                     61: The following ports are not officially supported, and are not on par with
                     62: supported platforms, but they are being worked on actively and may hopefully
                     63: become supported platforms in the future.
                     64: </p>
                     65:
                     66: <p>
                     67: <ul>
                     68: <li><a href="mvme88k.html">mvme88k</a><br>
                     69: Motorola 881x0-based VME systems
                     70: </ul>
                     71: </p>
                     72:
                     73: <h3><font color="#e00000">Quiet porting efforts</font></h3>
                     74:
                     75: <p>
                     76: The following porting efforts have not shown very much activity, and are far
                     77: from being useable yet; however, there are people working on them so they may
                     78: hopefully become supported platforms in the future.
                     79: </p>
                     80:
                     81: <p>
                     82: <ul>
1.49      brad       83: <li><a href="amd64.html">amd64</a><br>
                     84: AMD64-based systems
1.47      mickey     85: <li><a href="hppa64.html">hppa64</a><br>
                     86: Hewlett-Packard Precision Architecture (PA-RISC) 64 bit systems
1.45      miod       87: <li><a href="romp.html">romp</a><br>
                     88: IBM RT/PC systems
                     89: <li><a href="sgi.html">sgi</a><br>
                     90: SGI MIPS-based workstations
                     91: </ul>
                     92: </p>
                     93:
                     94: <h3><font color="#e00000">Discontinued ports</font></h3>
1.1       deraadt    95:
                     96: <p>
1.45      miod       97: The following platforms have been supported in the past, but have been
                     98: discontinued for various reasons, and might be supported again in the future.
                     99: </p>
1.1       deraadt   100:
                    101: <p>
1.45      miod      102: <ul>
                    103: <li><a href="amiga.html">amiga</a><br>
                    104: Amiga and DraCo systems with MMU
                    105: <li><a href="arc.html">arc</a><br>
                    106: ARC compatible MIPS R4k and R5k systems
                    107: <li><a href="pmax.html">pmax</a><br>
                    108: Digital MIPS-based systems
                    109: <li><a href="sun3.html">sun3</a><br>
                    110: Sun sun3 class systems
                    111: </ul>
                    112: </p>
1.1       deraadt   113:
                    114: <hr>
1.44      jufi      115: <a href="index.html"><img height="24" width="24" src="back.gif" border="0" alt="OpenBSD"></a>
                    116: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.50    ! drahn     117: <br><small>$OpenBSD: plat.html,v 1.49 2003/06/15 05:09:07 brad Exp $</small>
1.1       deraadt   118:
                    119: </body>
                    120: </html>