From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DJcZs-0004CC-T9 for qemu-devel@nongnu.org; Thu, 07 Apr 2005 15:22:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DJcZr-0004Bq-Gi for qemu-devel@nongnu.org; Thu, 07 Apr 2005 15:22:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DJcUf-0003Z9-1F for qemu-devel@nongnu.org; Thu, 07 Apr 2005 15:16:45 -0400 Received: from [62.2.95.247] (helo=smtp.hispeed.ch) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DJcmd-000892-73 for qemu-devel@nongnu.org; Thu, 07 Apr 2005 15:35:21 -0400 Received: from nbbolle (84-72-197-183.dclient.hispeed.ch [84.72.197.183]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with ESMTP id j37JYVO6026117 for ; Thu, 7 Apr 2005 21:34:31 +0200 From: "Andreas Bollhalder" Date: Thu, 7 Apr 2005 21:30:40 +0200 Message-ID: <000801c53ba8$48b122c0$6401a8c0@geodb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable In-Reply-To: <200504030643.13171.caiqiang@ustc.edu> Subject: [Qemu-devel] FreeDOS Testimage Reply-To: bolle@geodb.org, 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 Hello all I have a simple disk image with the current FreeDOS kernel (2035a). When loading FreeDOS with HIMEM, EMM386 and FDAPM together, I loose the keyboard and QEMU freeze. I can't switch to the monitor nor the other consoles (ser0, par0). I need to kill the QEMU process. This happens on my WinXP host with all QEMU versions I have (from 0.6.1 to daily builds from FreeOSZoo and my owns). I will verify on my Gentoo machine at my work tomorrow. The image can be downloaded here: http://geodb.org/download/fdostest.zip (124kB) Start QEMU with this image as the first hard disk. When starting, you will be prompted for loading the three binaries HIMEM, EMM386 and FDAPM. Keep in mind, that no keyboard driver is loaded (may need to press Z for Yes...). none -> OK, but CPU usage is 100% FDAPM -> OK HIMEM + FDAPM -> OK HIMEM + EMM386 -> OK, but CPU usage is 100% HIMEM + EMM386 + FDAPM -> freeze I have the same effekt with DOSIDLE for FDAPM. This files works on my P350 without a clue. If someone could test and get an idea whats wrong, please let me know. Andreas