From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ExY9G-0007m0-M9 for qemu-devel@nongnu.org; Fri, 13 Jan 2006 18:15:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ExY9F-0007lG-8f for qemu-devel@nongnu.org; Fri, 13 Jan 2006 18:15:57 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExY9E-0007l9-NU for qemu-devel@nongnu.org; Fri, 13 Jan 2006 18:15:56 -0500 Received: from [213.239.212.131] (helo=mail2.syneticon.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ExYCI-000640-61 for qemu-devel@nongnu.org; Fri, 13 Jan 2006 18:19:06 -0500 Received: from localhost (localhost [127.0.0.1]) by mail2.syneticon.net (Postfix) with ESMTP id 108E546732 for ; Sat, 14 Jan 2006 00:13:41 +0100 (CET) Received: from mail2.syneticon.net ([127.0.0.1]) by localhost (linux [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18176-05 for ; Sat, 14 Jan 2006 00:13:28 +0100 (CET) Received: from [81.173.151.53] (xdsl-81-173-151-53.netcologne.de [81.173.151.53]) by mail2.syneticon.net (Postfix) with ESMTP for ; Sat, 14 Jan 2006 00:13:27 +0100 (CET) Message-ID: <43C83416.4010307@wpkg.org> Date: Sat, 14 Jan 2006 00:13:26 +0100 From: Tomasz Chmielewski MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] MIPS emulation? 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 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? -- Tomasz Chmielewski http://wpkg.org