Add initial project page for the FreeBSD/xbox port. Not much content yet,

but I'll add more in a few days.
This commit is contained in:
Joel Dahl 2006-02-05 09:11:47 +00:00
parent d3eefb8f59
commit 37c9171fe3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27033
4 changed files with 50 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/platforms/Makefile,v 1.9 2004/12/15 15:09:01 trhodes Exp $
# $FreeBSD: www/en/platforms/Makefile,v 1.10 2005/04/18 21:11:59 pav Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -18,6 +18,7 @@ DOCS+= pc98.sgml
DOCS+= ppc.sgml
DOCS+= sparc.sgml
DOCS+= x86-64.sgml
DOCS+= xbox.sgml
SUBDIR= amd64
SUBDIR+=ia64

View file

@ -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.17 2006/01/25 09:14:57 joel Exp $">
<!ENTITY date "$FreeBSD: www/en/platforms/index.sgml,v 1.18 2006/01/25 09:18:19 joel Exp $">
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
@ -26,6 +26,7 @@
<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="xbox.html">FreeBSD/xbox Project</a></li>
</ul>
<h2>Comments and Feedback</h2>
@ -62,6 +63,9 @@
<li>For the FreeBSD/sparc64 port, <a
href="mailto:freebsd-sparc@FreeBSD.org">freebsd-sparc@FreeBSD.org</a></li>
<li>For the FreeBSD/xbox port, <a
href="mailto:freebsd-current@FreeBSD.org">freebsd-current@FreeBSD.org</a></li>
<li>For general architecture questions, <a
href="mailto:freebsd-arch@FreeBSD.org">freebsd-arch@FreeBSD.org</a></li>
</ul>

41
en/platforms/xbox.sgml Normal file
View file

@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD/xbox Project">
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
]>
<html>
&header;
<h3>Introduction</h3>
<p>FreeBSD/xbox is a port of FreeBSD which aims to run on Microsoft&reg;
Xbox&reg; systems. This project was started by <a
href="mailto:rink@FreeBSD.org">&a.rink;</a>, who did most of the patching
and coding. <a href="mailto:ed@fxq.nl">Ed Schouten</a> helped with
reviewing patches and he also provided details on certain Xbox
internals.</p>
<h3>Status</h3>
<p>FreeBSD/xbox is only supported in FreeBSD 7-CURRENT, and should still be
considered experimental. The framebuffer, Ethernet, sound and USB devices
(such as an USB keyboard for the console) are all supported.</p>
<p>The new 7-CURRENT syscons(4)-capable console is available <a
href="http://www.xbox-bsd.nl/patches/xbox-syscons.diff">here</a>. Remember:
you must remove /sys/i386/xbox/xboxfb.c before applying this patch!</p>
<p>A new live/install CD is currently being developed.</p>
<h3>Links</h3>
<ul>
<li><a href="http://www.xbox-linux.org/">The Linux Xbox project</a></li>
</ul>
&footer;
</html>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/share/sgml/includes.navdevelopers.sgml,v 1.5 2005/11/06 17:21:28 hrs Exp $ -->
<!-- $FreeBSD: www/share/sgml/includes.navdevelopers.sgml,v 1.6 2005/12/18 15:52:22 remko Exp $ -->
<!ENTITY nav '<div id="SIDENAV">
<h2 class="blockhide">Section Navigation</h2>
@ -19,6 +19,7 @@
<li><a href="&base;/platforms/pc98.html">pc98</a></li>
<li><a href="&base;/platforms/ppc.html">ppc</a></li>
<li><a href="&base;/platforms/sparc.html">sparc64</a></li>
<li><a href="&base;/platforms/xbox.html">xbox</a></li>
</ul>
</li>
<li><a href="&base;/doc/en_US.ISO8859-1/articles/contributing/index.html">Contributing</a></li>