From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BIYo3-0004dL-KX for qemu-devel@nongnu.org; Tue, 27 Apr 2004 16:03:51 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BIYnX-0004SL-Hy for qemu-devel@nongnu.org; Tue, 27 Apr 2004 16:03:50 -0400 Received: from [193.252.22.28] (helo=mwinf0302.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIYnX-0004S1-8E for qemu-devel@nongnu.org; Tue, 27 Apr 2004 16:03:19 -0400 Received: from bellard.org (ATuileries-112-1-4-56.w81-53.abo.wanadoo.fr [81.53.133.56]) by mwinf0302.wanadoo.fr (SMTP Server) with ESMTP id 05675C0003B3 for ; Tue, 27 Apr 2004 22:03:17 +0200 (CEST) Message-ID: <408EBD04.6040602@bellard.org> Date: Tue, 27 Apr 2004 22:05:24 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Project: qemu OS zoo References: <20040427135333.GA14354@cs.unibo.it> <20040427170725.M22021@witch.dyndns.org> In-Reply-To: <20040427170725.M22021@witch.dyndns.org> 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 Hetz Ben Hamo wrote: > Hi, > > You might be careful, although win2k and winXP can be installed, there seems > to be some bugs which prevents few programs running inside the emulation (2 > examples: try the Wordpad in WinXP and try Partition Magic - both fail > immediately). > > Also the network part got quite few problems by itself (by default WinXP > doesn't detect the card and it seems it doesn't have the ne2k driver or > something - thats without Renzo's patch).. Do you have these problems with the latest release ? Now that these OSes can be launched I hope it will be easier to debug. There are still problems in win95/win98 for the hardware probe, although with my latest patches for self modifying code it works better. The hardware probe problem should explain the impression of slowness in win95/win98: the timers run about 10 times slower, so all the graphical animations are slowed down by this factor - hopefully QEMU itself is not so slow ! Fabrice.