From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JHxiw-0005aS-QP for mharc-grub-devel@gnu.org; Thu, 24 Jan 2008 03:46:14 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHxiu-0005Xp-Rs for grub-devel@gnu.org; Thu, 24 Jan 2008 03:46:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHxiu-0005XE-BZ for grub-devel@gnu.org; Thu, 24 Jan 2008 03:46:12 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHxiu-0005X5-8I for grub-devel@gnu.org; Thu, 24 Jan 2008 03:46:12 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JHxit-0004HT-Pz for grub-devel@gnu.org; Thu, 24 Jan 2008 03:46:12 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id B11303EB27 for ; Thu, 24 Jan 2008 09:52:17 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 24 Jan 2008 09:46:09 +0100 User-Agent: KMail/1.9.4 References: <20080123132318.GA29666@thorin> <87sl0oocwk.fsf@xs4all.nl> <20080123145349.GA32203@thorin> In-Reply-To: <20080123145349.GA32203@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801240946.09484.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] loader cleanup for i386-ieee1275 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: Thu, 24 Jan 2008 08:46:13 -0000 On Wednesday 23 January 2008 15:53, Robert Millan wrote: > On Wed, Jan 23, 2008 at 03:05:31PM +0100, Marco Gerards wrote: > > Robert Millan writes: > > > Some cleanup for i386-ieee1275. > > > > Can you please give a bit more information? > > The multiboot module on i386-ieee1275 was using variables that only have a > meaning on i386-pc (and i386-linuxbios): grub_os_area_addr, > grub_os_area_size, grub_lower_mem and grub_upper_mem. A bunch of > unnecessary cruft from i386-pc port was being included, because at the > beginning I thought I would base the multiboot loader on i386-pc (like I > did for i386-linuxbios), but this turned out to be a wrong approach. If you have time, please consider refactoring the memory management on i386-pc. It is in my task list for so long... Okuji