From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JiCkw-0005N6-A3 for qemu-devel@nongnu.org; Sat, 05 Apr 2008 14:04:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JiCks-0005Ms-Ni for qemu-devel@nongnu.org; Sat, 05 Apr 2008 14:04:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiCks-0005Mp-Ge for qemu-devel@nongnu.org; Sat, 05 Apr 2008 14:04:42 -0400 Received: from sitemail2.everyone.net ([216.200.145.36] helo=omta14.mta.everyone.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JiCks-0005kx-23 for qemu-devel@nongnu.org; Sat, 05 Apr 2008 14:04:42 -0400 Received: from dm43.mta.everyone.net (sj1-slb03-gw2 [172.16.1.96]) by omta14.mta.everyone.net (Postfix) with ESMTP id EEAA740FD2 for ; Sat, 5 Apr 2008 11:03:38 -0700 (PDT) Received: by dm43.mta.everyone.net (EON-AUTHRELAY2 - cfed347a) id dm43.47f36f85.13150a for ; Sat, 5 Apr 2008 11:03:38 -0700 Date: Sat, 5 Apr 2008 14:03:36 -0400 From: Kevin O'Connor Subject: Re: [Qemu-devel] Re: [ANN] Bochs bios ported to gcc Message-ID: <20080405180336.GA9598@ohio.lan> References: <20080405044807.GA4049@ohio.lan> <005201c8971f$0cc4bee0$0201a8c0@zeug> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005201c8971f$0cc4bee0$0201a8c0@zeug> 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 Sat, Apr 05, 2008 at 03:14:14PM +0200, Sebastian Herbszt wrote: >>> 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 Sorry, I somehow missed that. Sure, I'll port the feature over. > > - Sebastian > Sebastian, should the menu be in the boot code instead of the post code? -Kevin