From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LJyrb-0006sW-Nf for mharc-grub-devel@gnu.org; Mon, 05 Jan 2009 18:28:03 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJyrZ-0006qX-85 for grub-devel@gnu.org; Mon, 05 Jan 2009 18:28:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJyrX-0006n0-18 for grub-devel@gnu.org; Mon, 05 Jan 2009 18:28:00 -0500 Received: from [199.232.76.173] (port=49608 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJyrW-0006mp-Be for grub-devel@gnu.org; Mon, 05 Jan 2009 18:27:58 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:35629 helo=jenni2.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJyrV-0007Bk-Vi for grub-devel@gnu.org; Mon, 05 Jan 2009 18:27:58 -0500 Received: from [192.168.1.102] (84.248.105.254) by jenni2.inet.fi (8.5.014) id 48FC5A8803577288 for grub-devel@gnu.org; Tue, 6 Jan 2009 01:27:56 +0200 Message-ID: <4962976F.1000903@nic.fi> Date: Tue, 06 Jan 2009 01:27:43 +0200 From: =?UTF-8?B?VmVzYSBKw6TDpHNrZWzDpGluZW4=?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: The development of GRUB 2 References: <494F8FC0.8050107@nic.fi> <495E3DEA.80308@nic.fi> In-Reply-To: <495E3DEA.80308@nic.fi> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: Quoted-Printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: incoming font engine update 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: Mon, 05 Jan 2009 23:28:01 -0000 Vesa J=C3=A4=C3=A4skel=C3=A4inen wrote: > Couple of days went and now patch finally went in. I have updated > gfxterm part of the wiki to match new font enngine: I also moved common video subsystem code to common.rmk so that other architectures builds nicely too :) This does not however mean that all architectures features a graphical terminal. This is far from true. Only vbe.mod is there and it is used on x86-bios platform. So if you want that your platform supports graphical terminal I welcome you to develop a video driver to support it. In future this same interface will be used for graphical menu so that part is kinda kept architecture independent. Thanks, Vesa J=C3=A4=C3=A4skel=C3=A4inen