Add platforms/pc98.sgml and activate it.
1.3 -> 1.7 platforms/Makefile (new) -> 1.7 platforms/pc98.sgml Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org> Reference: [doc-jp-work 727]
This commit is contained in:
parent
043c8593b8
commit
3df9619780
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18437
2 changed files with 67 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD: www/ja/platforms/Makefile,v 1.2 2002/02/17 13:20:22 kuriyama Exp $
|
||||
# $FreeBSD: www/ja/platforms/Makefile,v 1.3 2002/02/17 15:24:36 hanai Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.3
|
||||
# Original revision: 1.7
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -10,12 +10,17 @@
|
|||
.endif
|
||||
|
||||
DOCS= alpha.sgml
|
||||
#DOCS+= amd64.sgml
|
||||
DOCS+= ia64.sgml
|
||||
DOCS+= index.sgml
|
||||
#DOCS+= mips.sgml
|
||||
DOCS+= pc98.sgml
|
||||
DOCS+= ppc.sgml
|
||||
DOCS+= sparc.sgml
|
||||
DOCS+= x86-64.sgml
|
||||
|
||||
#SUBDIR= ia64
|
||||
|
||||
### Revision checking
|
||||
REVCHECK= yes
|
||||
|
||||
|
|
60
ja/platforms/pc98.sgml
Normal file
60
ja/platforms/pc98.sgml
Normal file
|
@ -0,0 +1,60 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD/pc98 Project">
|
||||
<!ENTITY email 're-pc98'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml">
|
||||
%includes;
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original Revision: 1.7 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>FreeBSD/pc98 は NEC PC-98x1 (pc98) アーキテクチャで
|
||||
動作することを目的とした FreeBSD の移植です。
|
||||
プロジェクトのゴールは FreeBSD/pc98 を他のアーキテクチャと
|
||||
同じように動作させることです。
|
||||
カーネルソースのほとんどは FreeBSD のソースツリーに統合されており、
|
||||
ソースから構築されるユーザーランドユーティリティも問題なく動きます。</p>
|
||||
|
||||
<h3>FreeBSD/pc98 ハードウェアノート</h3>
|
||||
|
||||
<a href="http://www.FreeBSD.org/relnotes/CURRENT/hardware/pc98/index.html">5.1-CURRENT
|
||||
ハードウェアノート</a>
|
||||
|
||||
<h3>必要な作業</h3>
|
||||
|
||||
<ul>
|
||||
<li>current における fd ドライバの修正。</li>
|
||||
|
||||
<li>リソース管理システムを洗練し、非連続なリソースにも対応すること。</li>
|
||||
|
||||
<li>PC-9801-86 サウンドカードに再び対応すること。</li>
|
||||
|
||||
<li>MEICA pcmcia コントローラに再び対応すること。</li>
|
||||
|
||||
<li>SMP マシンに対応すること。</li>
|
||||
|
||||
<li>SASI コントローラに対応すること。</li>
|
||||
|
||||
<li>boot[12] を ELF バイナリに対応するように書き直すこと。</li>
|
||||
|
||||
<li>HW_MACHINE は 'pc98' であるべき。</li>
|
||||
</ul>
|
||||
|
||||
<h3>FreeBSD/pc98 に関連するリンク</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.jp.FreeBSD.org/pc98/index.html.ja.jis">FreeBSD(98) プロジェクト</a></li>
|
||||
|
||||
<li><a href="http://www.nisoc.or.jp/~karl/freebsd-pc98/">karl 氏による FreeBSD(98) 非公式ガイド</a></li>
|
||||
|
||||
<li><a href="http://plaza17.mbn.or.jp/~chi/FreeBSD/">Chi 氏による FreeBSD(98) 私家版ドキュメント</a></li>
|
||||
|
||||
<li><a href="http://people.FreeBSD.org/~kato/pc98.html">Kato's page</a></li>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</html>
|
Loading…
Reference in a new issue