From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DV9nH-0002By-3G for qemu-devel@nongnu.org; Mon, 09 May 2005 11:03:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DV9nF-0002Ai-1g for qemu-devel@nongnu.org; Mon, 09 May 2005 11:03:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DV9nE-0002Aa-Vp for qemu-devel@nongnu.org; Mon, 09 May 2005 11:03:37 -0400 Received: from [64.233.184.204] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DV9bM-0006tT-Ms for qemu-devel@nongnu.org; Mon, 09 May 2005 10:51:20 -0400 Received: by wproxy.gmail.com with SMTP id 71so1790429wra for ; Mon, 09 May 2005 07:45:09 -0700 (PDT) Message-ID: <46d6db6605050907452754acd@mail.gmail.com> Date: Mon, 9 May 2005 16:45:09 +0200 From: Christian MICHON Subject: Re: [Qemu-devel] Linux 2.6.10 ? In-Reply-To: <200505090910.j499AbH21719@hofr.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200505090910.j499AbH21719@hofr.at> Reply-To: Christian MICHON , 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 @Nicholas Just to make sure, I'll be sending you off-list a "tiny" 2.6.10 kernel with a minimalistic embedded initramfs. It's quite small (<600k), just to check qemu is working fine. To use it, just do (tested with mingw/qemu-0.7.0): qemu-img create -f qcow hda.img 32M qemu -L . -hda hda.img -kernel tiny This kernel is self-sufficient, and only needs "-kernel" to boot. :) Christian