From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JHgDF-0007CI-0N for mharc-grub-devel@gnu.org; Wed, 23 Jan 2008 09:04:21 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHgDC-00079X-Bo for grub-devel@gnu.org; Wed, 23 Jan 2008 09:04:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHgDA-000784-Cc for grub-devel@gnu.org; Wed, 23 Jan 2008 09:04:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHgDA-00077u-2q for grub-devel@gnu.org; Wed, 23 Jan 2008 09:04:16 -0500 Received: from smtp-vbr1.xs4all.nl ([194.109.24.21]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JHgD9-00045q-Ju for grub-devel@gnu.org; Wed, 23 Jan 2008 09:04:15 -0500 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id m0NE4EmV022986 for ; Wed, 23 Jan 2008 15:04:14 +0100 (CET) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <20080123132318.GA29666@thorin> Mail-Copies-To: mgerards@xs4all.nl Date: Wed, 23 Jan 2008 15:05:31 +0100 In-Reply-To: <20080123132318.GA29666@thorin> (Robert Millan's message of "Wed, 23 Jan 2008 14:23:18 +0100") Message-ID: <87sl0oocwk.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 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: Wed, 23 Jan 2008 14:04:19 -0000 Robert Millan writes: > Some cleanup for i386-ieee1275. Can you please give a bit more information? > * include/grub/i386/ieee1275/loader.h: Include `', > `' and `'. > (grub_multiboot2_real_boot): New function prototype. > > * include/grub/i386/pc/memory.h: Include `'. > (grub_lower_mem, grub_upper_mem): Disable for IEEE1275. You can make this conditional in the ChangeLog entry. > * kern/i386/ieee1275/init.c (grub_os_area_addr) > (grub_os_area_size, grub_lower_mem, grub_upper_mem): Remove variables. -- Marco