From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CE7DC-0001XF-PA for qemu-devel@nongnu.org; Sun, 03 Oct 2004 10:19:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CE7DC-0001X0-7D for qemu-devel@nongnu.org; Sun, 03 Oct 2004 10:19:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CE7DC-0001Wp-0e for qemu-devel@nongnu.org; Sun, 03 Oct 2004 10:19:42 -0400 Received: from [38.113.3.61] (helo=smtp-out.hotpop.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CE76T-0006Ve-MG for qemu-devel@nongnu.org; Sun, 03 Oct 2004 10:12:45 -0400 Received: from phreaker.net (kubrick.hotpop.com [38.113.3.103]) by smtp-out.hotpop.com (Postfix) with SMTP id EA1068AAC6C for ; Sun, 3 Oct 2004 14:12:41 +0000 (UTC) Received: from jbrown.mylinuxbox.org (pcp03144805pcs.midval01.tn.comcast.net [68.59.228.236]) by smtp-1.hotpop.com (Postfix) with ESMTP id 41E221A0182 for ; Sun, 3 Oct 2004 14:12:34 +0000 (UTC) Date: Sun, 3 Oct 2004 10:12:23 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] Port to IRIX host Message-ID: <20041003141223.GA14488@jbrown.mylinuxbox.org> References: <415FE91E.9060608@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Sun, Oct 03, 2004 at 04:00:50PM +0200, Johannes Schindelin wrote: > A question: i386-user is supposed to only run linux binaries, right? What > are the reasons that it is disabled on Windows? Could there be a way to > make it run on Windows, and also on IRIX? > > Ciao, > Dscho > i386-user makes Linux syscalls. To use it in Windows, you'd have to emulate the linux syscalls. Same for IRIX. Its purpose (the original purpose of qemu) is to let you run x86 linux binaries (such as Wine) on non-x86 distros. -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.