From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DqBaP-0006TS-Ps for mharc-grub-devel@gnu.org; Wed, 06 Jul 2005 11:13:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DqBaO-0006Sq-2D for grub-devel@gnu.org; Wed, 06 Jul 2005 11:13:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DqBaM-0006Rx-6d for grub-devel@gnu.org; Wed, 06 Jul 2005 11:13:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqBZi-00062F-9l for grub-devel@gnu.org; Wed, 06 Jul 2005 11:12:34 -0400 Received: from [194.251.242.244] (helo=fep19.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DqB1f-0002n4-68 for grub-devel@gnu.org; Wed, 06 Jul 2005 10:37:23 -0400 Received: from [80.222.166.89] by fep19.inet.fi with ESMTP id <20050706143052.RBSY1914.fep19.inet.fi@[80.222.166.89]> for ; Wed, 6 Jul 2005 17:30:52 +0300 Message-ID: <42CBEB1C.4030609@nic.fi> Date: Wed, 06 Jul 2005 17:30:52 +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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: 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: Wed, 06 Jul 2005 15:13:16 -0000 Hi, I have been working (slowly) on new module for GRUB2 to add support for VBE. I have run to some addressing problems so I though I could ask here if someone can give an advice. 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? Otherwise I have already implemented all needed real mode stubs to call VBE. I implemented these to kern/i386/pc/startup.S as there were existing helpers for VGA. Can GRUB_MEMORY_MACHINE_SCRATCH_ADDR be used freely on this context? I need to some low memory addresses to get information from VBE. For now I have used this and it seems to work correctly, but there could be some issues that I don't see now? Thanks, Vesa Jääskeläinen