From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Hx48l-0006Vm-09 for mharc-grub-devel@gnu.org; Sat, 09 Jun 2007 12:50:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hx48j-0006VD-6e for grub-devel@gnu.org; Sat, 09 Jun 2007 12:50:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hx48h-0006Uz-BB for grub-devel@gnu.org; Sat, 09 Jun 2007 12:50:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hx48h-0006Uw-6F for grub-devel@gnu.org; Sat, 09 Jun 2007 12:50:11 -0400 Received: from smtp-vbr15.xs4all.nl ([194.109.24.35]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hx48g-0003rA-L7 for grub-devel@gnu.org; Sat, 09 Jun 2007 12:50:10 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr15.xs4all.nl (8.13.8/8.13.8) with ESMTP id l59Go9LG057408 for ; Sat, 9 Jun 2007 18:50:09 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <20070608040212.GA2257@ws3.vdp.com> <20070609053747.GA9868@ws3.vdp.com> <8c0c43de0706090001p58ec6fb4nf5d6ed14da6dd4a1@mail.gmail.com> <87hcph2lh1.fsf@xs4all.nl> <8c0c43de0706090935m1aac49a8td2295210b6bc3ca5@mail.gmail.com> Mail-Copies-To: mgerards@xs4all.nl Date: Sat, 09 Jun 2007 18:56:23 +0200 In-Reply-To: <8c0c43de0706090935m1aac49a8td2295210b6bc3ca5@mail.gmail.com> (Alex Roman's message of "Sat, 9 Jun 2007 12:35:58 -0400") Message-ID: <87abv92hjc.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: FreeBSD 4.6-4.9 Subject: Re: Variable assignment not working as expected 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, 09 Jun 2007 16:50:13 -0000 "Alex Roman" writes: [...] >> >> BTW, i notice that echo.c exists, but no echo.mod is generated. >> > >> > Because echo is such a "core" command it is built right into the kernel AFAIK... >> >> No, it's even a normal mode command. > > So, is it built as part of a module which needs to be loaded, or does > it get built into GRUB2 like insmod/rmmod/etc? It's a module. I just have to enable it. -- Marco