From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KFBYi-0003uR-Jj for mharc-grub-devel@gnu.org; Sat, 05 Jul 2008 13:28:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFBYh-0003sr-GS for grub-devel@gnu.org; Sat, 05 Jul 2008 13:28:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFBYf-0003rP-L7 for grub-devel@gnu.org; Sat, 05 Jul 2008 13:28:26 -0400 Received: from [199.232.76.173] (port=51671 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFBYf-0003rM-FR for grub-devel@gnu.org; Sat, 05 Jul 2008 13:28:25 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:43064 helo=jenni2.rokki.sonera.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFBYf-00029N-48 for grub-devel@gnu.org; Sat, 05 Jul 2008 13:28:25 -0400 Received: from [127.0.0.1] (88.193.32.97) by jenni2.rokki.sonera.fi (8.5.014) id 483E832F019DA7E0 for grub-devel@gnu.org; Sat, 5 Jul 2008 20:28:23 +0300 Message-ID: <486FAF3D.1030708@nic.fi> Date: Sat, 05 Jul 2008 20:28:29 +0300 From: =?UTF-8?B?VmVzYSBKw6TDpHNrZWzDpGluZW4=?= User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: The development of GRUB 2 References: <20080705121501.GB1647@thorin> <486FAA1C.8080006@coresystems.de> In-Reply-To: <486FAA1C.8080006@coresystems.de> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: Idea: elimination of the normal mode 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: Sat, 05 Jul 2008 17:28:27 -0000 Stefan Reinauer wrote: > Robert Millan wrote: >>> About the duplicated commands, we can create a module minicmd to >>> include the most basic command >>> >> Then we can't have a rescue shell before heap is initialised and minicmd >> is loaded. Should we be concerned about this? >> > What would one use that rescue shell for? Idea of the rescue shell is load other modules in case grub itself cannot find them. It provides thin layer of tools so user is able to find them. Personally I would like to keep this functionality in core.img.