From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1C6ygy-0002uk-Kk for mharc-grub-devel@gnu.org; Mon, 13 Sep 2004 17:48:56 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C6ygx-0002uN-HI for grub-devel@gnu.org; Mon, 13 Sep 2004 17:48:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C6ygw-0002u1-Jf for grub-devel@gnu.org; Mon, 13 Sep 2004 17:48:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C6ygw-0002th-HN for grub-devel@gnu.org; Mon, 13 Sep 2004 17:48:54 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C6ybK-0001MV-Ka for grub-devel@gnu.org; Mon, 13 Sep 2004 17:43:06 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 2434AF54F610 for ; Mon, 13 Sep 2004 23:43:06 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Mon, 13 Sep 2004 23:43:20 +0200 User-Agent: KMail/1.6.1 References: <874qm29gyk.fsf@marco.marco-g.com> In-Reply-To: <874qm29gyk.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200409132343.20984.okuji@enbug.org> Subject: Re: Normal mode linux and multiboot loaders 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, 13 Sep 2004 21:48:55 -0000 On Monday 13 September 2004 20:11, Marco Gerards wrote: > As I have promised, I have written two modules to make it possible to > use the linux and multiboot loaders in GNU/Linux. It is a really > simple patch so I assume it is ok and check it in Wednesday. Great. > It also fixed a bug in ext2 that I noticed when using a GNU/Hurd ext2 > filesystem. And I noticed `__attribute__ ((unused))' in linux.c for > the initrd function. The arguments are used so I removed this. You are right. Okuji