From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFayR-00048B-Kc for qemu-devel@nongnu.org; Thu, 07 Oct 2004 12:18:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFayQ-00047o-VC for qemu-devel@nongnu.org; Thu, 07 Oct 2004 12:18:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFayQ-00047h-RY for qemu-devel@nongnu.org; Thu, 07 Oct 2004 12:18:34 -0400 Received: from [62.241.160.9] (helo=shockwave.systems.pipex.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFarC-0005jg-B5 for qemu-devel@nongnu.org; Thu, 07 Oct 2004 12:11:06 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Where are the runtime files? Date: Thu, 7 Oct 2004 17:11:03 +0100 References: <20041007160852.GC494@top.turner.com> In-Reply-To: <20041007160852.GC494@top.turner.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410071711.03106.paul@codesourcery.com> Reply-To: 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 Cc: "Mark J. Reed" On Thursday 07 October 2004 17:08, Mark J. Reed wrote: > I'm running qemu on OS X. It works fine with a disk image, but how do I > run user-space programs? The doc says that there should be a package > named qemu-i386-runtime-* on the web site, but I don't see any such > file. And qemu seems to want a disk . . AFAIK user-space emulation only works on linux. Paul