From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IDyoi-0006H2-8y for qemu-devel@nongnu.org; Thu, 26 Jul 2007 04:35:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IDyoh-0006Gp-EM for qemu-devel@nongnu.org; Thu, 26 Jul 2007 04:35:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDyoh-0006Gm-5h for qemu-devel@nongnu.org; Thu, 26 Jul 2007 04:35:27 -0400 Received: from 149.red-80-37-155.staticip.rima-tde.net ([80.37.155.149] helo=claunia.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IDyog-0002NH-Lm for qemu-devel@nongnu.org; Thu, 26 Jul 2007 04:35:27 -0400 Received: from localhost (localhost [127.0.0.1]) by claunia.com (Postfix) with ESMTP id 79EF41C2EB50 for ; Thu, 26 Jul 2007 09:35:20 +0100 (BST) Received: from claunia.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14526-06 for ; Thu, 26 Jul 2007 09:33:46 +0100 (BST) Received: from [172.26.2.1] (zeus.claunia.com [172.26.2.1]) by claunia.com (Postfix) with ESMTP id D83EE1C2EB07 for ; Thu, 26 Jul 2007 09:33:45 +0100 (BST) Subject: Re: [Qemu-devel] IBM makes AIX 6 beta available for download for everyone From: Natalia Portillo In-Reply-To: <8F72A835-4F0D-4151-84DD-5001DB567B6C@web.de> References: <469D6D9D.1040003@olifantasia.com> <1184746537.7315.33.camel@localhost> <1184767140.403.39.camel@wombat.dlib.indiana.edu> <404BAA38-A36C-4F6E-BB4A-A58C4B4BDC07@web.de> <8F72A835-4F0D-4151-84DD-5001DB567B6C@web.de> Content-Type: text/plain; charset=ISO-8859-15 Date: Thu, 19 Jul 2007 08:23:53 +0100 Message-Id: <1184829833.10226.1.camel@localhost> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org El jue, 19-07-2007 a las 00:46 +0200, Andreas F=E4rber escribi=F3: > Am 18.07.2007 um 18:26 schrieb Blue Swirl: >=20 > >> > It looks like open hack'ware is pretty much stalled, so its hard > >> > telling > >> > what progress will be made futurewise. > >> > >> Might it be possible to replace it with OpenBIOS? > > > > Sure, and as both are GPL useful, code can be shared. But some PPC > > developers are needed. It may still be easier to fix the OHW bugs tha= n > > start over anew. >=20 > Not sure I understand... I thought Open Firmware was based on =20 > platform independent Forth code? > I'm running on ppc64 and could try to compile something under Linux =20 > in case that's the problem. Yes, OF is basically a Forth-interpreter. Of course this Forth-interpreter is in C and compile to machine code :p Then you can add modules in F-Code machine independent code. Try to compile OpenBIOS under Linux/PPC (using 32bit compiler, not ppc64) and comment us.