From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DjD8Q-0005Mx-Vh for qemu-devel@nongnu.org; Fri, 17 Jun 2005 05:27:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DjD8L-0005Ji-3W for qemu-devel@nongnu.org; Fri, 17 Jun 2005 05:27:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjD8K-0005I9-Jn for qemu-devel@nongnu.org; Fri, 17 Jun 2005 05:27:28 -0400 Received: from [194.251.242.241] (helo=fep16.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DjD9F-0001CM-P6 for qemu-devel@nongnu.org; Fri, 17 Jun 2005 05:28:27 -0400 Received: from co.inet.fi ([80.220.124.133]) by fep16.inet.fi with ESMTP id <20050617092618.UDJA2488.fep16.inet.fi@co.inet.fi> for ; Fri, 17 Jun 2005 12:26:18 +0300 Message-ID: <42B2973A.1050008@co.inet.fi> Date: Fri, 17 Jun 2005 12:26:18 +0300 From: Tero Kaarlela MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: O/2 Warp 4 and eComStation References: <20050617073421.82769.qmail@web90205.mail.scd.yahoo.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 ecs user wrote: > > >>From: Natalia Portillo >>Try to boot it with less than 64Mb (48Mb). >>OS/2 hangs when 64Mb are informed in the standard >>way they seems to check that in some strange way. >>No matter it is 4.0, 4.5, eCS or whatever. >> >> > >It does seem like a memory issue. > >If I just keep rebooting everytime it hangs, I can >finally get a complete boot. Sometimes I have to >reboot 10-15 times. Once it does boot to the desktop >OS/2 Warp4 runs very nicely. No hangs once completely >booted and very responsive (on 2GHz machine). So you >see it acts more like flaky hardware or flaky driver >(in the emulation). > >Need help. > Well you might start Qemu with option -d in_asm to see whats happening. Then compare log's (the one that freezes and the one that works ok) to see whats the difference. That way you might find out where the problem is. And you might also take a look at BOCHS emulator page because Dimitri Froloff made few fixes to boot OS/2 under it(some of these were memory handling related fixes). He made these fixes lately. Tero Kaarlela