From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPwaB-0003K7-EQ for qemu-devel@nongnu.org; Fri, 27 May 2011 08:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPwaA-00057H-Kk for qemu-devel@nongnu.org; Fri, 27 May 2011 08:56:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPwaA-00057C-Dh for qemu-devel@nongnu.org; Fri, 27 May 2011 08:56:02 -0400 Date: Fri, 27 May 2011 18:25:57 +0530 From: Amit Shah Message-ID: <20110527125557.GB30093@amit-x200.redhat.com> References: <20110526195900.GE2849@hermes> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110526195900.GE2849@hermes> Subject: Re: [Qemu-devel] Booting custom kernel in qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Apelete Seketeli Cc: qemu-devel@nongnu.org On (Thu) 26 May 2011 [21:59:01], Apelete Seketeli wrote: > Hello, > > I'm trying to boot a custom linux kernel in qemu, and I plan to > contribute the necessary work to make it work (this is the first step > I'm taking to add OS support in qemu). I'm totally new to qemu, and I > haven't found enough information to know how to start debugging the > thing, so I thought of asking here. > > I wanted to launch the kernel in a terminal for practical purposes, so > I tried: > > qemu -kernel bzImage -append console=ttyS0 Add -serial stdio to get those logs. Amit