From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1K1gVv-0006qA-JC for mharc-grub-devel@gnu.org; Thu, 29 May 2008 07:41:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1gVu-0006pV-G3 for grub-devel@gnu.org; Thu, 29 May 2008 07:41:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1gVq-0006p6-V4 for grub-devel@gnu.org; Thu, 29 May 2008 07:41:46 -0400 Received: from [199.232.76.173] (port=36386 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1gVq-0006ow-Rq for grub-devel@gnu.org; Thu, 29 May 2008 07:41:42 -0400 Received: from smtp-vbr8.xs4all.nl ([194.109.24.28]:1043) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K1gVq-0005RP-Dw for grub-devel@gnu.org; Thu, 29 May 2008 07:41:42 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr8.xs4all.nl (8.13.8/8.13.8) with ESMTP id m4TBfXxM044897 for ; Thu, 29 May 2008 13:41:38 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: Mail-Copies-To: mgerards@xs4all.nl Date: Thu, 29 May 2008 13:45:17 +0200 In-Reply-To: (bean123ch@gmail.com's message of "Thu, 29 May 2008 16:09:54 +0800") Message-ID: <87fxs1uyeq.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 Subject: Re: Sugguestion: separate input and output driver 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: Thu, 29 May 2008 11:41:46 -0000 Bean writes: > Currently, input and output are bundled together, this make it quite > difficult to extend. > > Input: > Keyboard, Serial > > Output: > Text mode, Video mode > > Now, the binding is fixed using individual module: > > Keyboard + Text = console > Keyboard + Video = gfxterm > Serial + Text = serial > Serial + Video = ? What do you mean by text? For the PC console, output is different than that of the serial console. Besides that, this seams like a good plan. This is something we need, but no one took the time to implement this. -- Marco