doc/zh_CN/platforms/amd64.sgml
Hiroki Sato 5305bb945d www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/navibar.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:26:51 +00:00

69 lines
2.5 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/zh_CN/platforms/amd64.sgml,v 1.1 2006/07/11 15:27:49 delphij Exp $">
<!ENTITY title "FreeBSD/amd64 Project">
<!ENTITY email 'freebsd-amd64'>
<!ENTITY % navinclude.developers "INCLUDE">
]>
<!-- The FreeBSD Simplified Chinese Document Project -->
<!-- Original Revision 1.15 -->
<html>
&header;
<a href="&enbase;/gifs/daemon_hammer.jpg"><img src="&enbase;/gifs/daemon_hammer-tn15.jpg" align=right border=0 alt="BSD Daemon swinging a sledge hammer"></a>
<p>本页包含的信息是关于如何将 FreeBSD 移植到<a
href="http://www.amd.com/">AMD</a> 的 AMD64 和
<a href="http://developer.intel.com/technology/64bitextensions/">Intel&reg; EM64T</a>
(Extended Memory 64-bit Technology)架构。 AMD64
架构以前常被称为 x86-64 或者“Hammer(铁锤)”。
Intel EM64T 架构以前常被称为 IA-32eClackamas 技术和 Yamhell。</p>
<p>The AMD Opteron&trade;、 AMD Athlon&trade; 64、 AMD Turion&trade; 64
和较新的 AMD Sempron&trade; 处理器使用 AMD64 架构。</p>
<h3>状态:</h3>
<p>当前 FreeBSD/amd64 可运行在 64 位多用户模式,单处理器模式和多处理器模式。</p>
<p>AMD64 平台目前是 <a
href="&enbase;/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">Tier
1</a> 的 FreeBSD 平台。</p>
<h3>FreeBSD/amd64 专属资源</h3>
<ul>
<li><a href="amd64/motherboards.html">支持的主板列表</a></li>
<li><a href="http://lists.freebsd.org/mailman/listinfo/freebsd-amd64">FreeBSD/amd64 邮件列表</a></li>
</ul>
<h3>其他相关链接</h3>
<h4>AMD64 文档</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 架构定义</a></li>
<li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24592.pdf">
AMD64 架构应用编写员手册</a></li>
<li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24593.pdf">
AMD64 架构系统编写员手册</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 白皮书</a></li>
</ul>
<h4>软件工具</h4>
<ul>
<li><a href="http://www.x86-64.org/downloads">Bochs 和 Simics
模拟器及工具</a></li>
</ul>
<h4>相关项目</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>