View | Details | Raw Unified | Return to bug 53876
Collapse All | Expand All

(-)platforms/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
DOCS+=	ppc.sgml
14
DOCS+=	ppc.sgml
15
DOCS+=	sparc.sgml
15
DOCS+=	sparc.sgml
16
DOCS+=	x86-64.sgml
16
DOCS+=	x86-64.sgml
17
17
DOCS+=  pc98.sgml
18
SUBDIR=	ia64
18
SUBDIR=	ia64
(-)platforms/index.sgml (+4 lines)
Lines 21-26 Link Here
21
    <li><a href="alpha.html">FreeBSD/alpha Project</a></li>
21
    <li><a href="alpha.html">FreeBSD/alpha Project</a></li>
22
    <li><a href="ia64/index.html">FreeBSD/ia64 Project</a></li>
22
    <li><a href="ia64/index.html">FreeBSD/ia64 Project</a></li>
23
    <li><a href="mips.html">FreeBSD/MIPS Project</a></li>
23
    <li><a href="mips.html">FreeBSD/MIPS Project</a></li>
24
    <li><a href="pc98.html">FreeBSD/pc98 Project</a></li>
24
    <li><a href="ppc.html">FreeBSD/ppc Project</a></li>
25
    <li><a href="ppc.html">FreeBSD/ppc Project</a></li>
25
    <li><a href="sparc.html">FreeBSD/sparc64 Project</a></li>
26
    <li><a href="sparc.html">FreeBSD/sparc64 Project</a></li>
26
    <li><a href="x86-64.html">FreeBSD/x86-64 Project</a></li>
27
    <li><a href="x86-64.html">FreeBSD/x86-64 Project</a></li>
Lines 41-46 Link Here
41
42
42
    <li>For the FreeBSD/MIPS port, <a
43
    <li>For the FreeBSD/MIPS port, <a
43
      href="mailto:freebsd-mips@FreeBSD.org">freebsd-mips@FreeBSD.org</a></li>
44
      href="mailto:freebsd-mips@FreeBSD.org">freebsd-mips@FreeBSD.org</a></li>
45
46
    <li>For the FreeBSD/pc98 port, <a
47
      href="mailto:re-pc98@FreeBSD.org">re-pc98@FreeBSD.org</a></li>
44
48
45
    <li>For the FreeBSD/ppc port, <a
49
    <li>For the FreeBSD/ppc port, <a
46
      href="mailto:freebsd-ppc@FreeBSD.org">freebsd-ppc@FreeBSD.org</a></li>
50
      href="mailto:freebsd-ppc@FreeBSD.org">freebsd-ppc@FreeBSD.org</a></li>
(-)platforms/pc98.sgml (+32 lines)
Line 0 Link Here
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
2
<!ENTITY base CDATA "..">
3
<!ENTITY title "FreeBSD/pc98 Project">
4
<!ENTITY email 're-pc98'>
5
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
6
 
7
<html>
8
  &header;
9
10
  FreeBSD/pc98 is a port of FreeBSD - originally developped on PC-AT and
11
	is aimed to run on NEC PC-98x1 (pc98) architecture. 
12
	The procjects' goal is to make FreeBSD/pc98 work the same as FreeBSD on other architectures. 
13
	Most of kernel source is included in FreeBSD source tree and most of
14
	userland commands built from FreeBSD sources work fine - some kernel features and userland commands, which depend on 
15
	hardware or architecture of pc98, need more hack. Some are done but some are not included in FreeBSD.
16
17
	
18
	<h3>FreeBSD/pc98 Hardware Notes</h3>
19
	<a href="http://www.freebsd.org/relnotes/CURRENT/hardware/pc98/index.html">5.1-CURRENT
20
Hardware Notes</a>
21
22
23
  <h3>FreeBSD/pc98 Related Links</h3>
24
25
  <ul>
26
    <li><a href="http://www.nisoc.or.jp/~karl/freebsd-pc98/">Unofficial guide to FreeBSD(98) by karl (Japanese)</a></li>
27
  	 <li><a href="http://plaza17.mbn.or.jp/~chi/FreeBSD/">Chi's personal notes on FreeBSD(98)</a></li>
28
	 <li><a href="http://people.freebsd.org/~kato/pc98.html">Kato's page</a></li>
29
	</ul>
30
31
  &footer;
32
</html>

Return to bug 53876