From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1BkVxD-0000Bv-Mr for mharc-grub-devel@gnu.org; Tue, 13 Jul 2004 18:40:51 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BkVxB-0000Bm-PO for grub-devel@gnu.org; Tue, 13 Jul 2004 18:40:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BkVx9-0000Ba-0h for grub-devel@gnu.org; Tue, 13 Jul 2004 18:40:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BkVx8-0000BX-Tx for grub-devel@gnu.org; Tue, 13 Jul 2004 18:40:46 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BkVuT-0004ox-1G for grub-devel@gnu.org; Tue, 13 Jul 2004 18:38:01 -0400 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id CA38382DA; Wed, 14 Jul 2004 00:37:58 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by localhost (charlie.han.nl [145.74.66.9]) (amavisd-new, port 10024) with ESMTP id 05963-07; Wed, 14 Jul 2004 00:37:57 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 5F934830F; Wed, 14 Jul 2004 00:37:57 +0200 (CEST) Received: from marco.marco-g.com (a82-92-27-129.adsl.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 1EF7DC047; Tue, 13 Jul 2004 23:37:57 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: Jeroen Dekkers References: <87n023rgd9.fsf@marco.marco-g.com> <87k6x723my.wl@pc-jeroen.dekkers.cx> <87iscrraqa.fsf@marco.marco-g.com> <87d62z1sq7.wl@pc-jeroen.dekkers.cx> From: Marco Gerards Date: Wed, 14 Jul 2004 00:38:10 +0200 In-Reply-To: <87d62z1sq7.wl@pc-jeroen.dekkers.cx> (Jeroen Dekkers's message of "Tue, 13 Jul 2004 23:51:12 +0200") Message-ID: <87acy3r0rx.fsf@marco.marco-g.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new@vscan-cn.han.nl Cc: The development of GRUB 2 Subject: Re: Linux loader for the PPC 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, 13 Jul 2004 22:40:49 -0000 Jeroen Dekkers writes: >> > Why don't you just use grub_load_linux as argument to >> > grub_rescue_register_command()? >> >> Because that will make it harder to change the interface of >> grub_load_linux afterwards. > > Why? It's in the same file as the register command. If it gets a > different interface, you can update the register call with it to > point to some new function that wraps is. Well, ok. I have no strong opinion about it. I can change this before committing the patch. Anything else? :) -- Marco