- 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.
70 lines
2.7 KiB
Text
70 lines
2.7 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD: www/ja/platforms/amd64.sgml,v 1.6 2005/10/04 16:21:47 hrs Exp $">
|
|
<!ENTITY title "FreeBSD/amd64 プロジェクト">
|
|
<!ENTITY email 'freebsd-amd64'>
|
|
<!ENTITY % navinclude.developers "INCLUDE">
|
|
]>
|
|
<!-- The FreeBSD Japanese Documentation Project -->
|
|
<!-- Original revision: 1.9 -->
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<a href="&enbase;/gifs/daemon_hammer.jpg"><img src="&enbase;/gifs/daemon_hammer-tn15.jpg" align=right border=0 alt="大槌を振る BSD デーモン"></a>
|
|
|
|
<p>このページは <a href="http://www.amd.com/">AMD 社</a> の
|
|
AMD64 アーキテクチャ、および
|
|
<a href="http://developer.intel.com/technology/64bitextensions/">Intel EM64T</a>
|
|
(Extended Memory 64-bit Technology) アーキテクチャへの
|
|
FreeBSD の移植に関する情報をまとめたものです。
|
|
AMD64 アーキテクチャは、以前は x86-64 または
|
|
``Hammer'' として、Intell EM64T アーキテクチャは
|
|
64ビット拡張技術または IA-32e として知られていました。</p>
|
|
|
|
<p>AMD Opteron™ および AMD Athlon™ 64 プロセッサは AMD64
|
|
アーキテクチャを採用しています。</p>
|
|
|
|
<h3>現状</h3>
|
|
|
|
<p>現在、FreeBSD/amd64 は単一プロセッサモード、マルチプロセッサモードの両方において、
|
|
64 ビットのマルチユーザーモードで動作します。</p>
|
|
|
|
<p>AMD64 プラットフォームは現在、<a
|
|
href="&base;/../doc/en_US.ISO8859-1/articles/committers-guide/archs.html">Tier
|
|
1</a> FreeBSD プラットフォームです。</p>
|
|
|
|
<h3>FreeBSD/amd64 関連リンク</h3>
|
|
<ul>
|
|
<li><a href="mailto:freebsd-amd64@FreeBSD.org">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 プロセッサー固有アプリケーションバイナリインタフェース (ABI) 仕様草案</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>
|