From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HcGAG-0003yH-TG for qemu-devel@nongnu.org; Fri, 13 Apr 2007 03:25:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HcGAC-0003qM-L1 for qemu-devel@nongnu.org; Fri, 13 Apr 2007 03:25:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcGAC-0003qJ-G1 for qemu-devel@nongnu.org; Fri, 13 Apr 2007 03:25:44 -0400 Received: from ms01.sssup.it ([193.205.80.99] helo=sssup.it) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HcG5v-0003Ym-GK for qemu-devel@nongnu.org; Fri, 13 Apr 2007 03:21:20 -0400 Received: from [193.205.82.7] (HELO gandalf.sssup.it) by sssup.it (CommuniGate Pro SMTP 4.1.8) with ESMTP-TLS id 29559314 for qemu-devel@nongnu.org; Fri, 13 Apr 2007 09:15:06 +0200 Received: from [10.30.3.110] (chrome.retis [10.30.3.110]) by gandalf.sssup.it (8.12.10/8.12.10) with ESMTP id l3D7KOEd011997 for ; Fri, 13 Apr 2007 09:20:24 +0200 Message-ID: <461F2F64.8030209@gmail.com> Date: Fri, 13 Apr 2007 09:21:08 +0200 From: Claudio Scordino MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Emulating x86 DOS on ARM Linux 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 Hi all, I want to know if is possible to emulate a x86 running Microsoft DOS (or, at least, FreeDOS) on a ARM920T running Linux. In fact, I've seen from http://fabrice.bellard.free.fr/qemu/status.html that the Host ARM support is still in a testing phase. Moreover, I would need to know how to cross-compile the Qemu binary for the ARM on a x86 Linux host (I didn't find any webpage explaining how to do that...) Many thanks for any help and suggestion, Claudio