From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ji8El-0007Ob-NY for qemu-devel@nongnu.org; Sat, 05 Apr 2008 09:15:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ji8Ej-0007Nn-Uy for qemu-devel@nongnu.org; Sat, 05 Apr 2008 09:15:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ji8Ej-0007Ne-PB for qemu-devel@nongnu.org; Sat, 05 Apr 2008 09:15:13 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Ji8Ej-0000zw-LB for qemu-devel@nongnu.org; Sat, 05 Apr 2008 09:15:13 -0400 Message-ID: <005201c8971f$0cc4bee0$0201a8c0@zeug> From: "Sebastian Herbszt" References: <20080402014610.GA17901@ohio.lan><46d6db660804040045g5120a8d3q76039f798f1b9937@mail.gmail.com> <20080405044807.GA4049@ohio.lan> Date: Sat, 5 Apr 2008 15:14:14 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [ANN] Bochs bios ported to gcc 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 >> Thanks for this work. I noticed the "F12" key to choose device to >> boot >> from is missing from your bios, compared to the lastest qemu >> snapshot. >> Any plan to include it soon ? > > Hrmm. I don't see the source code for it. The feature is not in > bochs cvs, and I don't see a patch in the qemu svn. > > Any ideas on where the code came from? bochs cvs, bios/rombios.c - Revision 1.202 - BIOS boot menu support added (SF patch #1901027 by Sebastian) http://bochs.cvs.sourceforge.net/bochs/bochs/bios/rombios.c?view=log - Sebastian