From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CUSGu-0002td-NE for mharc-grub-devel@gnu.org; Wed, 17 Nov 2004 11:03:04 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUSGs-0002tG-R0 for grub-devel@gnu.org; Wed, 17 Nov 2004 11:03:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUSGq-0002si-Mj for grub-devel@gnu.org; Wed, 17 Nov 2004 11:03:02 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUSGq-0002sf-Jr for grub-devel@gnu.org; Wed, 17 Nov 2004 11:03:00 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUS73-0007Hf-Ej for grub-devel@gnu.org; Wed, 17 Nov 2004 10:52:53 -0500 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id 1DCEFB400 for ; Wed, 17 Nov 2004 16:42:58 +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 18106-08 for ; Wed, 17 Nov 2004 16:42:56 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 69C43B3F9 for ; Wed, 17 Nov 2004 16:42:56 +0100 (CET) Received: from marco.marco-g.com (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 2D0EDC04A for ; Wed, 17 Nov 2004 16:42:56 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <87u0x4c6hq.fsf@marco.marco-g.com> <20040622114156.GB21527@artax.karlin.mff.cuni.cz> <874qp3wda0.fsf@marco.marco-g.com> <20040623115827.GA13787@artax.karlin.mff.cuni.cz> <87hdq3zmbn.fsf@marco.marco-g.com> <20040917184829.GA9846@artax.karlin.mff.cuni.cz> <1095447184.414b32903000e@webmail.han.nl> <20040917193255.GB9846@artax.karlin.mff.cuni.cz> <1095449926.414b3d46a8916@webmail.han.nl> <20040920065846.GA12554@artax.karlin.mff.cuni.cz> <20040921082219.GA911@artax.karlin.mff.cuni.cz> From: Marco Gerards Date: Wed, 17 Nov 2004 15:43:02 +0000 In-Reply-To: <20040921082219.GA911@artax.karlin.mff.cuni.cz> (Tomas Ebenlendr's message of "Tue, 21 Sep 2004 10:22:19 +0200") Message-ID: <87ekis8os9.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: Module loading - grub-emu, bug in kern/dl.c 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, 17 Nov 2004 16:03:03 -0000 Tomas Ebenlendr writes: > If anyone have read and understands elf specification, please tell how > it should be fixed correctly. Otherwise I will learn how to fix it in > one month (maybe earlier). What is the status of this? On the powerpc the missing module loader is becoming a big problem and this is something I'd like to solve ASAP. Is it possible to make a clean patch of what you have so far or can I work on module loading for grub-emu? Thanks, Marco