From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CaDg6-0001Zf-Rv for mharc-grub-devel@gnu.org; Fri, 03 Dec 2004 08:40:54 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CaDg5-0001Z9-3N for grub-devel@gnu.org; Fri, 03 Dec 2004 08:40:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CaDg4-0001Yx-ND for grub-devel@gnu.org; Fri, 03 Dec 2004 08:40:52 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaDg4-0001Yu-Jj for grub-devel@gnu.org; Fri, 03 Dec 2004 08:40:52 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CaDW4-0004xI-Dn for grub-devel@gnu.org; Fri, 03 Dec 2004 08:30:32 -0500 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id BDCAAA833 for ; Fri, 3 Dec 2004 13:54:41 +0100 (CET) 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 03395-09 for ; Fri, 3 Dec 2004 13:54:40 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 1EF699670 for ; Fri, 3 Dec 2004 13:54:40 +0100 (CET) Received: from marco.marco-g.com (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id DBADEC048 for ; Fri, 3 Dec 2004 13:54:39 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <200411231701.07309.T.E.Baldwin99@members.leeds.ac.uk> <200411260047.59184.T.E.Baldwin99@members.leeds.ac.uk> <87sm6wrk0a.fsf@marco.marco-g.com> <200411270136.33598.T.E.Baldwin99@members.leeds.ac.uk> From: Marco Gerards Date: Fri, 03 Dec 2004 12:53:31 +0000 In-Reply-To: <200411270136.33598.T.E.Baldwin99@members.leeds.ac.uk> (Timothy Baldwin's message of "Sat, 27 Nov 2004 01:36:16 +0000") Message-ID: <87is7jlf04.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 Subject: Re: RISC OS port 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 13:40:53 -0000 Timothy Baldwin writes: > Instead part of functionality of the stubs is included in > kern/arm/RISC_OS/startup.S, as such we are free to choose which names we use > for them. For clairity I suggest we use the standard names, as opposed to > prefixing the names with grub_RISC_OS_ or simular. Better use a prefix, right? I don't see how it will get clearer by not using the prefix. And the coding style used in GRUB says to use prefixes, so we can better do that unless it really is not possible. Thanks, Marco