From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Exnyq-0002Ib-Gu for qemu-devel@nongnu.org; Sat, 14 Jan 2006 11:10:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Exnyo-0002GB-4X for qemu-devel@nongnu.org; Sat, 14 Jan 2006 11:10:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Exnyj-0002FV-7f for qemu-devel@nongnu.org; Sat, 14 Jan 2006 11:10:09 -0500 Received: from [66.93.172.17] (helo=nevyn.them.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Exo1u-0004X4-CS for qemu-devel@nongnu.org; Sat, 14 Jan 2006 11:13:26 -0500 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1ExnwV-0003JQ-Hf for qemu-devel@nongnu.org; Sat, 14 Jan 2006 11:07:51 -0500 Date: Sat, 14 Jan 2006 11:07:51 -0500 From: Daniel Jacobowitz Subject: Re: [Qemu-devel] MIPS emulation? Message-ID: <20060114160751.GA12706@nevyn.them.org> References: <43C83416.4010307@wpkg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43C83416.4010307@wpkg.org> 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, Jan 14, 2006 at 12:13:26AM +0100, Tomasz Chmielewski wrote: > According to the docs on http://qemu.org/qemu-doc.html#SEC45, Qemu "is > able to boot a Linux kernel and to run a Linux Debian installation from > NFS". > > I downloaded debian-31r1a-mips-netinst.iso image, and tried to start it: > > # qemu-system-mips -boot d -m 128 -cdrom debian-31r1a-mips-netinst.iso > mips_r4k_init: start > mips_r4k_init: load BIOS '/usr/share/qemu/mips_bios.bin' size 131072 > > The only thing that happen is Qemu window being open, black all the time. > > When checked with "top", qemu-system-mips process takes about 70-80% of > CPU time. > > I created the /usr/share/qemu/mips_bios.bin file with dd command. > > > Why doesn't it start for me? (A) You have to build a qemu-specific kernel to use the MIPS QEMU. (B) I have no idea if that method works with MIPS qemu; I only tested -kernel. -- Daniel Jacobowitz CodeSourcery