From: <mi...@us...> - 2004-02-08 01:06:29
|
Update of /cvsroot/gc-linux/htdocs/xml/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18667/xml/en Modified Files: download.xml news.xml Log Message: ... Index: download.xml =================================================================== RCS file: /cvsroot/gc-linux/htdocs/xml/en/download.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- download.xml 3 Feb 2004 09:48:35 -0000 1.6 +++ download.xml 8 Feb 2004 01:03:31 -0000 1.7 @@ -9,6 +9,10 @@ <p>Linux on the GameCube can't do much yet. It is only suited to demonstraltional purposed right now.</p> + <h2>Latest Kernel Build</h2> + <p>This build always has the latest features, but might not work reliably.</p> + <p><a href="../down/zImage.dol">zImage.dol</a></p> + <h2>GameCube Linux Alpha</h2> <p>This Linux image shows a screen with kernel messages, and, if your computer's network settings are correct, allows telnet connections to 192.168.0.47 (user: root, password: gc) and serves a webpage (<a href="http://192.168.0.47/">http://192.168.0.47/</a>).</p> Index: news.xml =================================================================== RCS file: /cvsroot/gc-linux/htdocs/xml/en/news.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- news.xml 6 Feb 2004 13:39:48 -0000 1.12 +++ news.xml 8 Feb 2004 01:03:31 -0000 1.13 @@ -2,6 +2,11 @@ <?xml-stylesheet href="news.xsl" type="text/xsl"?> <news> <item> + <date>6 February 2004</date> + <title>First steps towards a full Linux system</title> + <text>Jon Masters has contributed a workaround for the NFS problem, so that it now possible to boot a full system over NFS - though very slowly. hamtitampti is currently rewriting the network driver.</text> + </item> + <item> <date>5 February 2004</date> <title>Even more driver work</title> <text>The keyboard driver works reliably now, and groepaz has contributed improved framebuffer code as well as a fricker-free framebuffer font.</text> |