From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cf4Qj-00072p-83 for qemu-devel@nongnu.org; Thu, 16 Dec 2004 17:49:05 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cf4Qi-00072I-BG for qemu-devel@nongnu.org; Thu, 16 Dec 2004 17:49:04 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cf4G6-0003CF-DU for qemu-devel@nongnu.org; Thu, 16 Dec 2004 17:38:06 -0500 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id C7F9A331FB for ; Thu, 16 Dec 2004 23:38:04 +0100 (CET) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32054-01 for ; Thu, 16 Dec 2004 23:38:04 +0100 (CET) Received: from [84.99.204.74] (unknown [84.99.204.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 9A16433180 for ; Thu, 16 Dec 2004 23:38:04 +0100 (CET) Message-ID: <41C20E6A.7010507@bellard.org> Date: Thu, 16 Dec 2004 23:38:34 +0100 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] SMB for DOS ? 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, In order to have similar features to dosemu in QEMU, implementing MFS support in QEMU would be useful, but it would require a lot of work. I just look at this page: http://freebooks.by.ru/view/SambaIn24h/ch15.htm . It seems that there is a free M$ SMB client for MSDOS. Did someone try it ? If it works with the integrated QEMU SMB facility, it can be very interesting... Fabrice.