Add AMD64 to the list of supported architectures in the main text

since it's now Tier 1.

PR:		www/59579
Submitted by:	Josef El-Rayes <j.el-rayes@daemon.li>
This commit is contained in:
Simon L. B. Nielsen 2003-12-08 19:20:10 +00:00
parent 358cd9600a
commit e0a72db19a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19111

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/index.xsl,v 1.87 2003/12/08 16:38:22 trhodes Exp $ -->
<!-- $FreeBSD: www/en/index.xsl,v 1.88 2003/12/08 17:12:55 trhodes Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -6,7 +6,7 @@
<xsl:import href="news/includes.xsl"/>
<xsl:variable name="base" select="'.'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.87 2003/12/08 16:38:22 trhodes Exp $'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.88 2003/12/08 17:12:55 trhodes Exp $'"/>
<xsl:variable name="title" select="'The FreeBSD Project'"/>
<!-- these params should be externally bound. The values
@ -223,7 +223,7 @@
<h2><font color="#990000">What is FreeBSD?</font></h2>
<p>FreeBSD is an advanced operating system for
x86 compatible, DEC Alpha, IA-64, PC-98 and UltraSPARC&#174; architectures.
x86 compatible, AMD64, DEC Alpha, IA-64, PC-98 and UltraSPARC&#174; architectures.
It is derived from BSD, the version of <xsl:value-of select="$unix"/>
developed at
the University of California, Berkeley.