From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1ItizJ-0003Ml-SK for mharc-grub-devel@gnu.org; Sun, 18 Nov 2007 07:10:57 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItizI-0003MG-Ln for grub-devel@gnu.org; Sun, 18 Nov 2007 07:10:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItizE-0003Kb-Un for grub-devel@gnu.org; Sun, 18 Nov 2007 07:10:56 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItizE-0003KS-Mb for grub-devel@gnu.org; Sun, 18 Nov 2007 07:10:52 -0500 Received: from pne-smtpout3-sn2.hy.skanova.net ([81.228.8.111]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItizE-0005JM-8C for grub-devel@gnu.org; Sun, 18 Nov 2007 07:10:52 -0500 Received: from [127.0.0.1] (88.193.32.97) by pne-smtpout3-sn2.hy.skanova.net (7.3.129) id 471A56950018FD70 for grub-devel@gnu.org; Sun, 18 Nov 2007 13:10:31 +0100 Message-ID: <47402C4B.20907@nic.fi> Date: Sun, 18 Nov 2007 14:12:59 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: The development of GRUB 2 References: <20071110213136.GA18400@thorin> <87sl33rdoz.fsf@xs4all.nl> <20071118115656.GB18369@thorin> In-Reply-To: <20071118115656.GB18369@thorin> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) Subject: Re: serial port 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, 18 Nov 2007 12:10:56 -0000 Robert Millan wrote: > On Sun, Nov 18, 2007 at 12:33:00PM +0100, Marco Gerards wrote: >> Robert Millan writes: >> Perhaps because the serial command sets it up? Although I agree it >> seems a bit weird that it works this way. Perhaps it should be >> enabled with the same defaults from the beginning? >> >> One problem of initializing it is that hardware will be accessed, >> while it might not be desirable. > > Maybe we could move this to grub_term.init ? This way hardware is not > accessed untill user requests a switch. This is the same way it works with gfxterm. You define video mode beforehand of the switch. But there is actually a one architectual issue here... How are we going to support graphical terminal and serial terminal at the same time? eg. allow user to enable multiple terminals...