From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KB5HX-0007bX-Cv for qemu-devel@nongnu.org; Tue, 24 Jun 2008 05:57:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KB5HW-0007b4-A3 for qemu-devel@nongnu.org; Tue, 24 Jun 2008 05:57:46 -0400 Received: from [199.232.76.173] (port=60446 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KB5HW-0007ax-3D for qemu-devel@nongnu.org; Tue, 24 Jun 2008 05:57:46 -0400 Received: from rv-out-0708.google.com ([209.85.198.248]:58033) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KB5HV-0008Mq-0W for qemu-devel@nongnu.org; Tue, 24 Jun 2008 05:57:45 -0400 Received: by rv-out-0708.google.com with SMTP id f25so7273568rvb.22 for ; Tue, 24 Jun 2008 02:57:43 -0700 (PDT) Message-ID: <761ea48b0806240257h58204776x317614d3bed78268@mail.gmail.com> Date: Tue, 24 Jun 2008 11:57:43 +0200 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] Linux kernel image for Emulator - Regd. In-Reply-To: <4860BF1F.3050603@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4860BF1F.3050603@amd.com> 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 Tue, Jun 24, 2008 at 11:32 AM, Sudheer Papothi wrote: > > qemu: fatal: Bad mode 0 Your kernel is probably writing some undefined mode in the CPSR. Most implementations will translate that to another valid mode, qemu doesn't. Laurent