From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Do2J3-0002sA-CB for qemu-devel@nongnu.org; Thu, 30 Jun 2005 12:54:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Do2Iw-0002o1-2E for qemu-devel@nongnu.org; Thu, 30 Jun 2005 12:54:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do2Is-0002jv-Ni for qemu-devel@nongnu.org; Thu, 30 Jun 2005 12:54:18 -0400 Received: from [212.50.211.55] (helo=adonis.kotinet.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Do2C0-0005IK-Qn for qemu-devel@nongnu.org; Thu, 30 Jun 2005 12:47:13 -0400 Received: from [192.168.0.177] (adsl-82-141-87-67.kotinet.com [82.141.87.67]) by adonis.kotinet.com (Postfix) with ESMTP id 3F25CCE36A for ; Thu, 30 Jun 2005 19:42:07 +0300 (EEST) Message-ID: <42C421B4.2020401@kotinet.com> Date: Thu, 30 Jun 2005 19:45:40 +0300 From: Tero Kaarlela MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-system-ppc: blank screen References: <20050630162013.GA2714@code-monkey.de> In-Reply-To: <20050630162013.GA2714@code-monkey.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Tilman Sauerbeck wrote: >Hi, >I'm trying to run qemu-system-ppc on a x86 box (Linux 2.6.12, gcc >3.4.3), but the SDL window that qemu opens just stays black, there's no >output at all (nothing on stdout either). > >For example, I tried to run qemu-system-ppc with the linux-ppc image >from freeoszoo.org. >I launched qemu like this: > >qemu-system-ppc -prep -kernel zImage.prep linux-ppc.img > > > If you are using current CVS try qemu-system-ppc -M prep -kernel zImage.prep linux-ppc.img BTW in order to get that image to boot you need patch for ide.c that Jim C Brown posted here few days ago. and that image has french keyb layout so do 'loadkeys' us when you get it to boot. Tero