From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DFHuY-0006FR-TB for mharc-grub-devel@gnu.org; Sat, 26 Mar 2005 15:29:35 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DFHuR-00069c-So for grub-devel@gnu.org; Sat, 26 Mar 2005 15:29:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DFHuM-00065I-6h for grub-devel@gnu.org; Sat, 26 Mar 2005 15:29:23 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DFHuL-000643-KG for grub-devel@gnu.org; Sat, 26 Mar 2005 15:29:21 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DFHes-000520-UV for grub-devel@gnu.org; Sat, 26 Mar 2005 15:13:23 -0500 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id B76F183BA for ; Sat, 26 Mar 2005 21:09:55 +0100 (CET) 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 14205-09 for ; Sat, 26 Mar 2005 21:09:53 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id C0ECE8335 for ; Sat, 26 Mar 2005 21:09:53 +0100 (CET) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 902B9C045 for ; Sat, 26 Mar 2005 21:09:53 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <74cfc9a471d7669b38b24a5a89f35538@free.fr> <200503232145.04398.okuji@enbug.org> <1111616923.4241ed9b706fe@imp5-q.free.fr> <200503260122.10488.okuji@enbug.org> <1111838991.4245510f6e902@imp6-q.free.fr> <87eke2qztz.fsf@student.han.nl> <1111848950.424577f63f35d@imp6-q.free.fr> <878y4aqvql.fsf@student.han.nl> <1111866589.4245bcdd80826@imp6-q.free.fr> From: Marco Gerards Date: Sat, 26 Mar 2005 21:09:57 +0100 In-Reply-To: <1111866589.4245bcdd80826@imp6-q.free.fr> (Antoine Terrienne's message of "Sat, 26 Mar 2005 20:49:49 +0100") Message-ID: <874qeyqicq.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: Grub2 on Mac OS X 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, 26 Mar 2005 20:29:31 -0000 Antoine Terrienne writes: > Selon Marco Gerards : > >> >> What kind of things do you think there are missing for the PPC port? >> It should be quite complete by now. It does not compile at the >> moment, but this will be fixed in CVS really soon. >> > > for exemple the gub_loader_boot function in kern/loader.c uses > grub_machine_fini. This function is defined in kern/i386/pc/init.c but not in > kern/powerpc/ieee1275/init.c. Same problem with include/grub/i386/pc/init.h and > include/powerpc/ieee1275/init.h. As powerpc par uses somme i386 parts there are > somme missing declarations in powerpc. It just looks like the powerpc part is > not up to date with the i386 one. > Well I fix must of these litte problems in the patch in a way to comile but I'm > not sure it is fully fonctionnal. It is fixed in CVS now, thanks to Hollis. I thought you meant functionality instead of brokenness. Thanks, Marco