From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DBwPa-0002O9-FY for qemu-devel@nongnu.org; Thu, 17 Mar 2005 09:55:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DBwPX-0002MO-9M for qemu-devel@nongnu.org; Thu, 17 Mar 2005 09:55:43 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBwPW-0002LP-Pz for qemu-devel@nongnu.org; Thu, 17 Mar 2005 09:55:42 -0500 Received: from [157.193.49.14] (helo=cedar.UGent.be) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DBw6u-000476-Ep for qemu-devel@nongnu.org; Thu, 17 Mar 2005 09:36:28 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by cedar.UGent.be (Postfix) with ESMTP id D9BC2193467 for ; Thu, 17 Mar 2005 15:36:25 +0100 (CET) Received: from cedar.UGent.be ([127.0.0.1]) by localhost (bonobo.UGent.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11671-05 for ; Thu, 17 Mar 2005 15:36:22 +0100 (CET) Received: from trappist.elis.UGent.be (trappist.elis.UGent.be [157.193.204.1]) by cedar.UGent.be (Postfix) with ESMTP id 6544E19347B for ; Thu, 17 Mar 2005 15:36:22 +0100 (CET) Received: from [157.193.206.33] (bigmac.elis.UGent.be [157.193.206.33]) by trappist.elis.UGent.be (8.11.6/8.11.6) with ESMTP id j2HEaL404173 for ; Thu, 17 Mar 2005 15:36:22 +0100 Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <711964607@web.de> References: <711964607@web.de> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3c01754155d23e22ae3f1fc3c02f88dc@elis.ugent.be> Content-Transfer-Encoding: 7bit From: Jonas Maebe Subject: Re: Update: [Qemu-devel] MS-DOS Network Client Date: Thu, 17 Mar 2005 15:36:21 +0100 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 17 mrt 2005, at 15:22, Andreas Krause wrote: > But: Both configuration aren't able to transmit a single packet. Using > Linux or NT4.0 images with the same configuration of qemu and host OS > networking works pretty fine. But no networking in DOS. > > Any clue? I think there is some problem with interrupts under Dos. When booting FreeDos (the image from freeoszoo) and choosing the config with the mouse driver (I think it's the emm386 one), then qemu hangs during the initialisation of the mouse driver in some emulation loop involving an IRQ. Jonas