diff --git a/en/platforms/Makefile b/en/platforms/Makefile
index 564e9ec146..d9635614b1 100644
--- a/en/platforms/Makefile
+++ b/en/platforms/Makefile
@@ -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
diff --git a/en/platforms/index.sgml b/en/platforms/index.sgml
index a6640c36e9..85392e51b0 100644
--- a/en/platforms/index.sgml
+++ b/en/platforms/index.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.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>
diff --git a/en/platforms/xbox.sgml b/en/platforms/xbox.sgml
new file mode 100644
index 0000000000..e3fe1aba4f
--- /dev/null
+++ b/en/platforms/xbox.sgml
@@ -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>
diff --git a/share/sgml/includes.navdevelopers.sgml b/share/sgml/includes.navdevelopers.sgml
index 3339753586..9564bab085 100644
--- a/share/sgml/includes.navdevelopers.sgml
+++ b/share/sgml/includes.navdevelopers.sgml
@@ -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>