From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KMNsA-00028X-OA for mharc-grub-devel@gnu.org; Fri, 25 Jul 2008 10:02:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMNs8-00028I-R1 for grub-devel@gnu.org; Fri, 25 Jul 2008 10:02:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMNs7-00027r-93 for grub-devel@gnu.org; Fri, 25 Jul 2008 10:02:16 -0400 Received: from [199.232.76.173] (port=44214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMNs7-00027o-0h for grub-devel@gnu.org; Fri, 25 Jul 2008 10:02:15 -0400 Received: from gateway06.websitewelcome.com ([67.18.44.20]:52750) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KMNs6-0004DY-Fr for grub-devel@gnu.org; Fri, 25 Jul 2008 10:02:14 -0400 Received: (qmail 25213 invoked from network); 25 Jul 2008 14:10:00 -0000 Received: from gator297.hostgator.com (74.53.228.114) by gateway06.websitewelcome.com with SMTP; 25 Jul 2008 14:10:00 -0000 Received: from c-67-185-142-228.hsd1.wa.comcast.net ([67.185.142.228]:41170 helo=localhost) by gator297.hostgator.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1KMNrz-0004g2-1A for grub-devel@gnu.org; Fri, 25 Jul 2008 09:02:07 -0500 Date: Fri, 25 Jul 2008 07:01:28 -0700 From: Colin D Bennett To: grub-devel@gnu.org Message-ID: <20080725070128.0dc4ca4c@gibibit.com> In-Reply-To: <561595.36100.qm@web31605.mail.mud.yahoo.com> References: <561595.36100.qm@web31605.mail.mud.yahoo.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: Linking 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: Fri, 25 Jul 2008 14:02:17 -0000 On Fri, 25 Jul 2008 03:22:57 -0700 (PDT) Viswesh S wrote: > The reason for hello to be put in a directory because it is a module > and not a simple command.Understood myself Actually, no. Every C source file in the 'commands' directory is currently a module itself. I think the reason that 'hello.mod' is separated out is to make it easier to see that there is only one source file as part of 'hello.mod'. Regards, Colin > ----- Original Message ---- > From: Viswesh S > To: The development of GRUB 2 > Sent: Friday, 25 July, 2008 3:44:48 PM > Subject: Re: Linking >=20 >=20 > Hi, > =C2=A0 > So if I add a module or add a new command,which are the files which I > should modify in general and which all gets generated automatically.=20 > Is this somewhere documented ? > =C2=A0 > Why is it that hello command is put in a separate directory, while > lspci is put inside the commands directory.=20 > Is there a specific reason for this. > =C2=A0 > =C2=A0 > Viswesh >=20 >=20 >=20 > ----- Original Message ---- > From: Pavel Roskin > To: grub-devel@gnu.org > Sent: Friday, 25 July, 2008 11:59:21 AM > Subject: Re: Linking >=20 > Quoting Viswesh S : >=20 > > Hi Pavel, > > Could you please attach the modified file ? > > Viswesh >=20 > No, I'm just giving you an idea what you may be doing wrong. >=20