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

Annotation of www/plat.html, Revision 1.19

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.2       deraadt     4: <title>OpenBSD Platforms</title>
1.1       deraadt     5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the main OpenBSD page">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
1.14      deraadt    10: <meta name="copyright" content="This document copyright 1996, 1997 by OpenBSD.">
1.1       deraadt    11: </head>
                     12:
1.16      downsj     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
1.1       deraadt    14:
1.16      downsj     15: <img alt="[OpenBSD]" SRC="images/smalltitle.gif">
1.17      deraadt    16: <p>
1.15      deraadt    17:
1.17      deraadt    18: <h3><font color=#0000e0>Platforms currently supported.</font></h3>
1.1       deraadt    19:
                     20: <p>
1.8       downsj     21: OpenBSD is officially supported on the following; <a href=ftp.html>snapshots</a>
                     22: and releases are generally available for them.
1.1       deraadt    23: </p>
                     24:
                     25: <p>
                     26: <dl>
1.6       graichen   27: <dt><a href=alpha.html>alpha</a>       <dd> DEC Alpha-based machines.
                     28: <dt><a href=amiga.html>amiga</a>       <dd> Amiga m68k-based models (MMU required).
1.19    ! pefo       29: <dt><a href=arc.html>arc</a>           <dd> Mips R4K and R5K based machines. Including ARC plattforms (some).
1.6       graichen   30: <dt><a href=hp300.html>hp300</a>       <dd> Hewlett-Packard HP300/HP400 machines.
1.11      grr        31: <dt><a href=i386.html>i386</a>         <dd> PC's based on the Intel i386 architecture, including 386, 486, Pentium and compatible processors.
1.1       deraadt    32: <dt><a href=mac68k.html>mac68k</a>     <dd> Most MC680x0-based Apple Macintosh models.
1.6       graichen   33: <dt><a href=mvme68k.html>mvme68k</a>   <dd> Motorola MVME147/16x/17x 68K VME cards.
                     34: <dt><a href=pmax.html>pmax</a>         <dd> DEC MIPS-based machines.
1.11      grr        35: <dt><a href=sparc.html>sparc</a>       <dd> Sun's Sun4, Sun4c, and Sun4m models.
1.8       downsj     36: </dl>
                     37: </p>
                     38:
1.17      deraadt    39: <h3><font color=#0000e0>Platforms for which code exists,
                     40: but are not supported.</font></h3>
1.8       downsj     41:
                     42: <p>
                     43: Note: these platforms, unlike the rest of the OpenBSD architectures,
1.9       downsj     44: are not actively maintained in the OpenBSD source tree.  Support can be easily
1.8       downsj     45: ported over from NetBSD, though.  If anyone has such hardware and would
                     46: be interested in maintaining these ports within OpenBSD, please contact
                     47: <a href="mailto:deraadt@openbsd.org">Theo de Raadt</a>.
                     48: </p>
                     49:
                     50: <p>
                     51: <dl>
1.18      deraadt    52: <dt><a href=powerpc.html>powerpc</a>   <dd> Various PowerPC-based machines.
                     53: <dt><a href=sun3.html>sun3</a>         <dd> Sun's 68020 based Sun3 models.
1.8       downsj     54: <dt><a href=arm32.html>arm32</a>       <dd> Acorn ARM6+ computers.
                     55: <dt><a href=atari.html>atari</a>       <dd> Atari TT and Falcon models.
                     56: <dt><a href=pc532.html>pc532</a>       <dd> A rare NS32532-based computer.
1.11      grr        57: <dt><a href=sun3x.html>sun3x</a>       <dd> Sun's 68030-based Sun3 models.
1.10      downsj     58: <dt><a href=vax.html>vax</a>           <dd> DEC's VAX computers.
1.8       downsj     59: <dt><a href=x68k.html>x68k</a>         <dd> SHARP X680x0 m68k-based machines.
1.3       deraadt    60:        (MMU required)
1.1       deraadt    61: </dl>
                     62: </p>
                     63:
1.17      deraadt    64: <h3><font color=#0000e0>New platforms under development.</font></h3>
1.1       deraadt    65:
                     66: <p>
                     67: <dl>
1.8       downsj     68: <dt><a href=mvme88k.html>mvme88k</a>   <dd> Motorola MVME18x/19x 88K VME cards.
1.1       deraadt    69: <dt><a href=romp.html>romp</a>         <dd> IBM PC RT series of machines.
1.13      downsj     70: <dt><a href=sgi.html>sgi</a>           <dd> MIPS based Silicon Graphics
                     71:        workstations.
1.1       deraadt    72: </dl>
                     73: </p>
                     74:
1.17      deraadt    75: <h3><font color=#0000e0>Platforms not being developed, but
                     76: which should be.</font></h3>
1.1       deraadt    77: There is enough free code available to make porting to these
                     78: machines relatively easy.
                     79: </p>
                     80:
                     81: <p>
                     82: <dl>
                     83: <dt><a href=hppa.html>hppa</a>         <dd> Hewlett-Packard PA-RISC HP700/HP800 models.
                     84: </dl>
                     85: </p>
                     86:
                     87: <hr>
1.4       deraadt    88: <a href=index.html><img src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt    89: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.19    ! pefo       90: <br><small>$OpenBSD: plat.html,v 1.18 1998/02/21 22:24:01 deraadt Exp $</small>
1.1       deraadt    91:
                     92: </body>
                     93: </html>