Add individual porting efforts to the platforms directory. In addition to
IA-64 which was already there, Alpha, PPC, and SPARC were added. Also update some other bits of the site to point to the new location. Note: I didn't get a repo copy of alpha/alpha.sgml to platforms/alpha.sgml because there wasn't any real useful history to preserve. I also left the alpha/ dir in place for now but added an index.sgml to point to the new location. I'll nuke the directory once the translation teams have caught up with the changes. Suggested by: obrien
This commit is contained in:
parent
5579f35824
commit
974b7acde6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8457
11 changed files with 417 additions and 26 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.89 2000/10/31 20:00:38 kuriyama Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.90 2000/11/29 03:40:28 murray Exp $">
|
||||
<!ENTITY title "FreeBSD Development Projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -416,21 +416,25 @@ cards and their respective information.</li>
|
|||
<a name="architecture"></a>
|
||||
<h3>Architecture</h3>
|
||||
<ul>
|
||||
<li><a name="alpha" href="../alpha/alpha.html">Porting FreeBSD to Alpha systems</a>
|
||||
<li><a name="alpha" href="../platforms/alpha.html">Porting FreeBSD to Alpha systems</a>
|
||||
Contains information on the FreeBSD Alpha port such as the status,
|
||||
mailing list information, the hardware used, and other Alpha
|
||||
projects.</li>
|
||||
|
||||
<li><a name="sparc" href="http://people.FreeBSD.org/~obrien/freebsd-sparc/">Porting FreeBSD to Sparc systems</a>
|
||||
Contains information on the FreeBSD Sparc port including a FAQ,
|
||||
some early boot code, information on Sparc processors and motherboards,
|
||||
and other Sparc projects.</li>
|
||||
|
||||
<li><a name="ia64" href="http://www.FreeBSD.org/platforms/ia64.html">
|
||||
<li><a name="ia64" href="../platforms/ia64.html">
|
||||
Porting FreeBSD to IA-64 systems</a>
|
||||
This project is responsible for porting FreeBSD to the IA-64
|
||||
architecture. Direct any questions specific to this project to the
|
||||
freebsd-ia64@FreeBSD.org mailinglist. </li>
|
||||
freebsd-ia64@FreeBSD.org mailing list. </li>
|
||||
|
||||
<li><a name="ppc" href="../platforms/ppc.html">Porting FreeBSD to PowerPC systems.</a>
|
||||
Contains information on the FreeBSD PPC port, such as mailing list
|
||||
information and so on.</li>
|
||||
|
||||
<li><a name="sparc" href="../platforms/sparc.html">Porting FreeBSD to SPARC systems</a>
|
||||
Contains information on the FreeBSD SPARC port including a FAQ,
|
||||
some early boot code, information on SPARC processors and motherboards,
|
||||
and other SPARC projects.</li>
|
||||
|
||||
<li><a name="sysvr4" href="http://slash.dotat.org/~newton/freebsd-svr4/">
|
||||
The SysVR4 Emulation</a> page describes an SysVR4 emulator for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue