From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVciN-0003gw-CG for qemu-devel@nongnu.org; Wed, 02 Jun 2004 16:51:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVciL-0003gQ-Gf for qemu-devel@nongnu.org; Wed, 02 Jun 2004 16:51:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVciL-0003gN-DZ for qemu-devel@nongnu.org; Wed, 02 Jun 2004 16:51:57 -0400 Received: from [81.209.184.159] (helo=dd2718.kasserver.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVchq-0007Dt-JG for qemu-devel@nongnu.org; Wed, 02 Jun 2004 16:51:26 -0400 Received: from [192.168.0.7] (dsl-082-083-135-001.arcor-ip.net [82.83.135.1]) by dd2718.kasserver.com (Postfix) with ESMTP id A898B92574 for ; Wed, 2 Jun 2004 22:49:38 +0200 (CEST) Message-ID: <40BE3DE2.8090509@fabianowski.de> Date: Wed, 02 Jun 2004 22:51:46 +0200 From: Bartosz Fabianowski MIME-Version: 1.0 Subject: Re: [Qemu-devel] Question about WINE References: <4563.216.75.85.126.1086208115.squirrel@smail.binghamton.edu> In-Reply-To: <4563.216.75.85.126.1086208115.squirrel@smail.binghamton.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 > Wine is a re-write of the windows APIs for Linux. It's not related to > Q-Emu at all. The Wine project is not related to QEMU. But QEMU is related to Wine - in that using QEMU, it is possible to run Wine (and thus, many Windows applications) on non x86 architectures. This is also stated on QEMU's website: "User mode emulation (Linux host only). In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU. It can be used to launch the Wine Windows API emulator or to ease cross-compilation and cross-debugging." Unfortunately, since I am not using Linux, I am unable to help the original poster with getting the user mode emulation to work on his Mac. Keep trying though, it should theoretically be possible to get this running. - Bartosz