Bug 53876

Summary: add pc98 to plattforms
Product: Documentation Reporter: Josef El-Rayes <j.el-rayes>
Component: Books & ArticlesAssignee: Hiroki Sato <hrs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
plattforms.diff none

Description Josef El-Rayes 2003-06-28 16:20:12 UTC
	this adds pc98 plattofrm to supported plattforms page
Comment 1 Hiroki Sato freebsd_committer freebsd_triage 2003-07-16 19:56:09 UTC
Responsible Changed
From-To: freebsd-www->hrs

I'll take this.
Comment 2 Hiroki Sato 2003-07-16 20:12:11 UTC
Josef El-Rayes <j.el-rayes@daemon.li> wrote
  in <200306281516.h5SFG3Jr000745@daemon.li>:

j.el-rayes> >Description:
j.el-rayes> 	this adds pc98 plattofrm to supported plattforms page

 I made a new patch based on that you submitted.  FreeBSD/pc98 is
 simply a FreeBSD port for pc98 architecture now, so sentences
 like "need more hack" are no longer appropriate, I think.

 freebsd98-doc@jp folks: If anyone notice any mistakes in this
 patch, please let me know.

-- 
| Hiroki SATO  <hrs@eos.ocn.ne.jp> / <hrs@FreeBSD.org>


Index: Makefile
===================================================================
RCS file: /home/ncvs/www/en/platforms/Makefile,v
retrieving revision 1.5
diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.5 Makefile
--- Makefile	20 Jan 2003 00:04:22 -0000	1.5
+++ Makefile	16 Jul 2003 18:54:28 -0000
@@ -14,6 +14,7 @@
 DOCS+=	ppc.sgml
 DOCS+=	sparc.sgml
 DOCS+=	x86-64.sgml
+DOCS+=	pc98.sgml
 
 SUBDIR=	ia64
 
Index: index.sgml
===================================================================
RCS file: /home/ncvs/www/en/platforms/index.sgml,v
retrieving revision 1.8
diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.8 index.sgml
--- index.sgml	30 Jun 2003 03:37:29 -0000	1.8
+++ index.sgml	16 Jul 2003 18:50:27 -0000
@@ -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>
@@ -41,6 +42,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>
Index: pc98.sgml
===================================================================
RCS file: pc98.sgml
diff -N pc98.sgml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pc98.sgml	16 Jul 2003 18:53:41 -0000
@@ -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>
Comment 3 Josef El-Rayes 2003-07-17 10:26:39 UTC
Hiroki Sato <hrs@FreeBSD.org> wrote:
>  I made a new patch based on that you submitted.
Looks better than mine, i noticed some typos in my version.
I just want to point out that i was not sure with `re-pc98@FreeBSD.org`
as contact email adress for the pc98-port project. all the other ports
have a `freebsd-<arch>@freebsd.org` email adress, which is a
mailinglist. are these not available for pc 98?

greets, josef
-- 
www: http://www.daemon.li
nic-hdl: JER1080312-NICAT
FreeBSD PortMaintainer 
"Make World - Not War!"
Comment 4 Hiroki Sato freebsd_committer freebsd_triage 2003-07-18 21:28:01 UTC
State Changed
From-To: open->closed

Committed, thanks.