comparison www/index.html @ 245:315f50aa7733

Announcement of 0.3.0 release.
author Rob Landley <rob@landley.net>
date Sat, 03 Nov 2007 21:00:55 -0500
parents 6850e0aaddde
children 2966ed8d6803
comparison
equal deleted inserted replaced
244:aeb3788642e4 245:315f50aa7733
1 <!--#include file="header.html" --> 1 <!--#include file="header.html" -->
2 <b><h1>News</h1></b> 2 <b><h1>News</h1></b>
3 3
4 <h2>September 02, 2007</h2> 4 <h2>November 2, 2007</h2>
5 <p><a href=downloads/firmware-0.3.0.tar.bz2>Version 0.3.0</a> is out
6 (changeset 242), with kernel 2.6.23. PowerPC finally works under
7 qemu (network and everything), and it's building a m68k target
8 (although I have no emulator to run that). That means there are
9 ten targets, of which eight run under qemu. (Sparc is still
10 broken, let me know if anybody actually cares.)</p>
11
12 <p>The new "./forkbomb.sh --fork" script builds all the targets in
13 parallel, or use --nofork if you haven't got the memory for that
14 (and --watch to watch and existing build if you ctrl-c out of
15 the display before it's done).</p>
16
17 <p>The build is now smarter about extracting only one copy of the
18 source code (in build/sources) and re-using it for multiple builds,
19 building out of tree (via cp -rs to create a tree full of symlinks
20 so the package doesn't need native out-of-tree support).</p>
21
22 <h2>September 2, 2007</h2>
5 <p>Added <a href=new_platform.html>a porting guide</a>. I'm working on 23 <p>Added <a href=new_platform.html>a porting guide</a>. I'm working on
6 m68k, ppc, big endian arm, and maybe blackfin targets for the next release, 24 m68k, ppc, big endian arm, and maybe blackfin targets for the next release,
7 and thought other people might be interested in the process. (The vast 25 and thought other people might be interested in the process. (The vast
8 majority of it is fiddly debugging. These are the other steps.)</p> 26 majority of it is fiddly debugging. These are the other steps.)</p>
9 27