From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DrDWi-0007CP-7K for mharc-grub-devel@gnu.org; Sat, 09 Jul 2005 07:29:44 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DrDWd-00078T-TW for grub-devel@gnu.org; Sat, 09 Jul 2005 07:29:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DrDWZ-00076R-T3 for grub-devel@gnu.org; Sat, 09 Jul 2005 07:29:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DrDWX-0006qN-CA for grub-devel@gnu.org; Sat, 09 Jul 2005 07:29:33 -0400 Received: from [194.251.242.242] (helo=fep17.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DrDKV-0005no-Uh for grub-devel@gnu.org; Sat, 09 Jul 2005 07:17:08 -0400 Received: from [80.222.166.89] by fep17.inet.fi with ESMTP id <20050709110957.WCMZ26687.fep17.inet.fi@[80.222.166.89]> for ; Sat, 9 Jul 2005 14:09:57 +0300 Message-ID: <42CFB08A.2000800@nic.fi> Date: Sat, 09 Jul 2005 14:10:02 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Mozilla Thunderbird (Windows/20050412) MIME-Version: 1.0 To: The development of GRUB 2 References: <42CBEB1C.4030609@nic.fi> In-Reply-To: <42CBEB1C.4030609@nic.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Some issues with VBE support. X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 11:29:42 -0000 Vesa Jääskeläinen wrote: > Running under DPMI host I could use it's services to map frame buffer's > physical memory address. (using DPMI function 0x800) > > So how could this be done in grub? Looking at GDT it looks like that all physical memory is mapped to linear space and it should work correctly... Then I tested it on real computer to make sure it is not vmware problem and I got visual test image what I assumed... Does anyone know better solution than making floppies and booting on other computer? Thanks, Vesa Jääskeläinen