From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1BfzXe-0000yQ-7t for mharc-grub-devel@gnu.org; Thu, 01 Jul 2004 07:15:46 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BfzXd-0000yA-9X for grub-devel@gnu.org; Thu, 01 Jul 2004 07:15:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BfzXc-0000xr-FF for grub-devel@gnu.org; Thu, 01 Jul 2004 07:15:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfzXc-0000xo-DB for grub-devel@gnu.org; Thu, 01 Jul 2004 07:15:44 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BfzVj-0007Iy-LA for grub-devel@gnu.org; Thu, 01 Jul 2004 07:13:47 -0400 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 65EADF0D47A0 for ; Thu, 1 Jul 2004 07:13:45 -0400 (EDT) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 1 Jul 2004 13:17:58 +0200 User-Agent: KMail/1.6.1 References: <20040621180005.GA11079@artax.karlin.mff.cuni.cz> <20040624165104.GA19623@artax.karlin.mff.cuni.cz> <87lli49ewg.fsf@marco.marco-g.com> In-Reply-To: <87lli49ewg.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407011317.58621.okuji@enbug.org> Subject: Re: normal mode chainloader X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.4 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, 01 Jul 2004 11:15:45 -0000 On Thursday 01 July 2004 12:54, Marco Gerards wrote: > ebik@artax.karlin.mff.cuni.cz (Tomas Ebenlendr) writes: > >> But how is _chain loaded? If it is not in core you can not call > >> those functions, right? > > > > Having a file depmod.lst which says chain depends on _chain, grub > > automatically loads _chain. That works in cvs version. This file is > > generated when compiling grub. > > Okuji, what do you think? I don't know anything about module > loading. Using depmod.lst is the right way to resolve dependencies among modules. But, before applying his patch, I'd like to wait until his copyright assignment is finished. Okuji