From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTosP-0002ZF-TO for qemu-devel@nongnu.org; Mon, 15 Nov 2004 16:59:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTosP-0002Ym-9N for qemu-devel@nongnu.org; Mon, 15 Nov 2004 16:59:09 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTojI-0005th-Vx for qemu-devel@nongnu.org; Mon, 15 Nov 2004 16:49:45 -0500 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id 3BC17331B0 for ; Mon, 15 Nov 2004 22:49:44 +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 11108-10 for ; Mon, 15 Nov 2004 22:49:44 +0100 (CET) Received: from bellard.org (unknown [84.99.204.24]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 0932F3318B for ; Mon, 15 Nov 2004 22:49:43 +0100 (CET) Message-ID: <41992481.6050405@bellard.org> Date: Mon, 15 Nov 2004 22:49:53 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Windows 98 / Floppy References: <1100512467.3273.10.camel@localhost.localdomain> In-Reply-To: <1100512467.3273.10.camel@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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, Could you find which patch broke the floppy with win98 ? Fabrice. Stefan Becker wrote: > Hello Developers, > > there is a Problem with Windows98 SE/Floppy/qemu 0.61. > > My Host: Fedora Core 2.0 > > If i go in Explorer to "a:", then there is a Bluescreen: > > "General Protection Fault 0D at Adress F000:00000935". > > With Version 0.60 that works perfect. The Problem is with an Image or > with the real Device /dev/fd0. > > I start Qemu on the Commandline with: > > "qemu -hda /win98.img -pci -cirrusvga -localtime -fda /dev/fd0 > -enable-audio -user-net -smb qemu" > > NT 4 as Guest now works perfect. > > At this Place great Thnak to all Developers of Qemu! > > Stefan Becker