From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUo5w-00070b-E0 for qemu-devel@nongnu.org; Mon, 31 May 2004 10:48:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUo5u-0006yB-GA for qemu-devel@nongnu.org; Mon, 31 May 2004 10:48:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUo5u-0006y5-Db for qemu-devel@nongnu.org; Mon, 31 May 2004 10:48:54 -0400 Received: from [81.209.184.159] (helo=dd2718.kasserver.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUo5Q-0002oV-FV for qemu-devel@nongnu.org; Mon, 31 May 2004 10:48:24 -0400 Received: from [192.168.0.7] (dsl-082-083-133-246.arcor-ip.net [82.83.133.246]) by dd2718.kasserver.com (Postfix) with ESMTP id 8430A21D12 for ; Mon, 31 May 2004 16:46:40 +0200 (CEST) Message-ID: <40BB45B1.4030602@fabianowski.de> Date: Mon, 31 May 2004 16:48:17 +0200 From: Bartosz Fabianowski MIME-Version: 1.0 Subject: Re: [Qemu-devel] VGA BIOS source code References: <40BB3784.9020202@fabianowski.de> <40BB4496.2070205@bellard.org> In-Reply-To: <40BB4496.2070205@bellard.org> 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 > A small question on that topic: with the SDD 7 ou 6, does Win 9x use > a linear frame buffer ? I haven't tried SDD 7. But with SDD 6, it definitely does not use a LFB and this is actually where the current bug is. While drawing the screen contents, the window does not get shifted and everything gets drawn on top of each other in the first 64k of the screen. I am currently digging into fixing this bug. But still, SDD 6 will not use an LFB. - Bartosz