changeset 127:ee697f109828

Update web page for 0.2.0.
author Rob Landley <rob@landley.net>
date Tue, 06 Mar 2007 15:27:46 -0500
parents f4b9df875c0e
children 8c6b1e6a94d1
files www/downloads/README www/index.html
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/www/downloads/README	Tue Mar 06 15:09:18 2007 -0500
+++ b/www/downloads/README	Tue Mar 06 15:27:46 2007 -0500
@@ -29,5 +29,10 @@
 directory builds stuff relative to / (not to /tools), so either symlink
 /lib to /tools/lib or install uClibc first thing.
 
+The image-$ARCH.ext2.bz2 are bzipped filesystem image files for use with
+qemu via run-mini-native.sh.  The corresponding kernels are in the
+mini-native-$ARCH tarballs.  Yeah, I should probably repackage that
+next release...
+
 Note: The cross compiler is small and simple and only supports C.  The native
 compiler supports C++ as well.
--- a/www/index.html	Tue Mar 06 15:09:18 2007 -0500
+++ b/www/index.html	Tue Mar 06 15:27:46 2007 -0500
@@ -1,6 +1,18 @@
 <!--#include file="header.html" -->
 <b><h1>News</h1></b>
 
+<h2>March 6, 2007</h2>
+<p>Version 0.2.0 is out.  This one builds ext2 images which can boot up to a
+shell prompt under qemu.  This works on i686, armv4l, x86_64, and mipsel.
+(Sparc's broken.  Anyone who cares about sparc is welcome to debug it.)</p>
+
+<p>There are now prebuilt ext2 image files in the download directory.
+The kernels are in the mini-native tarballs.  (Yeah, I should repackage that
+next release.)  The system emulator invocation for each platform is
+the appropriate sources/configs file, and run-mini-native.sh invokes 'em.</p>
+
+<p>The mailing list is in the usual place if you have any questions.</p>
+
 <h2>January 14, 2007</h2>
 <p>There's a new irc channel for the project, #firmware on freenode.</p>