From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LdrAC-0004F4-Pr for qemu-devel@nongnu.org; Sun, 01 Mar 2009 14:17:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LdrAB-0004Dc-9J for qemu-devel@nongnu.org; Sun, 01 Mar 2009 14:17:24 -0500 Received: from [199.232.76.173] (port=40973 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdrAB-0004DU-4e for qemu-devel@nongnu.org; Sun, 01 Mar 2009 14:17:23 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:58008) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LdrAA-0007is-CS for qemu-devel@nongnu.org; Sun, 01 Mar 2009 14:17:22 -0500 In-Reply-To: Subject: Re: [Qemu-devel] OpenBIOS release From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Sun, 01 Mar 2009 20:19:04 +0100 CET Message-Id: <15468567146-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: Blue Swirl Cc: openbios@openbios.org, qemu-devel@nongnu.org > On 3/1/09, Fran=C3=A7ois Revol wrote: > > > Hi, > > > > > > I think we are pretty much ready for the 1.0 release of > > > OpenBIOS. > > > I'll > > > bump the version number, update the web pages and upload the > > > image > > > files also to Qemu within a few hours, unless there are > > > objections. > > > > > > Does this one support -nographics =3F > > Yes. > > > Also, while I got a binary that makes the Haiku loader go a little > > further, it's not booting yet, though I can't assert if it's > > OpenBIOS > > or the loader. > > > > AFAIK it actually used to boot long ago on Pegasos, so it should > > still > > do more than currently. > > This is what I get with Haiku: > 0 > boot > > checking for memory... > 0: base =3D 0x00000000, size =3D 134217728 > 1: empty region > total physical memory =3D 128 MB > suggested page table size =3D 1048576 > need new page table, size =3D 1048576! > new table at: 0x07d00000 > MSR: 0x00003030 > found 4 translations > found page table! > no mapping for the exception handlers! > Laurent Vivier handed me a binary which prints a little more: checking for memory... 0: base =3D 0x00000000, size =3D 134217728 1: empty region total physical memory =3D 128 MB suggested page table size =3D 1048576 need new page table, size =3D 1048576! new table at: 0x07d00000 MSR: 0x00003030 found 6 translations found exception handlers! found page table! Don't know exactly what he changed. Though it still seems to hand in set-callbacks. Fran=C3=A7ois.