View | Details | Raw Unified | Return to bug 53802
Collapse All | Expand All

(-)index.sgml (-3 / +3 lines)
Lines 23-29 Link Here
23
    <li><a href="mips.html">FreeBSD/MIPS Project</a></li>
23
    <li><a href="mips.html">FreeBSD/MIPS Project</a></li>
24
    <li><a href="ppc.html">FreeBSD/ppc Project</a></li>
24
    <li><a href="ppc.html">FreeBSD/ppc Project</a></li>
25
    <li><a href="sparc.html">FreeBSD/sparc64 Project</a></li>
25
    <li><a href="sparc.html">FreeBSD/sparc64 Project</a></li>
26
    <li><a href="x86-64.html">FreeBSD/x86-64 Project</a></li>
26
    <li><a href="x86-64.html">FreeBSD/amd64 Project</a></li>
27
  </ul>
27
  </ul>
28
28
29
  <h2>Comments and Feedback</h2>
29
  <h2>Comments and Feedback</h2>
Lines 48-55 Link Here
48
    <li>For the FreeBSD/sparc64 port, <a
48
    <li>For the FreeBSD/sparc64 port, <a
49
      href="mailto:freebsd-sparc@FreeBSD.org">freebsd-sparc@FreeBSD.org</a></li>
49
      href="mailto:freebsd-sparc@FreeBSD.org">freebsd-sparc@FreeBSD.org</a></li>
50
50
51
    <li>For the FreeBSD/x86-64 port, <a
51
    <li>For the FreeBSD/amd64 port, <a
52
      href="mailto:freebsd-hackers@FreeBSD.org">freebsd-hackers@FreeBSD.org</a></li>
52
      href="mailto:freebsd-amd64@FreeBSD.org">freebsd-amd64@FreeBSD.org</a></li>
53
53
54
    <li>For general architecture questions, <a
54
    <li>For general architecture questions, <a
55
      href="mailto:freebsd-arch@FreeBSD.org">freebsd-arch@FreeBSD.org</a></li>
55
      href="mailto:freebsd-arch@FreeBSD.org">freebsd-arch@FreeBSD.org</a></li>
(-)x86-64.sgml (-4 / +4 lines)
Lines 1-8 Link Here
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
2
<!ENTITY base CDATA "..">
2
<!ENTITY base CDATA "..">
3
<!ENTITY date "$FreeBSD: www/en/platforms/x86-64.sgml,v 1.12 2003/05/08 15:37:26 obrien Exp $">
3
<!ENTITY date "$FreeBSD: www/en/platforms/x86-64.sgml,v 1.12 2003/05/08 15:37:26 obrien Exp $">
4
<!ENTITY title "FreeBSD/x86-64 Project">
4
<!ENTITY title "FreeBSD/amd64 Project">
5
<!ENTITY email 'freebsd-hackers'>
5
<!ENTITY email 'freebsd-amd64'>
6
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
6
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
7
]>
7
]>
8
 
8
 
Lines 21-29 Link Here
21
simulator</a> is currently less than ideal for FreeBSD development due to
21
simulator</a> is currently less than ideal for FreeBSD development due to
22
its slowness.</p>
22
its slowness.</p>
23
23
24
<H3>FreeBSD/x86-64 Specific Links</H3>
24
<H3>FreeBSD/amd64 Specific Links</H3>
25
<UL>
25
<UL>
26
<LI><A HREF="mailto:hackers@FreeBSD.org">FreeBSD/x86-64 mailing list</A></LI>
26
<LI><A HREF="mailto:freebsd-amd64@FreeBSD.org">FreeBSD/amd64 mailing list</A></LI>
27
</UL>
27
</UL>
28
28
29
<H3>Other Links of Interest</H3>
29
<H3>Other Links of Interest</H3>

Return to bug 53802