Add initial translation of x86-64.sgml.
Submitted by: Hideyuki KURASHINA <rushani@bl.mmtr.or.jp> Reviewed by: hrs
This commit is contained in:
parent
2354a244c2
commit
f959166de2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12231
2 changed files with 70 additions and 2 deletions
ja/platforms
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSD: www/ja/platforms/Makefile,v 1.1 2000/12/30 14:25:14 hrs Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.2
|
||||
# Original revision: 1.3
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -14,6 +14,7 @@ DOCS+= ia64.sgml
|
|||
DOCS+= index.sgml
|
||||
DOCS+= ppc.sgml
|
||||
#DOCS+= sparc.sgml
|
||||
DOCS+= x86-64.sgml
|
||||
|
||||
### Revision checking
|
||||
REVCHECK= yes
|
||||
|
|
67
ja/platforms/x86-64.sgml
Normal file
67
ja/platforms/x86-64.sgml
Normal file
|
@ -0,0 +1,67 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/x86-64.sgml,v 1.10 2001/11/10 13:35:29 jesper Exp $">
|
||||
<!ENTITY title "FreeBSD/x86-64 Project">
|
||||
<!ENTITY email 'freebsd-hackers'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.10 -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<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>このページは, きたるべき AMD 社の x86-64 ``Hammer'' アーキテクチャへの
|
||||
FreeBSD の移植に関する情報をまとめたものです.</p>
|
||||
|
||||
<h3>最新のニュース</h3>
|
||||
<ul>
|
||||
<li><p><b>01/04/13</b> <a href="mailto:obrien@FreeBSD.org">David
|
||||
O'Brien</a> 氏は移植を始めるために Virtutech 社の Simics-LE
|
||||
"VirtuHammer" と呼ばれる x86-64 用の商用シミュレータを手に入れました.</p></li>
|
||||
</ul>
|
||||
|
||||
<h3>必要な作業</h3>
|
||||
<p>David O'Brien 氏は AMD 社が後援した x86-64 GCC を
|
||||
FreeBSD で動作させるための修正作業をしています.
|
||||
toolchain の問題に取り組んでいる人はぜひ
|
||||
<a href="mailto:obrien@FreeBSD.org">David O'Brien</a> 氏に協力してください.</p>
|
||||
|
||||
<p><a href="http://www.x86-64.org/downloads/">AMD 社の SimNow! x86-64
|
||||
シミュレータ</a> は非常に動作が遅く, 現時点で
|
||||
FreeBSD の開発に使えるようなものではありません.</p>
|
||||
|
||||
<H3>FreeBSD/x86-64 関連リンク</H3>
|
||||
<UL>
|
||||
<LI><A HREF="mailto:hackers@FreeBSD.org">FreeBSD/x86-64 メーリングリスト</A></LI>
|
||||
</UL>
|
||||
|
||||
<H3>その他の有用なリンク</H3>
|
||||
<H4>x86-64 関連文書</H4>
|
||||
<UL>
|
||||
<li><a href="http://www.amd.com/products/cpg/64bit/pdf/x86-64_overview.pdf">
|
||||
AMD x86-64 Architecture Specification</a></li>
|
||||
<li><a href="http://www.x86-64.org/abi.pdf">
|
||||
AMD x86-64 DRAFT Processor-specific Application Binary Interface Specification</a></li>
|
||||
<li><a href="http://www.x86-64.org/documentation_folder/white_paper.pdf">
|
||||
AMD x86-64 whitepaper</a></li>
|
||||
</UL>
|
||||
|
||||
<H4>ソフトウェアツール</h4>
|
||||
<ul>
|
||||
<li><a href="http://www.x86-64.org/downloads">AMD SimNow! x86-64 Linux
|
||||
Simulator and Tools</a></li>
|
||||
</ul>
|
||||
|
||||
<H4>関連プロジェクト</H4>
|
||||
<UL>
|
||||
<LI><A HREF="http://www.x86-64.org/kernel_folder/kernel">Linux / x86-64</A></LI>
|
||||
<LI><A HREF="http://www.NetBSD.org/Ports/x86_64/">NetBSD/x86_64</A></LI>
|
||||
</UL>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue