From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBurO-0001Tw-KM for qemu-devel@nongnu.org; Sat, 21 Nov 2009 13:39:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBurJ-0001NN-2G for qemu-devel@nongnu.org; Sat, 21 Nov 2009 13:39:01 -0500 Received: from [199.232.76.173] (port=37760 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBurJ-0001NG-00 for qemu-devel@nongnu.org; Sat, 21 Nov 2009 13:38:57 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:58899) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBurI-0006I7-EW for qemu-devel@nongnu.org; Sat, 21 Nov 2009 13:38:56 -0500 Message-ID: <4B0833BE.1050108@mail.berlios.de> Date: Sat, 21 Nov 2009 19:38:54 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-system-mips and non ELF linux kernel References: <3A873C122E734DFCA11518D2FE7FF325@FSCPC> In-Reply-To: <3A873C122E734DFCA11518D2FE7FF325@FSCPC> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sebastian Herbszt Cc: qemu-devel@nongnu.org Sebastian Herbszt schrieb: > 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 Yes, it is possible. For ar7 (a mips based soc from TI) based dsl routers, it even works - see http://ar7-firmware.berlios.de/wiki/QEMU (german). - Stefan