# HG changeset patch # User Rob Landley # Date 1194141655 18000 # Node ID 315f50aa7733e0a1fb3310f13044efa0de4b63df # Parent aeb3788642e4356d4be00bff0c9fedec4c559aac Announcement of 0.3.0 release. diff -r aeb3788642e4 -r 315f50aa7733 www/index.html --- a/www/index.html Sat Nov 03 21:00:38 2007 -0500 +++ b/www/index.html Sat Nov 03 21:00:55 2007 -0500 @@ -1,7 +1,25 @@

News

-

September 02, 2007

+

November 2, 2007

+

Version 0.3.0 is out +(changeset 242), with kernel 2.6.23. PowerPC finally works under +qemu (network and everything), and it's building a m68k target +(although I have no emulator to run that). That means there are +ten targets, of which eight run under qemu. (Sparc is still +broken, let me know if anybody actually cares.)

+ +

The new "./forkbomb.sh --fork" script builds all the targets in +parallel, or use --nofork if you haven't got the memory for that +(and --watch to watch and existing build if you ctrl-c out of +the display before it's done).

+ +

The build is now smarter about extracting only one copy of the +source code (in build/sources) and re-using it for multiple builds, +building out of tree (via cp -rs to create a tree full of symlinks +so the package doesn't need native out-of-tree support).

+ +

September 2, 2007

Added a porting guide. I'm working on m68k, ppc, big endian arm, and maybe blackfin targets for the next release, and thought other people might be interested in the process. (The vast