From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LiDhx-0004YL-Q4 for mharc-grub-devel@gnu.org; Fri, 13 Mar 2009 16:10:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LiDhw-0004Y6-2q for grub-devel@gnu.org; Fri, 13 Mar 2009 16:10:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LiDhv-0004Xu-GU for grub-devel@gnu.org; Fri, 13 Mar 2009 16:10:15 -0400 Received: from [199.232.76.173] (port=35685 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LiDhv-0004Xr-BT for grub-devel@gnu.org; Fri, 13 Mar 2009 16:10:15 -0400 Received: from [74.93.104.97] (port=46719 helo=sunset.davemloft.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LiDhv-0006aM-1L for grub-devel@gnu.org; Fri, 13 Mar 2009 16:10:15 -0400 Received: from localhost (localhost [127.0.0.1]) by sunset.davemloft.net (Postfix) with ESMTP id 44293C8D978; Fri, 13 Mar 2009 13:10:01 -0700 (PDT) Date: Fri, 13 Mar 2009 13:10:01 -0700 (PDT) Message-Id: <20090313.131001.217844115.davem@davemloft.net> To: grub-devel@gnu.org, rmh@aybabtu.com From: David Miller In-Reply-To: <20090313194447.GA17416@thorin> References: <20090308130106.GC28707@thorin> <49B3C9A2.3050101@nic.fi> <20090313194447.GA17416@thorin> X-Mailer: Mew version 6.1 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Subject: Re: [PATCH] linux/gfxterm integration 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: Fri, 13 Mar 2009 20:10:16 -0000 From: Robert Millan Date: Fri, 13 Mar 2009 20:44:47 +0100 > When we have more than one video backend, and a clear idea on which parts are > generic and which are backend-specific, we could readjust. For now this makes > VBE happy. I intend to write an ofvideo.c driver, so we'll have that opportunity soon.