From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1BfzG0-0002fi-7E for mharc-grub-devel@gnu.org; Thu, 01 Jul 2004 06:57:32 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BfzFz-0002fb-1f for grub-devel@gnu.org; Thu, 01 Jul 2004 06:57:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BfzFx-0002fP-E2 for grub-devel@gnu.org; Thu, 01 Jul 2004 06:57:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfzFx-0002fM-C1 for grub-devel@gnu.org; Thu, 01 Jul 2004 06:57:29 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BfzDV-0003YQ-Sd for grub-devel@gnu.org; Thu, 01 Jul 2004 06:54:58 -0400 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id 7749A8551 for ; Thu, 1 Jul 2004 12:54:02 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by localhost (charlie.han.nl [145.74.66.9]) (amavisd-new, port 10024) with ESMTP id 29032-05 for ; Thu, 1 Jul 2004 12:54:00 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 9AC228620 for ; Thu, 1 Jul 2004 12:54:00 +0200 (CEST) Received: from marco.marco-g.com (a82-92-27-129.adsl.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 19353C046 for ; Thu, 1 Jul 2004 11:54:00 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <20040621180005.GA11079@artax.karlin.mff.cuni.cz> <87u0x4c6hq.fsf@marco.marco-g.com> <20040622114156.GB21527@artax.karlin.mff.cuni.cz> <874qp3wda0.fsf@marco.marco-g.com> <20040623115827.GA13787@artax.karlin.mff.cuni.cz> <87hdt2cj8y.fsf@marco.marco-g.com> <20040624084402.GA31040@artax.karlin.mff.cuni.cz> <87r7s5dlki.fsf@marco.marco-g.com> <20040624165104.GA19623@artax.karlin.mff.cuni.cz> From: Marco Gerards Date: Thu, 01 Jul 2004 12:54:07 +0200 In-Reply-To: <20040624165104.GA19623@artax.karlin.mff.cuni.cz> (Tomas Ebenlendr's message of "Thu, 24 Jun 2004 18:51:04 +0200") Message-ID: <87lli49ewg.fsf@marco.marco-g.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new@vscan-cn.han.nl 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 10:57:31 -0000 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. I will commit the patch, if you want me to. Thanks, Marco