doc/ja/platforms/ia64/index.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

59 lines
2.1 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/ja/platforms/ia64/index.sgml,v 1.3 2005/10/04 16:21:48 hrs Exp $">
<!ENTITY title "FreeBSD/ia64 プロジェクト">
<!ENTITY email 'freebsd-ia64'>
<!ENTITY % navinclude.developers "INCLUDE">
]>
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.5 -->
<html>
&header;
<hr>
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
<center>freebsd-ia64 メーリングリストのアーカイブを検索:
<input type="text" name="words" size="50">
<input type="hidden" name="max" value="25">
<input type="hidden" name="source" value="freebsd-ia64">
<input type="submit" value="Go">
</center>
</form>
<hr>
<h3><a name="toc">目次</a></h3>
<ul>
<li><a href="#intro">はじめに</a></li>
<li><a href="#status">現在の状況</a></li>
<li><a href="todo.html">課題</a></li>
<li><a href="machines.html">ハードウェアリスト</a></li>
<li><a href="refs.html">参考文献</a></li>
</ul>
<h3><a name="intro">はじめに</a></h3>
<p>FreeBSD/ia64 プロジェクトのページには、公式には Intel
Itanium&reg; プロセッサファミリ (IPF) として知られている Intel
の IA-64 アーキテクチャへの FreeBSD の移植に関する情報があります。
移植そのものと同じく、このページはまだ大部分が作成中です。</p>
<h3><a name="status">現在の状況</a></h3>
<p>ia64 版 FreeBSD は、まだ tier 2 プラットフォームと見なされています。
つまり、セキュリティオフィサやリリースエンジニア、ツールチェイン
メンテナの全面的なサポートはありません。しかしながら、実際の
(全面的にサポートされる) tier 1 プラットフォームと tier 2 プラットフォー
ムの違いは、それほど厳密ではありません。ia64 版は、ほぼすべての側面において、
tier 1 プラットフォームと同等になっています。<br>
開発者の立場で考えると、ia64 版がもうしばらく tier 2
プラットフォームであることには有利な点があります。
まだいくつか ABI の非互換な変更が控えていて、
移植のこんなに初期から後方互換性を維持しなければならないというのは、
理想的とはとてもいえないからです。</p>
&footer;
</html>