From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1E6UZo-0007WP-3i for mharc-grub-devel@gnu.org; Sat, 20 Aug 2005 10:44:04 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E6UZi-0007Uo-NN for grub-devel@gnu.org; Sat, 20 Aug 2005 10:43:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E6UZg-0007Tz-Pw for grub-devel@gnu.org; Sat, 20 Aug 2005 10:43:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E6UYO-0006gr-AE for grub-devel@gnu.org; Sat, 20 Aug 2005 10:42:36 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E6U34-00020Z-Gt for grub-devel@gnu.org; Sat, 20 Aug 2005 10:10:14 -0400 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id AB28F8E00 for ; Sat, 20 Aug 2005 16:10:03 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 07908-03 for ; Sat, 20 Aug 2005 16:10:01 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 26B5C8DEE for ; Sat, 20 Aug 2005 16:10:01 +0200 (CEST) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id CC369C047 for ; Sat, 20 Aug 2005 16:10:00 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <430716B7.1000806@yahoo.fr> From: Marco Gerards Date: Sat, 20 Aug 2005 16:10:00 +0200 In-Reply-To: <430716B7.1000806@yahoo.fr> (Vincent Pelletier's message of "Sat, 20 Aug 2005 13:40:39 +0200") Message-ID: <877jegits7.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Subject: Re: sparc64 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: Sat, 20 Aug 2005 14:44:02 -0000 Vincent Pelletier writes: Hi Vincent, This is really nice! Thanks a lot. You asked me on IRC if I can test if it still builds on the PPC. I will test that (and let you know on IRC), after that you can commit the patch if you fix the things I mention in my email and Okuji mentioned in his. > * disk/ieee1275/ofdisk.c (grub_ofdisk_open): use grub_ssize_t > instead of int. Please start sentences with an uppercase letter, same for the other entries. Some files are not GPL'ed (cache.c, for example). The copyright years are not always correct, like that of ieee1275.h (you wrote it, so it should be (C) 2005 only). Can't openfw.c be shared? I think it can be... Thanks, Marco