99 lines
		
	
	
	
		
			3.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			99 lines
		
	
	
	
		
			3.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
 | 
						|
				"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
 | 
						|
<!ENTITY base "../..">
 | 
						|
<!ENTITY email "freebsd-ia64">
 | 
						|
<!ENTITY title "FreeBSD/ia64 Project">
 | 
						|
<!ENTITY % navinclude.developers "INCLUDE">
 | 
						|
]>
 | 
						|
 | 
						|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 | 
						|
  <xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
 | 
						|
 | 
						|
  <xsl:variable name="date" select="'$FreeBSD: www/en/platforms/ia64/index.xsl,v 1.6 2006/08/19 21:20:41 hrs Exp $'"/>
 | 
						|
 | 
						|
  <xsl:output doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
 | 
						|
    encoding="iso-8859-1" method="html"/>
 | 
						|
  <xsl:template match="/">
 | 
						|
    <html>
 | 
						|
      &header1;
 | 
						|
      <body>
 | 
						|
 | 
						|
	<div id="CONTAINERWRAP">
 | 
						|
	  <div id="CONTAINER">
 | 
						|
	    &header2;
 | 
						|
 | 
						|
	    <div id="CONTENT">
 | 
						|
	      <div id="SIDEWRAP">
 | 
						|
                &nav;
 | 
						|
              </div> <!-- SIDEWRAP -->
 | 
						|
 | 
						|
	      <div id="CONTENTWRAP">
 | 
						|
		&header3;
 | 
						|
 | 
						|
		<img align="right" alt="McKinley die" src="mckinley-die.png"/>
 | 
						|
 | 
						|
		<p>Search the ia64 mailing list archives:</p>
 | 
						|
 | 
						|
		<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
 | 
						|
		  <input name="words" size="50" type="text"/>
 | 
						|
		  <input name="max" type="hidden" value="25"/>
 | 
						|
		  <input name="source" type="hidden" value="freebsd-ia64"/>
 | 
						|
		  <input type="submit" value="Go"/>
 | 
						|
		</form>
 | 
						|
 | 
						|
		<h3><a name="toc">Table Of Contents</a></h3>
 | 
						|
 | 
						|
		<ul>
 | 
						|
		  <li>
 | 
						|
		    <a href="#intro">Introduction</a>
 | 
						|
		  </li>
 | 
						|
		  <li>
 | 
						|
		    <a href="#status">Current status</a>
 | 
						|
		  </li>
 | 
						|
		  <li>
 | 
						|
		    <a href="todo.html">What Needs To Be Done</a>
 | 
						|
		  </li>
 | 
						|
		  <li>
 | 
						|
		    <a href="machines.html">Hardware List</a>
 | 
						|
		  </li>
 | 
						|
		  <li>
 | 
						|
		    <a href="refs.html">References</a>
 | 
						|
		  </li>
 | 
						|
		</ul>
 | 
						|
 | 
						|
		<h3><a name="intro">Introduction</a></h3>
 | 
						|
 | 
						|
		<p>The FreeBSD/ia64 project pages contain information about the
 | 
						|
		  FreeBSD port to Intel's IA-64 architecture; officially known as
 | 
						|
		  the Intel Itanium® Processor Family (IPF).  As with the port
 | 
						|
		  itself, these pages are still mostly a work in progress.</p>
 | 
						|
 | 
						|
		<h3><a name="status">Current status</a></h3>
 | 
						|
 | 
						|
		<p>The ia64 port is still considered a tier 2 platform. This boils
 | 
						|
		  down to not being fully supported by our security officer, release
 | 
						|
		  engineers and toolchain maintainers. In practice however the
 | 
						|
		  distinction between a tier 1 platform (which is fully supported)
 | 
						|
		  and a tier 2 platform is not as strict as it seems. In almost all
 | 
						|
		  aspects the ia64 port is a tier 1 platform.
 | 
						|
		  <br/>
 | 
						|
		  From a developer point of view there's an advantage to have the ia64
 | 
						|
		  port be a tier 2 platform for a while longer. We still have a couple
 | 
						|
		  of ABI breaking changes in the pipeline and having to maintain
 | 
						|
		  backward compatibility this early in a ports life is less than
 | 
						|
		  ideal.</p>
 | 
						|
	      </div> <!-- CONTENTWRAP -->
 | 
						|
 | 
						|
	      <br class="clearboth" />
 | 
						|
	    </div> <!-- CONTENT -->
 | 
						|
 | 
						|
            <div id="FOOTER">
 | 
						|
               ©right;<br />
 | 
						|
               &date;
 | 
						|
            </div> <!-- FOOTER -->
 | 
						|
	  </div> <!-- CONTAINER -->
 | 
						|
	</div> <!-- CONTAINERWRAP -->
 | 
						|
      </body>
 | 
						|
    </html>
 | 
						|
  </xsl:template>
 | 
						|
</xsl:stylesheet>
 |