From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Csjev-0004NN-8p for mharc-grub-devel@gnu.org; Sun, 23 Jan 2005 10:28:13 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Csjep-0004JY-2r for grub-devel@gnu.org; Sun, 23 Jan 2005 10:28:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Csjeh-0004Ev-FW for grub-devel@gnu.org; Sun, 23 Jan 2005 10:28:00 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Csjeh-0004Az-Bx for grub-devel@gnu.org; Sun, 23 Jan 2005 10:27:59 -0500 Received: from [194.67.23.122] (helo=mx2.mail.ru) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CsjJc-0004Pa-3c for grub-devel@gnu.org; Sun, 23 Jan 2005 10:06:12 -0500 Received: from [83.76.38.191] (port=1586 helo=[192.168.1.100]) by mx2.mail.ru with esmtp id 1CsjJY-000IhW-00 for grub-devel@gnu.org; Sun, 23 Jan 2005 18:06:08 +0300 Message-ID: <41F3BD77.8040706@list.ru> Date: Sun, 23 Jan 2005 16:06:31 +0100 From: Serbinenko Vladimir User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <200501231528.59397.okuji@enbug.org> In-Reply-To: <200501231528.59397.okuji@enbug.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected Subject: Re: config file 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, 23 Jan 2005 15:28:12 -0000 Yoshinori K. Okuji wrote: >entry "GNU/Hurd" { > root=(hd0,0) > multiboot /boot/gnumach > module /boot/serverboot > ... >} > >This idea is to make a boot entry a kind of shell function. > >What do you think? > > > > I would like to integrate this with function handling in my scripting engine and use the syntax like register_menu_entry { list; } unregister_menu_entry and clear_menu_entries Let me please realise it as now I'm writing scripting and there is nearly no difference between functions and menu entries