From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CaH8o-0005Ik-03 for mharc-grub-devel@gnu.org; Fri, 03 Dec 2004 12:22:46 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CaH8k-0005HA-Ka for grub-devel@gnu.org; Fri, 03 Dec 2004 12:22:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CaH8h-0005Fe-Ek for grub-devel@gnu.org; Fri, 03 Dec 2004 12:22:39 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaH8h-0005E2-82 for grub-devel@gnu.org; Fri, 03 Dec 2004 12:22:39 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CaGxH-0000Bc-Ck for grub-devel@gnu.org; Fri, 03 Dec 2004 12:10:51 -0500 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 48C8BF4CA5BF for ; Fri, 3 Dec 2004 18:10:49 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: grub-devel@gnu.org Date: Fri, 3 Dec 2004 18:12:42 +0100 User-Agent: KMail/1.6.1 References: <20041203053646.GA22463@miracle> <95B8E280-453E-11D9-A999-000A95A0560C@penguinppc.org> <871xe7l5ve.fsf@marco.marco-g.com> In-Reply-To: <871xe7l5ve.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: <200412031812.42893.okuji@enbug.org> Subject: Re: [ppc patch] grub-mkimage 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: Fri, 03 Dec 2004 17:22:43 -0000 On Friday 03 December 2004 17:10, Marco Gerards wrote: > > 24-bit offsets give you a 16 MiB range, is that really a problem? > > The modules are loaded into the free memory of grubof. And grubof is > loaded to where it is linked, IIRC. So I think that would cause > problems. :) A quite obvious solution would be to limit the max amount of dynamic memory to 16MB. For me, this sounds big enough... On i386-pc, GRUB runs with 4MB memory. Okuji