Update the FreeBSD/xbox project page with some new stuff.
Submitted by: rink
This commit is contained in:
parent
c59bbe7bf7
commit
1e9a7cd169
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27242
1 changed files with 22 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/xbox.sgml,v 1.1 2006/02/05 09:11:47 joel Exp $">
|
||||
<!ENTITY title "FreeBSD/xbox Project">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -31,10 +31,31 @@
|
|||
|
||||
<p>A new live/install CD is currently being developed.</p>
|
||||
|
||||
<h3>Booting on 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>
|
||||
|
||||
<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
|
||||
file yourself, so Cromwell can determine which kernel to load.</p>
|
||||
|
||||
<h3>Links</h3>
|
||||
|
||||
<ul>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue