From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cgt1P-000354-IN for qemu-devel@nongnu.org; Tue, 21 Dec 2004 18:02:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cgt1O-00034B-65 for qemu-devel@nongnu.org; Tue, 21 Dec 2004 18:02:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cgt1O-000340-1i for qemu-devel@nongnu.org; Tue, 21 Dec 2004 18:02:26 -0500 Received: from [62.2.95.247] (helo=smtp.hispeed.ch) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CgsqW-0006wB-Fp for qemu-devel@nongnu.org; Tue, 21 Dec 2004 17:51:12 -0500 Received: from nbbolle (80-218-110-20.dclient.hispeed.ch [80.218.110.20]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with ESMTP id iBLMp8M3012493 for ; Tue, 21 Dec 2004 23:51:08 +0100 From: "Andreas Bollhalder" Subject: RE: [Qemu-devel] Patch: virtual vfat support Date: Tue, 21 Dec 2004 23:47:55 +0100 Message-ID: <000001c4e7af$1c634f60$6401a8c0@geodb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable In-Reply-To: Reply-To: bolle@geodb.org, 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 Hello I tested the QEMU.EXE from FreeOSZoo with your patch on WinXP. Starting QEMU.EXE like the following: D:\TEST\QEMU\qemu.exe -L . -localtime -m 32 -isa -cirrusvga -user-net -enable-audio -boot c -fda bbe-fd.img -hda bbe-hd.dsk -hdb vvfat:/TEMP/2 The directory "/TEMP/2" is in the D: drive. It works fine with FreeDOS Beta9. Unfortunatly, I can't change the path to another drive (partition). I tried /D/TEST/2 D:\TEST\2 /D:/TEST/2 The one introduced is the only one working. Nice, sorry about my lot wishes, usage of UNC path's... Great work, really!! Andreas