From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfbcY-0007ZP-BW for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:38:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfbcT-0007Wl-Lf for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:38:09 -0400 Received: from [199.232.76.173] (port=55630 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfbcT-0007WV-Gc for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:38:05 -0400 Received: from mail-bw0-f227.google.com ([209.85.218.227]:54449) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MfbcS-0006rX-Sb for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:38:05 -0400 Received: by bwz27 with SMTP id 27so1717674bwz.34 for ; Mon, 24 Aug 2009 08:38:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20090823124410.GA30789@shareable.org> <53e878390908231020s32575288jf2dd1450bae241c9@mail.gmail.com> <20090823215558.GA9093@shareable.org> <53e878390908231554o39fb1700n8b495e6c1089fc6@mail.gmail.com> <53e878390908240811q645991ccs9714d6a9ea539b7e@mail.gmail.com> Date: Mon, 24 Aug 2009 17:38:02 +0200 Message-ID: <53e878390908240838gf96e19ev4f486f6c3a90d50b@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH 0 of 1] Fix for DOS keyboard problems From: Stefan Ring Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: qemu-devel@nongnu.org On Mon, Aug 24, 2009 at 5:34 PM, malc wrote: > On Mon, 24 Aug 2009, Stefan Ring wrote: > >> > There's other DOS application that exhibits erroneous keyboard >> > beahviour and i was curious whether your hack "fixes" it too (alas >> > it doesn't) - Command and Conquer, the demo can be found at: >> > >> > http://www.dosgamesarchive.com/download/command-and-conquer/ >> > >> > Keyboard is dysfunctional in both the setup and the game. What i'm >> > wondering now if this is a indeed pckbd or BIOS problem, but Bochs >> > where the former can be verified refuses to work on my machines, >> > perhaps someone could give it a try and report here? >> >> I just tried to run C&C on QEMU, VirtualBox and Bochs. Unfortunately, >> the game itself crashed immediately during startup, but the setup >> program worked. It also accepts keyboard input for specifying sound >> hardware parameters. The results: > > I'm confused. Should the above be interpreted as: keyboard works in > setup under Bochs, or? No. I just meant that there is a way to test keyboard input in the setup program because it would accept keyboard input if it worked. It does not work in any of the three.