Add a FreeBSD/pc98 page.
PR: www/53876 Submitted by: Josef El-Rayes <j.el-rayes@daemon.li> Reviewed by: nyan and freebsd98-doc@jp.FreeBSD.org
This commit is contained in:
parent
376525be14
commit
83d9e52b0e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17597
3 changed files with 41 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/platforms/Makefile,v 1.4 2002/11/08 14:56:49 jmallett Exp $
|
||||
# $FreeBSD: www/en/platforms/Makefile,v 1.5 2003/01/20 00:04:22 marcel Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -11,6 +11,7 @@ DOCS= alpha.sgml
|
|||
DOCS+= ia64.sgml
|
||||
DOCS+= index.sgml
|
||||
DOCS+= mips.sgml
|
||||
DOCS+= pc98.sgml
|
||||
DOCS+= ppc.sgml
|
||||
DOCS+= sparc.sgml
|
||||
DOCS+= x86-64.sgml
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY email 'freebsd-www'>
|
||||
<!ENTITY title "Supported Platforms">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/index.sgml,v 1.7 2003/01/20 00:06:00 marcel Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/index.sgml,v 1.8 2003/06/30 03:37:29 rushani Exp $">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
|
||||
|
||||
<html>
|
||||
|
@ -21,6 +21,7 @@
|
|||
<li><a href="alpha.html">FreeBSD/alpha Project</a></li>
|
||||
<li><a href="ia64/index.html">FreeBSD/ia64 Project</a></li>
|
||||
<li><a href="mips.html">FreeBSD/MIPS Project</a></li>
|
||||
<li><a href="pc98.html">FreeBSD/pc98 Project</a></li>
|
||||
<li><a href="ppc.html">FreeBSD/ppc Project</a></li>
|
||||
<li><a href="sparc.html">FreeBSD/sparc64 Project</a></li>
|
||||
<li><a href="x86-64.html">FreeBSD/amd64 Project</a></li>
|
||||
|
@ -42,6 +43,9 @@
|
|||
<li>For the FreeBSD/MIPS port, <a
|
||||
href="mailto:freebsd-mips@FreeBSD.org">freebsd-mips@FreeBSD.org</a></li>
|
||||
|
||||
<li>For the FreeBSD/pc98 port, <a
|
||||
href="mailto:re-pc98@FreeBSD.org">re-pc98@FreeBSD.org</a></li>
|
||||
|
||||
<li>For the FreeBSD/ppc port, <a
|
||||
href="mailto:freebsd-ppc@FreeBSD.org">freebsd-ppc@FreeBSD.org</a></li>
|
||||
|
||||
|
|
34
en/platforms/pc98.sgml
Normal file
34
en/platforms/pc98.sgml
Normal file
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY title "FreeBSD/pc98 Project">
|
||||
<!ENTITY email 're-pc98'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml">
|
||||
%includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>FreeBSD/pc98 is a port of FreeBSD which aims to run
|
||||
on NEC PC-98x1 (pc98) architecture.
|
||||
The project's goal is to make FreeBSD/pc98 work
|
||||
the same as FreeBSD on other architectures.
|
||||
Most of the kernel source is already included in FreeBSD source tree
|
||||
and most of the userland utilities built from the source work fine.</p>
|
||||
|
||||
<h3>FreeBSD/pc98 Hardware Notes</h3>
|
||||
|
||||
<a href="http://www.freebsd.org/relnotes/CURRENT/hardware/pc98/index.html">5.1-CURRENT
|
||||
Hardware Notes</a>
|
||||
|
||||
<h3>FreeBSD/pc98 Related Links</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.jp.freebsd.org/pc98/index.html.en">FreeBSD(98) Project</a></li>
|
||||
<li><a href="http://www.nisoc.or.jp/~karl/freebsd-pc98/">Unofficial guide to FreeBSD(98) by karl (Japanese)</a></li>
|
||||
<li><a href="http://plaza17.mbn.or.jp/~chi/FreeBSD/">Chi's personal notes on FreeBSD(98) (Japanese)</a></li>
|
||||
<li><a href="http://people.freebsd.org/~kato/pc98.html">Kato's page</a></li>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue