From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CchAL-0001yd-KE for qemu-devel@nongnu.org; Fri, 10 Dec 2004 04:34:21 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CchAL-0001yV-8j for qemu-devel@nongnu.org; Fri, 10 Dec 2004 04:34:21 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cch0L-00010D-M0 for qemu-devel@nongnu.org; Fri, 10 Dec 2004 04:24:01 -0500 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id 2EBF0331A6 for ; Fri, 10 Dec 2004 10:23:59 +0100 (CET) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14476-09 for ; Fri, 10 Dec 2004 10:23:59 +0100 (CET) Received: from [84.99.204.95] (unknown [84.99.204.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id A8578331C4 for ; Fri, 10 Dec 2004 10:23:58 +0100 (CET) Message-ID: <41B96B46.8040006@bellard.org> Date: Fri, 10 Dec 2004 10:24:22 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] newer bios in qemu References: <20041209073848.62db2089.Jens.Arm@gmx.de> In-Reply-To: <20041209073848.62db2089.Jens.Arm@gmx.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Jens Arm wrote: > Hi > > I have see, that qemu uses a quit old bios.bin from bochs. > Is it possible to use a newer one? I have tried, but get errors. > > > The is a other very very slow emu called faumachine.org so for fun I have tried there bios, because > it is a bios where you can change things at boot like in real world. > But if I try to use it I get a SegFault :( > Any ideas? Hi, I am relunctant to upgrade the BIOS because it is likely to introduce regressions. I do it only when problems related to it are signaled. Regarding configuration in the BIOS, it does not seem very useful yet, and the FAUmachine BIOS may use FAUmachine specific configuration I/Os. Fabrice.