From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HWdDZ-0007vt-B7 for mharc-grub-devel@gnu.org; Wed, 28 Mar 2007 14:49:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HWdDX-0007tM-SH for grub-devel@gnu.org; Wed, 28 Mar 2007 14:49:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HWdDW-0007t2-Ee for grub-devel@gnu.org; Wed, 28 Mar 2007 14:49:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HWdDW-0007sz-CJ for grub-devel@gnu.org; Wed, 28 Mar 2007 13:49:54 -0500 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HWdB1-0005JI-4e for grub-devel@gnu.org; Wed, 28 Mar 2007 14:47:19 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id 9981C3CF23078 for ; Thu, 29 Mar 2007 00:30:12 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 3FD9D3CEF9F34 for ; Thu, 29 Mar 2007 00:30:12 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 28 Mar 2007 19:47:15 +0100 User-Agent: KMail/1.8.2 References: <200703242357.44745.okuji@enbug.org> <1174800957.16920.7.camel@colyT43.site> In-Reply-To: <1174800957.16920.7.camel@colyT43.site> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703282047.15979.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.000066, version=0.17.2 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: Two SoC ideas 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: Wed, 28 Mar 2007 18:49:56 -0000 On Sunday 25 March 2007 07:35, coly wrote: > Why the modaddr can not be accepted by multiboot specification ? I didn't say that it is not accepted for Multiboot Specification. I said, it is not accpetable to add a GRUB-specific extension to Multiboot. They are very different. As I said, first, the feature must be defined in Multiboot Specification. Then, we can support it in GRUB. Okuji