From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IFcjG-0005He-Ee for mharc-grub-devel@gnu.org; Mon, 30 Jul 2007 17:24:38 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IFcjE-0005HR-MV for grub-devel@gnu.org; Mon, 30 Jul 2007 17:24:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IFcjA-0005Gs-HY for grub-devel@gnu.org; Mon, 30 Jul 2007 17:24:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFcjA-0005Gn-CM for grub-devel@gnu.org; Mon, 30 Jul 2007 17:24:32 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IFcj3-0001vx-Gv for grub-devel@gnu.org; Mon, 30 Jul 2007 17:24:26 -0400 Received: from smtp-vbr4.xs4all.nl ([194.109.24.24]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IFciF-0003qa-JY for grub-devel@gnu.org; Mon, 30 Jul 2007 17:23:35 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr4.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6ULLF06086895 for ; Mon, 30 Jul 2007 23:21:16 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <46A7BDBF.3040903@nic.fi> <9f50a7a00707251528x3c9c927dk8bb4fb3e956c9203@mail.gmail.com> Mail-Copies-To: mgerards@xs4all.nl Date: Mon, 30 Jul 2007 23:23:11 +0200 In-Reply-To: <9f50a7a00707251528x3c9c927dk8bb4fb3e956c9203@mail.gmail.com> (Jerone Young's message of "Wed, 25 Jul 2007 17:28:18 -0500") Message-ID: <87bqdth9hc.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 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: grub2 ChangeLog conf/i386-pc.rmk conf/powerpc-i... 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: Mon, 30 Jul 2007 21:24:37 -0000 "Jerone Young" writes: > This was no mistake. So here is the thinking here (I figured this > would come up). The multiboot heads outside of the grub directory are > not grub specific. This gives other operating systems or programs (in > this case GPL 3 compatible operating systems) the ability to include > these headers and use them. They mainly contain definitions that are > not just specific to grub, but multiboot. It would be better to discuss such things on the list first, clearly. The directory structure is, unfortunately, quite permanent in CVS and difficult to change properly. How about using include/multiboot/*.h instead? -- Marco