Whitespace cleanup, no content changes.

PR: www/103061
Approved by: keramida (mentor), trhodes (mentor)
This commit is contained in:
Daniel Gerzo 2006-10-05 18:06:46 +00:00
parent cdf0689534
commit 7a4b9bff39
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28765

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/platforms/xbox.sgml,v 1.7 2006/08/23 15:41:12 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/platforms/xbox.sgml,v 1.8 2006/08/27 15:45:26 joel Exp $">
<!ENTITY title "FreeBSD/xbox Project"> <!ENTITY title "FreeBSD/xbox Project">
<!ENTITY % navinclude.developers "INCLUDE"> <!ENTITY % navinclude.developers "INCLUDE">
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
@ -9,54 +9,54 @@
<html> <html>
&header; &header;
<h3>Introduction</h3> <h3>Introduction</h3>
<p>FreeBSD/xbox is a port of FreeBSD which aims to run on Microsoft&reg; <p>FreeBSD/xbox is a port of FreeBSD which aims to run on Microsoft&reg;
Xbox&reg; systems. This project was started by <a Xbox&reg; systems. This project was started by <a
href="mailto:rink@FreeBSD.org">&a.rink;</a>, who did most of the patching 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 and coding. <a href="mailto:ed@fxq.nl">Ed Schouten</a> helped with
reviewing patches and he also provided details on certain Xbox reviewing patches and he also provided details on certain Xbox
internals.</p> internals.</p>
<h3>Status</h3> <h3>Status</h3>
<p>FreeBSD/xbox is supported in FreeBSD 6-STABLE and FreeBSD 7-CURRENT. <p>FreeBSD/xbox is supported in FreeBSD 6-STABLE and FreeBSD 7-CURRENT.
The framebuffer, Ethernet, sound and USB devices The framebuffer, Ethernet, sound and USB devices
(such as an USB keyboard for the console) are all supported.</p> (such as an USB keyboard for the console) are all supported.</p>
<p>In order to aid people in installing the FreeBSD/xbox port, a combined <p>In order to aid people in installing the FreeBSD/xbox port, a combined
install/livecd has been <a install/livecd has been <a
href="http://lists.freebsd.org/pipermail/freebsd-stable/2006-August/027894.html">created</a>. href="http://lists.freebsd.org/pipermail/freebsd-stable/2006-August/027894.html">created</a>.
It is available <a It is available <a
href="ftp://ftp.stack.nl/pub/freebsd-xbox/">here</a>.</p> href="ftp://ftp.stack.nl/pub/freebsd-xbox/">here</a>.</p>
<h3>Booting FreeBSD-CURRENT kernels</h3> <h3>Booting FreeBSD-CURRENT kernels</h3>
<p>In order to boot FreeBSD 7-CURRENT from CVS, you must have an up-to-date <p>In order to boot FreeBSD 7-CURRENT from CVS, you must have an up-to-date
version of the Linux/xbox BIOS, called Cromwell (failure will result in your version of the Linux/xbox BIOS, called Cromwell (failure will result in your
kernel crashing immediately after loading). A Cromwell with FreeBSD UFS kernel crashing immediately after loading). A Cromwell with FreeBSD UFS
patches (this will make it able to load a kernel directly from an UFS file patches (this will make it able to load a kernel directly from an UFS file
system) is available in the ports tree at /usr/ports/sysutils/cromwell; it system) is available in the ports tree at /usr/ports/sysutils/cromwell; it
can be flashed to the EEPROM using the /usr/ports/sysutils/raincoat port (as can be flashed to the EEPROM using the /usr/ports/sysutils/raincoat port (as
long as your Xbox is below version 1.6).</p> long as your Xbox is below version 1.6).</p>
<p><b>Note</b>: Several Xbox drives are known to reject certain types of media. <p><b>Note</b>: Several Xbox drives are known to reject certain types of media.
Should you experience random hangs, panics or corruption during installation, Should you experience random hangs, panics or corruption during installation,
try a different known-working DVD/CD-ROM.</p> try a different known-working DVD/CD-ROM.</p>
<h3>Installing on the hard drive</h3> <h3>Installing on the hard drive</h3>
<p>You can do an installation using the Live CD's, but you will need to do <p>You can do an installation using the Live CD's, but you will need to do
everything manually. It is suggested to prepare your disk using an FreeBSD/i386 everything manually. It is suggested to prepare your disk using an FreeBSD/i386
installation and set up the /boot/xboxlinux.cfg configuration installation and set up the /boot/xboxlinux.cfg configuration
file yourself, so Cromwell can determine which kernel to load.</p> file yourself, so Cromwell can determine which kernel to load.</p>
<h3>Links</h3> <h3>Links</h3>
<ul> <ul>
<li><a href="http://www.xbox-linux.org/">The Linux Xbox project</a></li> <li><a href="http://www.xbox-linux.org/">The Linux Xbox project</a></li>
<li><a href="http://www.xbox-bsd.nl/">The FreeBSD/xbox project</a></li> <li><a href="http://www.xbox-bsd.nl/">The FreeBSD/xbox project</a></li>
</ul> </ul>
&footer; &footer;
</html> </html>