Add platforms/amd64.sgml and activate it.
(new) -> 1.4 platforms/amd64.sgml Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org> Reference: [doc-jp-work 730]
This commit is contained in:
parent
bce6e56a71
commit
fba926f09e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18475
2 changed files with 66 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $FreeBSD: www/ja/platforms/Makefile,v 1.3 2002/02/17 15:24:36 hanai Exp $
|
# $FreeBSD: www/ja/platforms/Makefile,v 1.4 2003/10/15 06:34:41 rushani Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.7
|
# Original revision: 1.7
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS= alpha.sgml
|
DOCS= alpha.sgml
|
||||||
#DOCS+= amd64.sgml
|
DOCS+= amd64.sgml
|
||||||
DOCS+= ia64.sgml
|
DOCS+= ia64.sgml
|
||||||
DOCS+= index.sgml
|
DOCS+= index.sgml
|
||||||
#DOCS+= mips.sgml
|
#DOCS+= mips.sgml
|
||||||
|
|
64
ja/platforms/amd64.sgml
Normal file
64
ja/platforms/amd64.sgml
Normal file
|
@ -0,0 +1,64 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
|
<!ENTITY base CDATA "..">
|
||||||
|
<!ENTITY date "$FreeBSD$">
|
||||||
|
<!ENTITY title "FreeBSD/amd64 Project">
|
||||||
|
<!ENTITY email 'freebsd-amd64'>
|
||||||
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
|
]>
|
||||||
|
<!-- The FreeBSD Japanese Documentation Project -->
|
||||||
|
<!-- Original Revision: 1.4 -->
|
||||||
|
|
||||||
|
<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 アーキテクチャへの FreeBSD の移植に関する情報をまとめたものです。
|
||||||
|
AMD64 アーキテクチャは、以前は x86-64 または
|
||||||
|
``Hammer'' として知られていました。</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
|
||||||
|
2</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/products/cpg/64bit/pdf/x86-64_overview.pdf">
|
||||||
|
AMD x86-64 アーキテクチャ仕様</a></li>
|
||||||
|
<li><a href="http://www.x86-64.org/abi.pdf">
|
||||||
|
AMD x86-64 プロセッサー固有アプリケーションバイナリインタフェース (ABI) 仕様草案</a></li>
|
||||||
|
<li><a href="http://www.x86-64.org/documentation_folder/white_paper.pdf">
|
||||||
|
AMD x86-64 ホワイトペーパー</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h4>ソフトウェアツール</h4>
|
||||||
|
<ul>
|
||||||
|
<li><a href="http://www.x86-64.org/downloads">AMD SimNow! x86-64 Linux
|
||||||
|
シミュレータおよびツール</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;
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue