From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ENtms-0005L2-JR for qemu-devel@nongnu.org; Fri, 07 Oct 2005 11:05:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ENtmq-0005Kp-TC for qemu-devel@nongnu.org; Fri, 07 Oct 2005 11:05:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ENtmq-0005Km-Ps for qemu-devel@nongnu.org; Fri, 07 Oct 2005 11:05:28 -0400 Received: from [134.130.3.130] (helo=ms-dienst.rz.rwth-aachen.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ENtmq-0006B6-KE for qemu-devel@nongnu.org; Fri, 07 Oct 2005 11:05:28 -0400 Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0INZ00DB8WL2OR@ms-dienst.rz.rwth-aachen.de> for qemu-devel@nongnu.org; Fri, 07 Oct 2005 17:05:27 +0200 (MEST) Received: from [137.226.40.101] (pc42.xtal.RWTH-Aachen.DE [137.226.40.101]) by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id j97F5QP9004861 for ; Fri, 07 Oct 2005 17:05:26 +0200 (MEST) Date: Fri, 07 Oct 2005 17:05:35 +0200 From: Jan Marten Simons Subject: Re: [Qemu-devel] QEMU + DOSEMU In-reply-to: Message-id: <43468EBF.5080603@xtal.rwth-aachen.de> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: QUOTED-PRINTABLE References: 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 Juan Mart=EDn Carril wrote: > Hi > =20 > How i can use Qemu with Dosemu ?? > =20 > =20 > Thk I'm not sure, what you're trying to do, but you can install almost al= l=20 flavours of DOS in just qemu. But if you insist on using dosemu insid= e=20 of qemu, then you'll go best installing some minimal linux into the q= emu=20 system emulation and get dosemu for this system. If you only want to = run=20 dosemu on a non-supported os (witch is supported by qemu) then you co= uld=20 use the same method which applies to wine on ppc: * 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 (http://www.winehq.org) or to ease cross-compilation and cross-debugging. I think there was some howto for this either on this ML or in the for= um. With regards, Jan