From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CJHkU-0004Ad-Kx for mharc-grub-devel@gnu.org; Sun, 17 Oct 2004 16:35:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CJHkT-00048k-Dz for grub-devel@gnu.org; Sun, 17 Oct 2004 16:35:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CJHkR-00047h-Bn for grub-devel@gnu.org; Sun, 17 Oct 2004 16:35:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJHkR-00047T-7o for grub-devel@gnu.org; Sun, 17 Oct 2004 16:35:23 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CJHcq-0004jJ-97 for grub-devel@gnu.org; Sun, 17 Oct 2004 16:27:32 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 954D7F5EA493 for ; Sun, 17 Oct 2004 22:27:28 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 17 Oct 2004 22:28:03 +0200 User-Agent: KMail/1.6.1 References: <878ya8144h.fsf@marco.marco-g.com> In-Reply-To: <878ya8144h.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410172228.03575.okuji@enbug.org> Subject: Re: Framebuffer 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: Sun, 17 Oct 2004 20:35:25 -0000 On Friday 15 October 2004 15:51, Marco Gerards wrote: > The main thing that I want to do is creating a generic terminal > called "framebuffer". On its own it is useless, but it can > communicate with another kind of modules, video drivers. How about having a support library like fshelp? Okuji