Update the Xbox project homepage with some new information.
Submitted by: rink
This commit is contained in:
parent
4544ecbb1e
commit
cb13c85615
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27378
1 changed files with 9 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/xbox.sgml,v 1.2 2006/02/28 22:20:08 joel Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/xbox.sgml,v 1.3 2006/03/05 09:32:01 joel Exp $">
|
||||
<!ENTITY title "FreeBSD/xbox Project">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -27,24 +27,21 @@
|
|||
|
||||
<p>A new live/install CD is currently being developed.</p>
|
||||
|
||||
<h3>Booting on 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
|
||||
version of the Linux/xbox BIOS, called Cromwell (failure will result in your
|
||||
kernel crashing immediately after loading). This is only available using <a
|
||||
href="http://sourceforge.net/cvs/?group_id=54192">anonymous CVS</a>, so you
|
||||
must check out the Cromwell module and build it yourself. Additional
|
||||
information about Cromwell can be found on the xbox-linux.org website.</p>
|
||||
|
||||
<p>In order for Cromwell to load the FreeBSD kernels from an UFS partition,
|
||||
you will also need <a
|
||||
href="http://rink.nu/downloads/patches/cromwell-ufs.diff">this patch</a>.</p>
|
||||
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
|
||||
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
|
||||
long as your Xbox is below version 1.6).</p>
|
||||
|
||||
<h3>Installing on the hard drive</h3>
|
||||
|
||||
<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 i386
|
||||
computer running FreeBSD, and set up the /boot/xboxlinux.cfg configuration
|
||||
everything manually. It is suggested to prepare your disk using an FreeBSD/i386
|
||||
installation and set up the /boot/xboxlinux.cfg configuration
|
||||
file yourself, so Cromwell can determine which kernel to load.</p>
|
||||
|
||||
<h3>Links</h3>
|
||||
|
|
Loading…
Reference in a new issue