<?xml version="1.0"?>
<!DOCTYPE webpage
  PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
	 "http://www.NetBSD.org/XML/htdocs/lang/share/xml/website-netbsd.dtd">

<webpage id="ports-index">
  <config param="desc" value="Hardware Supported by NetBSD"/>
  <config param="cvstag" value="$NetBSD: index.xml,v 1.34 2011/08/10 12:48:24 tsutsui Exp $"/>
  <config param="rcsdate" value="$Date: 2011/08/10 12:48:24 $"/>

  <head>
    <!-- Copyright (c) 1994-2011
    The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED. -->

    <title>Platforms Supported by NetBSD</title>
  </head>

  <sect1 role="toc">

    <sect2 id="ports">
      <title>Platforms (a.k.a. 'ports')</title>
      <sect3 id="ports-intro">
        <title>Ports</title>

        <para>
	  NetBSD calls a supported architecture a <emphasis>port</emphasis>.
	  Most ports run on generic hardware and
	  <ulink url="emulators.html">emulators</ulink>, although some
	  <ulink url="../gallery/hardware.html">commercial hardware</ulink>
	  also exists.  The
	  <ulink url="history.html">NetBSD Ports History</ulink>
          page details the inclusion date for each port.
	</para>
      </sect3>

      <sect3 id="tiers">
	<title>The tier system</title>
        <para>
	  Ports are classified into three tiers based on the current
	  importance of the architecture and the level of community
	  activity.  Summarizing, the tiers can be viewed to
	  represent ports that NetBSD will support, ports that
	  NetBSD does its best to support, and ports which may be
	  desupported soon.  The tier for each port may change over
	  time and is decided by <email>core@NetBSD.org</email>
	  based on input from users and developers.
	</para>

	<para>
	  More exact guidelines for tiers along
	  with the port taxonomy is presented below.
        </para>
      </sect3>
    </sect2>

    <sect2>
      <title>Tiers</title>

      <sect3 id="ports-tier1">
	<title>Tier I: Focus &mdash; support is part of NetBSD's strategy</title>

	<para>
	  Focus ports are the architectures that NetBSD targets as
	  part of its strategy.  The platforms consist of modern
	  server, embedded and desktop architectures.
	  The guidelines are as follows:
	</para>

	<itemizedlist>
	  <listitem>
	    Machine independent (MI) changes should benefit these ports.
	  </listitem>
	  <listitem>
	    MI changes must be tested on at least one of these ports.
	  </listitem>
	  <listitem>
	    It is the developer's responsibility to implement machine
	    dependent (MD) support necessary for changes, fix build problems
	    and aid in debugging with any platform-specific problems.
	  </listitem>
	  <listitem>
	    Even within a port, common sense should be used
	    (cf. the i386 port which still supports 486).
	  </listitem>
	  <listitem>
	    Regressions in the automated NetBSD test suite (/usr/tests)
	    are not allowed.
	  </listitem>
	</itemizedlist>

	<para>
	  Currently there are
	  <count-children parent="ports-table-tier1" element="row"/>
	  ports with Tier I status.  They are:
	</para>

	<blockquote>
	  <informaltable frame="none">
	  
	    <tgroup cols="4">

	      <thead>
		<row>
		  <entry align="left">Port</entry>
		  <entry align="left">CPU</entry>
		  <entry align="left">Machines</entry>
		  <entry align="left">Latest Release</entry>
		</row>
	      </thead>

	      <tbody id="ports-table-tier1">
		<row valign="top">
		  <entry><ulink url="amd64/">amd64</ulink></entry>
		  <entry>x86_64</entry>
		  <entry>Advanced Micro Devices AMD64(tm) 64-bit CPUs</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="evbarm/">evbarm</ulink></entry>
		  <entry>arm</entry>
		  <entry>ARM evaluation boards</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="evbmips/">evbmips</ulink></entry>
		  <entry>mips</entry>
		  <entry>MIPS-based evaluation boards</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="evbppc/">evbppc</ulink></entry>
		  <entry>powerpc</entry>
		  <entry>PowerPC-based evaluation boards</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="hpcarm/">hpcarm</ulink></entry>
		  <entry>arm</entry>
		  <entry>StrongARM based Windows CE PDA machines</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="i386/">i386</ulink></entry>
		  <entry>i386</entry>
		  <entry>i386 family IBM PCs and clones</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		  
		<row valign="top">
		  <entry><ulink url="sparc64/">sparc64</ulink></entry>
		  <entry>sparc</entry>
		  <entry>Sun UltraSPARC (64-bit)</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		  
		<row valign="top">
		  <entry><ulink url="xen/">xen</ulink></entry>
		  <entry>i386, x86_64</entry>
		  <entry>Xen Virtual Machine Monitor</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
	      </tbody>
	    </tgroup>
	  </informaltable>
	</blockquote>
      </sect3>

      <sect3 id="ports-tier2">
	<title>Tier II: Organic &mdash; evolving at its own pace</title>

	<para>
	  Organic ports are highly valued by the NetBSD project,
	  but their development is not as tightly mandated as that
	  of the focus ports.  Generally speaking, the hardware
	  platforms of organic ports have lost their industrial
	  relevance, or there is not enough community activity for
	  the port to make it to the first tier.

	  The guidelines are as follows:
	</para>

	<itemizedlist>
	  <listitem>
	    Generally speaking, the port boots and works, but keeping
	    it working is the responsibility of the user community.
	    This includes, but is not limited to, kernel changes
	    and toolchain upgrades.
	  </listitem>
	  <listitem>
	    Developers committing MI changes are still encouraged to
	    keep ports up-to-date when it can be easily done.
	  </listitem>
	  <listitem>
	    MI architecture decisions may penalize organic ports if
	    there is a benefit for focus ports.
	  </listitem>
	  <listitem>
	    If the port is not working at release time, a release is
	    done without the port and the port is moved down to the
	    life support tier.
	  </listitem>
	</itemizedlist>

	<para>
	  Currently there are
	  <count-children parent="ports-table-tier2" element="row"/>
	  ports with Tier II status.  They are:
	</para>

	<blockquote>
	  <informaltable frame="none">
	    
	    <tgroup cols="4">

	      <thead>
		<row>
		  <entry align="left">Port</entry>
		  <entry align="left">CPU</entry>
		  <entry align="left">Machines</entry>
		  <entry align="left">Latest Release</entry>
		</row>
	      </thead>

	      <tbody id="ports-table-tier2">
		<row valign="top">
		  <entry><ulink url="acorn26/">acorn26</ulink></entry>
		  <entry>arm</entry>
		  <entry>Acorn Archimedes, A-series and R-series systems</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="acorn32/">acorn32</ulink></entry>
		  <entry>arm</entry>
		    <entry>Acorn RiscPC/A7000/NC and compatibles</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="algor/">algor</ulink></entry>
		  <entry>mips</entry>
		  <entry>Algorithmics MIPS evaluation boards</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="alpha/">alpha</ulink></entry>
		  <entry>alpha</entry>
		  <entry>Digital Alpha (64-bit)</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="amiga/">amiga</ulink></entry>
		  <entry>m68k</entry>
		  <entry>Commodore Amiga, MacroSystem DraCo</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="amigappc/">amigappc</ulink></entry>
		  <entry>powerpc</entry>
		  <entry>PowerPC-based Amiga boards</entry>
		  <entry>none</entry>
		</row>

		<row valign="top">
		  <entry><ulink url="arc/">arc</ulink></entry>
		  <entry>mips</entry>
		  <entry>Machines following the Advanced RISC Computing spec</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="atari/">atari</ulink></entry>
		  <entry>m68k</entry>
		  <entry>Atari TT030, Falcon, Hades</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="bebox/">bebox</ulink></entry>
		  <entry>powerpc</entry>
		  <entry>Be Inc's BeBox</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="cats/">cats</ulink></entry>
		  <entry>arm</entry>
		  <entry>Chalice Technology's Strong Arm evaluation board</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="cesfic/">cesfic</ulink></entry>
		  <entry>m68k</entry>
		  <entry>CES's FIC8234 VME processor board</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="cobalt/">cobalt</ulink></entry>
		  <entry>mips</entry>
		  <entry>Cobalt Networks' Microservers</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="dreamcast/">dreamcast</ulink></entry>
		  <entry><ulink url="sh3/">sh3</ulink></entry>
		  <entry>Sega Dreamcast game console</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="emips/">emips</ulink></entry>
		  <entry>mips</entry>
		  <entry>Machines based on "Extensible MIPS"</entry>
		  <entry>none</entry> <!-- "next" -->
		</row>

		<row valign="top">
		  <entry><ulink url="evbsh3/">evbsh3</ulink></entry>
		  <entry><ulink url="sh3/">sh3</ulink></entry>
		  <entry>Evaluation boards with Renesas (Hitachi) Super-H SH3 and SH4 CPUs</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="ews4800mips/">ews4800mips</ulink></entry>
		  <entry>mips</entry>
		  <entry>NEC's MIPS based EWS4800 workstations</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="hp300/">hp300</ulink></entry>
		  <entry>m68k</entry>
		  <entry>Hewlett-Packard 9000/300 and 400 series</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="hp700/">hp700</ulink></entry>
		  <entry>hppa</entry>
		  <entry>Hewlett-Packard 9000/700 series</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="hpcmips/">hpcmips</ulink></entry>
		  <entry>mips</entry>
		  <entry>MIPS based Windows CE PDA machines</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="hpcsh/">hpcsh</ulink></entry>
		  <entry><ulink url="sh3/">sh3</ulink></entry>
		  <entry>Renesas (Hitachi) SH3 and SH4 based Windows CE PDA machines</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="ia64/">ia64</ulink></entry>
		  <entry>itanium</entry>
		  <entry>Itanium family of processors</entry>
		  <entry>none</entry>
		</row>

		<row valign="top">
		  <entry><ulink url="ibmnws/">ibmnws</ulink></entry>
		  <entry>powerpc</entry>
		  <entry>IBM Network Station Series 1000</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="iyonix/">iyonix</ulink></entry>
		  <entry>arm</entry>
		  <entry>Iyonix ARM pc</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="landisk/">landisk</ulink></entry>
		  <entry><ulink url="sh3/">sh3</ulink></entry>
		  <entry>SH4 based NAS appliances by I-O DATA</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="luna68k/">luna68k</ulink></entry>
		  <entry>m68k</entry>
		  <entry>OMRON Tateisi Electronics' LUNA series</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="mac68k/">mac68k</ulink></entry>
		  <entry>m68k</entry>
		  <entry>Apple Macintosh</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="macppc/">macppc</ulink></entry>
		  <entry>powerpc</entry>
		  <entry>Apple Power Macintosh and clones</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="mipsco/">mipsco</ulink></entry>
		  <entry>mips</entry>
		  <entry>Mips family of workstations and servers</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="mmeye/">mmeye</ulink></entry>
		  <entry><ulink url="sh3/">sh3</ulink></entry>
		  <entry>Brains' mmEye Multi Media Server</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="mvme68k/">mvme68k</ulink></entry>
		  <entry>m68k</entry>
		  <entry>Motorola MVME 68k SBCs</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="mvmeppc/">mvmeppc</ulink></entry>
		  <entry>powerpc</entry>
		  <entry>Motorola MVME PowerPC SBCs</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		  
		<row valign="top">
		  <entry><ulink url="netwinder/">netwinder</ulink></entry>
		  <entry>arm</entry>
		  <entry>StrongARM based NetWinder machines</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="news68k/">news68k</ulink></entry>
		  <entry>m68k</entry>
		  <entry>Sony's m68k based "NET WORK STATION" series</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="newsmips/">newsmips</ulink></entry>
		  <entry>mips</entry>
		  <entry>Sony's MIPS based "NET WORK STATION" series</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="next68k/">next68k</ulink></entry>
		  <entry>m68k</entry>
		  <entry>NeXT 68k 'black' hardware</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="ofppc/">ofppc</ulink></entry>
		  <entry>powerpc</entry>
		  <entry>Generic OpenFirmware compliant PowerPC machines</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="pmax/">pmax</ulink></entry>
		  <entry>mips</entry>
		  <entry>Digital MIPS-based DECstations and DECsystems</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="prep/">prep</ulink></entry>
		  <entry>powerpc</entry>
		  <entry>PReP (PowerPC Reference Platform) and CHRP machines</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		  
		<row valign="top">
		  <entry><ulink url="rs6000/">rs6000</ulink></entry>
		  <entry>powerpc</entry>
		  <entry>MCA-based IBM RS/6000 workstations</entry>
		  <entry>none</entry>
		</row>
		  
		<row valign="top">
		  <entry><ulink url="sandpoint/">sandpoint</ulink></entry>
		  <entry>powerpc</entry>
		  <entry>Motorola Sandpoint reference platform</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="sbmips/">sbmips</ulink></entry>
		  <entry>mips</entry>
		  <entry>Broadcom SiByte evaluation boards</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="sgimips/">sgimips</ulink></entry>
		  <entry>mips</entry>
		  <entry>Silicon Graphics' MIPS-based workstations</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="shark/">shark</ulink></entry>
		  <entry>arm</entry>
		  <entry>Digital DNARD ("shark")</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="sparc/">sparc</ulink></entry>
		  <entry>sparc</entry>
		  <entry>Sun SPARC (32-bit)</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="sun2/">sun2</ulink></entry>
		  <entry>m68k</entry>
		  <entry>Sun 2</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="sun3/">sun3</ulink></entry>
		  <entry>m68k</entry>
		  <entry>Sun 3 and 3x</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="vax/">vax</ulink></entry>
		  <entry>vax</entry>
		  <entry>Digital VAX</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="x68k/">x68k</ulink></entry>
		  <entry>m68k</entry>
		  <entry>Sharp X680x0 series</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>

		<row valign="top">
		  <entry><ulink url="zaurus/">zaurus</ulink></entry>
		  <entry>arm</entry>
		  <entry>Sharp C3x00 series PDA</entry>
		  <entry><ulink url="../releases/formal-&release.latest.major;/">&release.latest;</ulink></entry>
		</row>
	      </tbody>
	    </tgroup>
	  </informaltable>
	</blockquote>
      </sect3>

      <sect3 id="ports-tier3">
	<title>Tier III: Life Support &mdash; severely incapacitated or broken</title>

	<para>
	  Ports are moved to life support if they no longer function.
	  The reasons can range from lack of community interest to
	  the hardware becoming so rare that it is simply not
	  available any more.  If ports in life support are not
	  shown to be working within a reasonable timeframe, they
	  will be moved to the Attic.  The guidelines are as follows:
	</para>

	<itemizedlist>
	  <listitem>
	    Organic ports get moved here if they do not complete a build
	    for 6 months or are otherwise suspected to be broken.
	  </listitem>
	  <listitem>
	    It is the responsibility of the users of an organic port to show
	    it is working, not the other way around.
	  </listitem>
	  <listitem>
	    Movement to life support causes a mail to be sent out to the port
	    mailing list and the portmaster.
	  </listitem>
	  <listitem>
	    Port will be bumped up to organic when it is shown to be working.
	  </listitem>
	  <listitem>
	    If the port is not reported fixed within the next 6-12 months,
	    it will be moved to the Attic.
	  </listitem>
	</itemizedlist>

	<para>
	  Currently there are no ports with Tier III status.
	</para>

      </sect3>
    </sect2>
    <sect2>
      <title>CPU architectures</title>
      
      <sect3 id="ports-by-cpu">
	<title>Ports by CPU architecture</title>
	
	<para>This table contains the same set of ports as in the above list,
	  but ordered by MACHINE_ARCH CPU architecture value (returned by
	  'uname -p') and showing a total of
	  <count-children parent="ports-by-cpu-table" element="row" />
	  CPU types. Machines of the same MACHINE_ARCH share the same
	  userland binaries (with a few device specific exceptions).
	  Both big endian (eb) and little endian (el) MIPS and SH3
	  ports are supported.</para>

        <blockquote>
	  <informaltable id="ports-by-cpu-table" frame="none">

	    <tgroup cols="3">
	      <colspec colname="c1"/>
	      <colspec colname="c2"/>
	      <colspec colname="c3"/>
	    
	      <thead>
		<row>
		  <entry align="left">CPU</entry>
		  <entry align="left">Tier(s)</entry>
		  <entry align="left">Port(s)</entry>
		</row>
	      </thead>
	      
	      <tbody>
		<row valign="top">
		  <entry>alpha</entry>
		  <entry>II</entry>
		  <entry><ulink url="alpha/">alpha</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry>arm</entry>
		  <entry>I, II</entry>
		  <entry><ulink url="acorn26/">acorn26</ulink>&nbsp;
		    <ulink url="acorn32/">acorn32</ulink>&nbsp;
		    <ulink url="cats/">cats</ulink>&nbsp;
		    <ulink url="evbarm/">evbarm</ulink>&nbsp;
		    <ulink url="hpcarm/">hpcarm</ulink>&nbsp;
		    <ulink url="iyonix/">iyonix</ulink>&nbsp;
		    <ulink url="netwinder/">netwinder</ulink>&nbsp;
		    <ulink url="shark/">shark</ulink>&nbsp;
		    <ulink url="zaurus/">zaurus</ulink>&nbsp;
		  </entry>
		</row>
		
		<row valign="top">
		  <entry>hppa</entry>
		  <entry>II</entry>
		  <entry><ulink url="hp700/">hp700</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry>i386</entry>
		  <entry>I</entry>
		  <entry><ulink url="i386/">i386</ulink>&nbsp;
		    <ulink url="xen/">xen</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry>m68010</entry>
		  <entry>II</entry>
		  <entry><ulink url="sun2/">sun2</ulink>&nbsp;</entry>
		</row>
		  
		<row valign="top">
		  <entry>m68k</entry>
		  <entry>II</entry>
		  <entry><ulink url="amiga/">amiga</ulink>&nbsp;
		    <ulink url="atari/">atari</ulink>&nbsp;
		    <ulink url="cesfic/">cesfic</ulink>&nbsp;
		    <ulink url="hp300/">hp300</ulink>&nbsp;
		    <ulink url="luna68k/">luna68k</ulink>&nbsp;
		    <ulink url="mac68k/">mac68k</ulink>&nbsp;
		    <ulink url="mvme68k/">mvme68k</ulink>&nbsp;
		    <ulink url="news68k/">news68k</ulink>&nbsp;
		    <ulink url="next68k/">next68k</ulink>&nbsp;
		    <ulink url="sun3/">sun3</ulink>&nbsp;
		    <ulink url="x68k/">x68k</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry>mipseb</entry>
		  <entry>I, II</entry>
		  <entry>
		    <ulink url="emips/">emips</ulink>&nbsp;
		    <ulink url="evbmips/">evbmips</ulink>
		    <ulink url="ews4800mips/">ews4800mips</ulink>&nbsp;
		    <ulink url="mipsco/">mipsco</ulink>&nbsp;
		    <ulink url="newsmips/">newsmips</ulink>&nbsp;
		    <ulink url="sbmips/">sbmips</ulink>
		    <ulink url="sgimips/">sgimips</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry>mipsel</entry>
		  <entry>I, II</entry>
		  <entry><ulink url="algor/">algor</ulink>&nbsp;
		    <ulink url="arc/">arc</ulink>&nbsp;
		    <ulink url="cobalt/">cobalt</ulink>&nbsp;
		    <ulink url="evbmips/">evbmips</ulink>&nbsp;
		    <ulink url="hpcmips/">hpcmips</ulink>&nbsp;
		    <ulink url="pmax/">pmax</ulink>&nbsp;
		    <ulink url="sbmips/">sbmips</ulink>&nbsp;</entry>
		</row>
		
		<row valign="top">
		  <entry>powerpc</entry>
		  <entry>I, II</entry>
		  <entry><ulink url="amigappc/">amigappc</ulink>&nbsp;
		    <ulink url="bebox/">bebox</ulink>&nbsp;
		    <ulink url="evbppc/">evbppc</ulink>
		    <ulink url="ibmnws/">ibmnws</ulink>
		    <ulink url="macppc/">macppc</ulink>&nbsp;
		    <ulink url="mvmeppc/">mvmeppc</ulink>&nbsp;
		    <ulink url="ofppc/">ofppc</ulink>&nbsp;
		    <ulink url="prep/">prep</ulink>&nbsp;
		    <ulink url="rs6000/">rs6000</ulink>&nbsp;
		    <ulink url="sandpoint/">sandpoint</ulink>&nbsp;</entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="sh3/">sh3eb</ulink></entry>
		  <entry>II</entry>
		  <entry><ulink url="evbsh3/">evbsh3</ulink>
		    <ulink url="mmeye/">mmeye</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry><ulink url="sh3/">sh3el</ulink></entry>
		  <entry>II</entry>
		  <entry><ulink url="dreamcast/">dreamcast</ulink>&nbsp;
		    <ulink url="evbsh3/">evbsh3</ulink>&nbsp;
		    <ulink url="landisk/">landisk</ulink>&nbsp;
		    <ulink url="hpcsh/">hpcsh</ulink>&nbsp;</entry>
		</row>
		
		<row valign="top">
		  <entry>sparc</entry>
		  <entry>II</entry>
		  <entry><ulink url="sparc/">sparc</ulink>&nbsp;</entry>
		</row>
		
		<row valign="top">
		  <entry>sparc64</entry>
		  <entry>I</entry>
		  <entry><ulink url="sparc64/">sparc64</ulink> (Can also run sparc binaries)</entry>
		</row>
		
		<row valign="top">
		  <entry>vax</entry>
		  <entry>II</entry>
		  <entry><ulink url="vax/">vax</ulink></entry>
		</row>
		
		<row valign="top">
		  <entry>x86_64</entry>
		  <entry>I</entry>
		  <entry><ulink url="amd64/">amd64</ulink> (Can also run i386 binaries), xen</entry>
		</row>
	      </tbody>
	    </tgroup>
	  </informaltable>
        </blockquote>
      </sect3>
    </sect2>
  </sect1>
</webpage>

