- Rename x86-64.sgml to amd64.sgml (no repo copy since there isn't

much interesting history to save).
- Update the status of the FreeBSD/amd64 port.
- Sort the platform list alphabetically.
- Add dummy redirect page from x86-64.sgml to amd64.sgml. [1]

Not objected to by:	-www [1]
Reviewed by:	obrien (current FreeBSD/amd64 port status)
Approved by:	ceri (mentor)
This commit is contained in:
Simon L. B. Nielsen 2003-08-17 14:24:56 +00:00
parent fa5fdb8bca
commit 6c790a9908
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17896
4 changed files with 84 additions and 52 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/platforms/Makefile,v 1.5 2003/01/20 00:04:22 marcel Exp $
# $FreeBSD: www/en/platforms/Makefile,v 1.6 2003/07/18 20:27:46 hrs Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -8,6 +8,7 @@
.endif
DOCS= alpha.sgml
DOCS+= amd64.sgml
DOCS+= ia64.sgml
DOCS+= index.sgml
DOCS+= mips.sgml

61
en/platforms/amd64.sgml Normal file
View file

@ -0,0 +1,61 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD/amd64 Project">
<!ENTITY email 'freebsd-amd64'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<a href="../gifs/daemon_hammer.jpg"><img src="../gifs/daemon_hammer-tn15.jpg" align=right border=0 alt="BSD Daemon swinging a sledge hammer"></a>
<p>This page contains information the FreeBSD port to <a
href="http://www.amd.com/">AMD's</a> AMD64 architecture. The AMD64
architecture was previously known as x86-64 or ``Hammer''.</p>
<p>The AMD Opteron&trade; and upcoming AMD Athlon&trade; 64 processors
use the AMD64 architecture.</p>
<h3>Status:</h3>
<p>Currently FreeBSD/amd64 runs in 64-bit multiuser mode.
Multiprocessor hardware is supported, but currently only running in
uniprocessor mode.</p>
<p>The AMD64 platform is currently a <a
href="&base;/../doc/en_US.ISO8859-1/articles/committers-guide/archs.html">Tier
2</a> FreeBSD platform.</p>
<h3>FreeBSD/amd64 Specific Links</h3>
<ul>
<li><a href="mailto:freebsd-amd64@FreeBSD.org">FreeBSD/amd64 mailing list</a></li>
</ul>
<h3>Other Links of Interest</h3>
<h4>AMD64 Documentation</h4>
<ul>
<li><a href="http://www.amd.com/products/cpg/64bit/pdf/x86-64_overview.pdf">
AMD x86-64 Architecture Specification</a></li>
<li><a href="http://www.x86-64.org/abi.pdf">
AMD x86-64 DRAFT Processor-specific Application Binary Interface Specification</a></li>
<li><a href="http://www.x86-64.org/documentation_folder/white_paper.pdf">
AMD x86-64 whitepaper</a></li>
</ul>
<h4>Software Tools</h4>
<ul>
<li><a href="http://www.x86-64.org/downloads">AMD SimNow! x86-64 Linux
Simulator and Tools</a></li>
</ul>
<h4>Related Projects</h4>
<ul>
<li><a href="http://www.x86-64.org/kernel_folder/kernel">Linux / x86-64</a></li>
<li><a href="http://www.NetBSD.org/Ports/amd64/">NetBSD/amd64</a></li>
</ul>
&footer;
</body>
</html>

View file

@ -2,7 +2,7 @@
<!ENTITY base CDATA "..">
<!ENTITY email 'freebsd-www'>
<!ENTITY title "Supported Platforms">
<!ENTITY date "$FreeBSD: www/en/platforms/index.sgml,v 1.8 2003/06/30 03:37:29 rushani Exp $">
<!ENTITY date "$FreeBSD: www/en/platforms/index.sgml,v 1.9 2003/07/18 20:27:46 hrs Exp $">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
<html>
@ -19,12 +19,12 @@
<ul>
<li><a href="alpha.html">FreeBSD/alpha Project</a></li>
<li><a href="amd64.html">FreeBSD/amd64 Project</a></li>
<li><a href="ia64/index.html">FreeBSD/ia64 Project</a></li>
<li><a href="mips.html">FreeBSD/MIPS Project</a></li>
<li><a href="pc98.html">FreeBSD/pc98 Project</a></li>
<li><a href="ppc.html">FreeBSD/ppc Project</a></li>
<li><a href="sparc.html">FreeBSD/sparc64 Project</a></li>
<li><a href="x86-64.html">FreeBSD/amd64 Project</a></li>
</ul>
<h2>Comments and Feedback</h2>
@ -37,6 +37,9 @@
<li>For the FreeBSD/alpha port, <a
href="mailto:freebsd-alpha@FreeBSD.org">freebsd-alpha@FreeBSD.org</a></li>
<li>For the FreeBSD/amd64 port, <a
href="mailto:freebsd-amd64@FreeBSD.org">freebsd-amd64@FreeBSD.org</a></li>
<li>For the FreeBSD/ia64 port, <a
href="mailto:freebsd-ia64@FreeBSD.org">freebsd-ia64@FreeBSD.org</a></li>
@ -52,9 +55,6 @@
<li>For the FreeBSD/sparc64 port, <a
href="mailto:freebsd-sparc@FreeBSD.org">freebsd-sparc@FreeBSD.org</a></li>
<li>For the FreeBSD/amd64 port, <a
href="mailto:freebsd-amd64@FreeBSD.org">freebsd-amd64@FreeBSD.org</a></li>
<li>For general architecture questions, <a
href="mailto:freebsd-arch@FreeBSD.org">freebsd-arch@FreeBSD.org</a></li>
</ul>

View file

@ -1,54 +1,24 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/platforms/x86-64.sgml,v 1.12 2003/05/08 15:37:26 obrien Exp $">
<!ENTITY title "FreeBSD/amd64 Project">
<!ENTITY email 'freebsd-amd64'>
<!ENTITY date "$FreeBSD: www/en/platforms/x86-64.sgml,v 1.13 2003/06/30 03:37:29 rushani Exp $">
<!ENTITY title "FreeBSD/x86-64 Project">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<head>
<meta http-equiv="refresh" content="5;url=&base;/platforms/amd64.html">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>&title;</title>
</head>
<a href="../gifs/daemon_hammer.jpg"><IMG SRC="../gifs/daemon_hammer-tn15.jpg" ALIGN=right BORDER=0 ALT="BSD Daemon swinging a sledge hammer"></A>
<body bgcolor="#ffffff">
<p>The FreeBSD x86-64 port has been renamed <a
href="&base;/platforms/amd64.html">amd64</a>. You should be
automatically redirected to the new project page in a few
seconds. If not, please follow the link and update your
bookmarks.</p>
<p>This page contains information about porting FreeBSD to AMD's
upcoming x86-64 ``Hammer'' architecture.</p>
<h3>Latest News</h3>
<h3>What needs to be done</h3>
<p><a href="http://www.x86-64.org/downloads/">AMD's SimNow! x86-64
simulator</a> is currently less than ideal for FreeBSD development due to
its slowness.</p>
<H3>FreeBSD/amd64 Specific Links</H3>
<UL>
<LI><A HREF="mailto:freebsd-amd64@FreeBSD.org">FreeBSD/amd64 mailing list</A></LI>
</UL>
<H3>Other Links of Interest</H3>
<H4>x86-64 Documentation</H4>
<UL>
<li><a href="http://www.amd.com/products/cpg/64bit/pdf/x86-64_overview.pdf">
AMD x86-64 Architecture Specification</a></li>
<li><a href="http://www.x86-64.org/abi.pdf">
AMD x86-64 DRAFT Processor-specific Application Binary Interface Specification</a></li>
<li><a href="http://www.x86-64.org/documentation_folder/white_paper.pdf">
AMD x86-64 whitepaper</a></li>
</UL>
<H4>Software Tools</h4>
<ul>
<li><a href="http://www.x86-64.org/downloads">AMD SimNow! x86-64 Linux
Simulator and Tools</a></li>
</ul>
<H4>Related Projects</H4>
<UL>
<LI><A HREF="http://www.x86-64.org/kernel_folder/kernel">Linux / x86-64</A></LI>
<LI><A HREF="http://www.NetBSD.org/Ports/amd64/">NetBSD/amd64</A></LI>
</UL>
&footer;
</body>
<p>We apologize for the inconvenience.</p>
</body>
</html>