From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DsIWn-0000kl-Vg for mharc-grub-devel@gnu.org; Tue, 12 Jul 2005 07:02:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DsIWl-0000jC-RF for grub-devel@gnu.org; Tue, 12 Jul 2005 07:02:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DsIWj-0000hl-7v for grub-devel@gnu.org; Tue, 12 Jul 2005 07:02:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DsIWj-0000gZ-2H for grub-devel@gnu.org; Tue, 12 Jul 2005 07:02:13 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DsIbJ-0002QL-Ry for grub-devel@gnu.org; Tue, 12 Jul 2005 07:06:58 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id D6936FF96FF4 for ; Tue, 12 Jul 2005 12:59:05 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=[::1]) by ASSP-nospam ; 12 Jul 05 10:59:05 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Tue, 12 Jul 2005 12:58:40 +0200 User-Agent: KMail/1.7.2 References: <42D26452.3010706@yahoo.fr> In-Reply-To: <42D26452.3010706@yahoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507121258.40668.okuji@enbug.org> Subject: Re: [PATCH] Huge changes in mm.c 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: Tue, 12 Jul 2005 11:02:16 -0000 Since I have no time at the moment, I will write a short comment. Basically, I do not want huge changes, unless you have a good reason to do it. The current implementation has been tested intensively, is very stable, and I see no missing functionality in it. Please do not reinvent a wheel only because you do not understand it. At a quick glance, one trivial bug is that GRUB_MM_ALIGN_LOG2 is set to 8 on 64-bit systems. This must be 5. Okuji