From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bah5k-0007MI-5V for qemu-devel@nongnu.org; Wed, 16 Jun 2004 16:33:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bah5i-0007M3-A8 for qemu-devel@nongnu.org; Wed, 16 Jun 2004 16:33:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bah5i-0007M0-1J for qemu-devel@nongnu.org; Wed, 16 Jun 2004 16:33:02 -0400 Received: from [193.252.22.25] (helo=mwinf0602.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bah49-0007fo-0u for qemu-devel@nongnu.org; Wed, 16 Jun 2004 16:31:25 -0400 Received: from bellard.org (ATuileries-112-1-1-33.w80-11.abo.wanadoo.fr [80.11.167.33]) by mwinf0602.wanadoo.fr (SMTP Server) with ESMTP id 1AC0354003FE for ; Wed, 16 Jun 2004 22:31:23 +0200 (CEST) Message-ID: <40D0AEB3.7010506@bellard.org> Date: Wed, 16 Jun 2004 22:33:55 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] OS/2 and Latest CVS QEMU References: <1087407297.16227.21.camel@pcgem.rdg.cyberkinetica.com> In-Reply-To: <1087407297.16227.21.camel@pcgem.rdg.cyberkinetica.com> 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 Antony T Curtis wrote: > Cool - OS/2 Warp Connect actually installs and runs (blue-spine box, > cdrom version)... however, the OS/2 CL-GD5446 video drivers don't seem > to recognise the chipset and will not install :| Are you sure there is a 5446 driver in OS/2 ? I only saw 5436. > The generic PCI RTL8029 network driver doesn't seem to work either - and > prevents OS/2 from starting up. You should activate NE2000 traces and record the standard output. > OS/2 is running at a good speed - feels pretty fast.. WinOS/2 works too > - Booting a real DOS under OS/2's VM window seems to max-out QEMU and it > becomes unresponsive... It only gets as far as showing "Starting PC > DOS..." before it locks up. (booting IBM PC-DOS 7 under OS/2 Warp > Connect, no fixpacks). Only a 'kill -9' successfully killed the process. Maybe it is using the VME extension (QEMU does not implement it, but maybe OS/2 ignores the CPUID settings). Fabrice.