From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1C7Cus-0005wP-4s for mharc-grub-devel@gnu.org; Tue, 14 Sep 2004 09:00:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7Cun-0005vz-SR for grub-devel@gnu.org; Tue, 14 Sep 2004 09:00:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7Cui-0005ux-KX for grub-devel@gnu.org; Tue, 14 Sep 2004 09:00:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7Cui-0005um-BC for grub-devel@gnu.org; Tue, 14 Sep 2004 09:00:04 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C7Cp0-0001DJ-Ei for grub-devel@gnu.org; Tue, 14 Sep 2004 08:54:10 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id E4654F54F755 for ; Tue, 14 Sep 2004 14:54:09 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Tue, 14 Sep 2004 14:54:25 +0200 User-Agent: KMail/1.6.1 References: <29337B5F-05EB-11D9-8F77-000A95A0560C@penguinppc.org> <200409141104.09818.okuji@enbug.org> <1095162633.4146db09ac148@webmail.han.nl> In-Reply-To: <1095162633.4146db09ac148@webmail.han.nl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200409141454.25590.okuji@enbug.org> Subject: Re: [ppc patch] add "enter" command 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: Tue, 14 Sep 2004 13:00:11 -0000 On Tuesday 14 September 2004 13:50, M. Gerards wrote: > Actually, we can make it something generic. I can imagine it is > possible to go back to the firmware with other kinds of firmware > as well. How about something unix like, "suspend" for example. > Other than that we could implement generic commands like "exit", > "reboot", "halt", "powerdown", for example. "suspend" looks good. It is impossible on PC, though. "reboot" and "halt" are nice. They are implemented for GRUB Legacy and I want them in GRUB 2 as well. Okuji