From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cs7mU-00048K-5Q for qemu-devel@nongnu.org; Fri, 21 Jan 2005 18:01:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cs7mE-00040B-2u for qemu-devel@nongnu.org; Fri, 21 Jan 2005 18:01:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cs7mB-0003xR-Rl for qemu-devel@nongnu.org; Fri, 21 Jan 2005 18:01:11 -0500 Received: from [171.64.10.152] (helo=smtp-roam.Stanford.EDU) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cs7U4-0007lK-Ls for qemu-devel@nongnu.org; Fri, 21 Jan 2005 17:42:28 -0500 Subject: Re: [Qemu-devel] Re: OT: Running qemu without host os? References: <20050121170202.GA11609@jbrown.mylinuxbox.org> <20050121192314.GA12367@jbrown.mylinuxbox.org> <87d5vy8o6z.fsf@benpfaff.org> <20050121223603.GA14127@jbrown.mylinuxbox.org> From: Ben Pfaff Date: Fri, 21 Jan 2005 14:42:27 -0800 In-Reply-To: <20050121223603.GA14127@jbrown.mylinuxbox.org> (Jim C. Brown's message of "Fri, 21 Jan 2005 17:36:03 -0500") Message-ID: <87sm4u76b0.fsf@benpfaff.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Ben Pfaff Reply-To: blp@cs.stanford.edu, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jbrown106@swift-mail.com Cc: qemu-devel@nongnu.org "Jim C. Brown" writes: > On Fri, Jan 21, 2005 at 01:30:44PM -0800, Ben Pfaff wrote: >> qemu does not need to run in X. Use the -nographic option. > > This only works if the guest OS is a linux kernel, and it requires the > -kernel option, if iirc. It works with any kernel that supports a serial (or network) console. It does not require -kernel. I have used it with Linux and with my own instructional OS, Pintos, to useful effect. -- "Premature optimization is the root of all evil." --D. E. Knuth, "Structured Programming with go to Statements"