From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bo2Og-00083o-KQ for qemu-devel@nongnu.org; Fri, 23 Jul 2004 11:55:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bo2Of-00082Q-7b for qemu-devel@nongnu.org; Fri, 23 Jul 2004 11:55:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bo2Oe-000820-ON for qemu-devel@nongnu.org; Fri, 23 Jul 2004 11:55:44 -0400 Received: from [151.189.21.43] (helo=mail-in-03.arcor-online.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Bo2Kz-0003E0-8y for qemu-devel@nongnu.org; Fri, 23 Jul 2004 11:51:57 -0400 Received: from hatatitla.NotaMusica.com (dsl-082-082-146-239.arcor-ip.net [82.82.146.239]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id 3CF5E17301 for ; Fri, 23 Jul 2004 17:51:59 +0200 (CEST) Received: from hatatitla.NotaMusica.com (jmartin@localhost [127.0.0.1]) by hatatitla.NotaMusica.com (8.12.3/8.12.3/Debian-6.6) with ESMTP id i6NFppGN002867 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 23 Jul 2004 17:51:52 +0200 Received: from localhost (jmartin@localhost) by hatatitla.NotaMusica.com (8.12.3/8.12.3/Debian-6.6) with ESMTP id i6NFpp1P002862 for ; Fri, 23 Jul 2004 17:51:51 +0200 Date: Fri, 23 Jul 2004 17:51:50 +0200 (CEST) From: Johannes Martin Subject: Re: [Qemu-devel] QEMU floppy problems (was: ecos and qemu) In-Reply-To: <20040723181412.4a5d1566.jani@iv.ro> Message-ID: References: <20040723111415.4c10521f.jani@iv.ro> <87oem6vkcs.fsf@benpfaff.org> <20040723181412.4a5d1566.jani@iv.ro> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Fri, 23 Jul 2004, Jani Monoses wrote: > > The difference: booting probably goes through int13 on all systems, i.e. > > through the bios, but once OS/2 and Win98 later access floppies by > but the bios int13 also runs over qemu doesn't it ? Yes, it probably does, but it might not rely on some feature of the FDC that OS/2 or Win98/NT need, so the bug or missing feature in the FDC emulation will not be triggered. Johannes