doc/en/platforms/amd64.sgml
Hiroki Sato cfd9e12239 www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/nabibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>?share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:20:54 +00:00

69 lines
2.7 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/platforms/amd64.sgml,v 1.15 2006/04/03 15:18:16 blackend Exp $">
<!ENTITY title "FreeBSD/amd64 Project">
<!ENTITY email 'freebsd-amd64'>
<!ENTITY % navinclude.developers "INCLUDE">
]>
<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 of the FreeBSD port to <a
href="http://www.amd.com/">AMD's</a> AMD64 and
<a href="http://developer.intel.com/technology/64bitextensions/">Intel&reg; EM64T</a>
(Extended Memory 64-bit Technology) architecture. The AMD64
architecture was previously known as x86-64 or ``Hammer.''
The Intel EM64T architecture was previously known as
IA-32e, Clackamas Technology (CT), and Yamhill.</p>
<p>The AMD Opteron&trade;, AMD Athlon&trade; 64, AMD Turion&trade; 64
and newer AMD Sempron&trade; processors
use the AMD64 architecture.</p>
<h3>Status:</h3>
<p>Currently FreeBSD/amd64 runs in 64-bit multiuser mode, in both
Uniprocessor and Multiprocessor mode.</p>
<p>The AMD64 platform is currently a <a
href="&base;/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">Tier
1</a> FreeBSD platform.</p>
<h3>FreeBSD/amd64 Specific Resources</h3>
<ul>
<li><a href="amd64/motherboards.html">List of supported motherboards</a></li>
<li><a href="http://lists.freebsd.org/mailman/listinfo/freebsd-amd64">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/us-en/assets/content_type/white_papers_and_tech_docs/x86-64_overview.pdf">
AMD x86-64 Architecture Specification</a></li>
<li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24592.pdf">
AMD64 Architecture Application Programmer's Manual</a></li>
<li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24593.pdf">
AMD64 Architecture System Programmer's Manual</a></li>
<li><a href="http://www.x86-64.org/documentation/abi.pdf">
AMD x86-64 DRAFT Processor-specific Application Binary Interface Specification</a></li>
<li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/x86-64_wp.pdf">
AMD x86-64 whitepaper</a></li>
</ul>
<h4>Software Tools</h4>
<ul>
<li><a href="http://www.x86-64.org/downloads">Bochs and Simics
Simulators and Tools</a></li>
</ul>
<h4>Related Projects</h4>
<ul>
<li><a href="http://www.amd64.org/">Linux / AMD64</a></li>
<li><a href="http://www.NetBSD.org/Ports/amd64/">NetBSD/amd64</a></li>
</ul>
&footer;
</html>