From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DrC2Q-0006aX-PD for mharc-grub-devel@gnu.org; Sat, 09 Jul 2005 05:54:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DrC2N-0006Yp-3T for grub-devel@gnu.org; Sat, 09 Jul 2005 05:54:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DrC2I-0006Wk-8Q for grub-devel@gnu.org; Sat, 09 Jul 2005 05:54:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DrC2H-0006LX-89 for grub-devel@gnu.org; Sat, 09 Jul 2005 05:54:13 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DrBrc-0000vl-Rh for grub-devel@gnu.org; Sat, 09 Jul 2005 05:43:13 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id C3373FE99347 for ; Sat, 9 Jul 2005 11:36:04 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 9 Jul 05 09:36:04 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 9 Jul 2005 11:35:49 +0200 User-Agent: KMail/1.7.2 References: <200503080205.34053.okuji@enbug.org> <200503150413.05027.okuji@enbug.org> <200507032021.08363.okuji@enbug.org> In-Reply-To: <200507032021.08363.okuji@enbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507091135.50235.okuji@enbug.org> Subject: Re: auto-loading of commands 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 Jul 2005 09:54:20 -0000 On Sunday 03 July 2005 20:21, Yoshinori K. Okuji wrote: > BTW, the ext2 module is completely broken for me. When I execute 'ls (fd1)' > where fd1 is a floppy image with ext2, I simply gets unaligned pointer blah > blah. Marco, is this module working for you? I will take a look at this > problem. Found the reason. The check for the regparm bug in aclocal.m4 was reverse. I corrected this, and all went fine. Okuji