From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBrJi-0003mv-LO for qemu-devel@nongnu.org; Sat, 21 Nov 2009 09:52:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBrJb-0003kT-F2 for qemu-devel@nongnu.org; Sat, 21 Nov 2009 09:52:00 -0500 Received: from [199.232.76.173] (port=53157 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBrJb-0003kL-7S for qemu-devel@nongnu.org; Sat, 21 Nov 2009 09:51:55 -0500 Received: from mail.gmx.net ([213.165.64.20]:55025) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NBrJa-0001KC-Gb for qemu-devel@nongnu.org; Sat, 21 Nov 2009 09:51:54 -0500 Message-ID: <3A873C122E734DFCA11518D2FE7FF325@FSCPC> From: "Sebastian Herbszt" Date: Sat, 21 Nov 2009 15:51:22 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu-system-mips and non ELF linux kernel List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Is it possible to load a non ELF linux kernel in qemu-system-mips with -kernel? According to the documentation [1] the kernel should be loaded at a specific memory address and then started from the entry address. Is something like that possible? [1] http://www.castalie.org/projects/DM111P.html - Sebastian