Hook the x86-64 page up to the index.
Reminded by: phantom
This commit is contained in:
parent
28ea58d8f4
commit
0c420af272
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9405
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY title "Supported Platforms">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/index.sgml,v 1.1 2000/11/30 18:56:25 jim Exp $">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
|
||||
|
||||
<html>
|
||||
|
@ -20,7 +20,8 @@
|
|||
<li><a href="alpha.html">FreeBSD/Alpha Project</a></li>
|
||||
<li><a href="ia64.html">FreeBSD/IA-64 Project</a></li>
|
||||
<li><a href="ppc.html">FreeBSD/PPC Project</a></li>
|
||||
<li><a href="sparc.html">FreeBSD/Sparc Project</a></li>
|
||||
<li><a href="sparc.html">FreeBSD/Sparc64 Project</a></li>
|
||||
<li><a href="x86-64.html">FreeBSD/x86-64 Project</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Comments and Feedback</h2>
|
||||
|
@ -39,9 +40,12 @@
|
|||
<li>For the FreeBSD/PPC port, <a
|
||||
href="mailto:freebsd-ppc@FreeBSD.org">freebsd-ppc@FreeBSD.org</a></li>
|
||||
|
||||
<li>For the FreeBSD/Sparc port, <a
|
||||
<li>For the FreeBSD/Sparc64 port, <a
|
||||
href="mailto:freebsd-sparc@FreeBSD.org">freebsd-sparc@FreeBSD.org</a></li>
|
||||
|
||||
<li>For the FreeBSD/x86-64 port, <a
|
||||
href="mailto:freebsd-hackers@FreeBSD.org">freebsd-hackers@FreeBSD.org</a></li>
|
||||
|
||||
<li>For general architechture questions, <a
|
||||
href="mailto:freebsd-arch@FreeBSD.org">freebsd-arch@FreeBSD.org</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue