From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZSiO-0006aL-9L for qemu-devel@nongnu.org; Tue, 17 Feb 2009 11:22:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZSiM-0006a7-QH for qemu-devel@nongnu.org; Tue, 17 Feb 2009 11:22:31 -0500 Received: from [199.232.76.173] (port=52793 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZSiM-0006a4-JD for qemu-devel@nongnu.org; Tue, 17 Feb 2009 11:22:30 -0500 Received: from smtp6-g21.free.fr ([212.27.42.6]:40366) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZSiL-00086X-TM for qemu-devel@nongnu.org; Tue, 17 Feb 2009 11:22:30 -0500 Received: from smtp6-g21.free.fr (localhost [127.0.0.1]) by smtp6-g21.free.fr (Postfix) with ESMTP id D0DB5E081F8 for ; Tue, 17 Feb 2009 17:22:26 +0100 (CET) Received: from laptop (vaf26-2-82-244-111-82.fbx.proxad.net [82.244.111.82]) by smtp6-g21.free.fr (Postfix) with ESMTP id CFA60E0814A for ; Tue, 17 Feb 2009 17:22:23 +0100 (CET) In-Reply-To: Subject: Re: [Qemu-devel] PPC Haiku From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Tue, 17 Feb 2009 17:23:51 +0100 CET Message-Id: <24109541234-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 > On 2/17/09, Fran=C3=A7ois Revol wrote: > > > > It seems OpenBIOS doesn't call the loader with translation > > > > turned > > > > on > > > > or > > > > something alike. I thought OF specs required it, but it seems > > > > OpenBIOS > > > > isn't alone there... > > > > > > OpenBIOS is running with enabled MMU and doesn't turn it off > > > when it > > > call the loader. > > > > > > Hmm ok so it's because it doesn't find it... > > > > Is there a way to get the OpenBIOS console to serial =3F > > I tried -prom-env output-device=3Dttyb or ttya to no avail. > > Also tried the OFW thing "com1 io"... > > With OpenBIOS r452 (two days old), you can simply use -nographic. Ah nice, but it's not in qemu svn yet is it =3F ;) Fran=C3=A7ois.