From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [Cbe-oss-dev] [ANNOUNCE] petitboot v0.0.1 From: David Woodhouse To: Jeremy Kerr In-Reply-To: <200704052342.23662.jk@ozlabs.org> References: <200704052342.23662.jk@ozlabs.org> Content-Type: text/plain Date: Thu, 05 Apr 2007 12:29:24 -0400 Message-Id: <1175790565.2719.27.camel@shinybook.infradead.org> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, cbe-oss-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2007-04-05 at 23:42 +1000, Jeremy Kerr wrote: > Benjamin Herrenschmidt and I are proud to announce the first release of > petitboot - a graphical bootloader for the PS3, based on twin and > kboot. Fedora packages at http://david.woodhou.se/petitboot/ When I get home next week I'll work on a separate tool which can make a zImage.ps3.rom given a kernel binary and an initrd -- much like the existing 'mkzimage' script which does it for OF machines. Then we can build the otheros.img without having to rebuild the kernel just to get a zImage out of it. Hopefully we'll have kexec working in 2.6.21 by then :) -- dwmw2