From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FCNKo-0003Zj-Fb for qemu-devel@nongnu.org; Thu, 23 Feb 2006 15:45:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FCMp3-0005eW-Ox for qemu-devel@nongnu.org; Thu, 23 Feb 2006 15:12:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCM4U-0003BW-Fk for qemu-devel@nongnu.org; Thu, 23 Feb 2006 14:24:15 -0500 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FCMBG-0007OZ-7u for qemu-devel@nongnu.org; Thu, 23 Feb 2006 14:31:14 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Add more devices for MIPS system emulation Date: Thu, 23 Feb 2006 19:24:06 +0000 References: <20060221191118.GA4110@networkno.de> <200602221528.05709.paul@codesourcery.com> <20060222173542.GA19397@networkno.de> In-Reply-To: <20060222173542.GA19397@networkno.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602231924.07802.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thiemo Seufer Cc: qemu-devel@nongnu.org On Wednesday 22 February 2006 17:35, Thiemo Seufer wrote: > On Wed, Feb 22, 2006 at 03:28:04PM +0000, Paul Brook wrote: > > On Tuesday 21 February 2006 19:11, Thiemo Seufer wrote: > > > Hello All, > > > > > > this adds to the MIPS system emulation: > > > - Harddisk emulation, including MSDOS partition labels. > > > > Why do you need the bootsector bits? IIUC this was an x86 specific hack > > to make the x86 bios load the kernel passed with -kernel. > > The MIPS emulation jumps directly to the loaded kernel, so this should > > not be necessary. > > That's the current state since there is no real mips firmware, but Qemu > should also be able to boot from an image. E.g. Linux/MIPS on > DECstations uses MSDOS disklabels. I don't see how providing a fake an x86 boot sector would help this. Presumably the DECstation firmware just knows how to load an image from disk. Paul