From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1C8Os8-0002pp-2x for mharc-grub-devel@gnu.org; Fri, 17 Sep 2004 15:58:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C8Os6-0002on-0p for grub-devel@gnu.org; Fri, 17 Sep 2004 15:58:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C8Os4-0002oC-7w for grub-devel@gnu.org; Fri, 17 Sep 2004 15:58:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8Os4-0002nu-24 for grub-devel@gnu.org; Fri, 17 Sep 2004 15:58:16 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C8Om0-0006uK-My for grub-devel@gnu.org; Fri, 17 Sep 2004 15:52:00 -0400 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id 4444995D0; Fri, 17 Sep 2004 21:38:49 +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 02052-02; Fri, 17 Sep 2004 21:38:47 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 9150295CA; Fri, 17 Sep 2004 21:38:47 +0200 (CEST) Received: from india.han.nl (india.han.nl [145.74.103.15]) by mail1.han.nl (Postfix) with ESMTP id 8C337C045; Fri, 17 Sep 2004 21:38:47 +0200 (CEST) Received: by india.han.nl (Postfix, from userid 48) id 636327865; Fri, 17 Sep 2004 21:38:46 +0200 (CEST) Received: from 82.92.27.129 ( [82.92.27.129]) as user metgerards@localhost by webmail.han.nl with HTTP; Fri, 17 Sep 2004 21:38:46 +0200 Message-ID: <1095449926.414b3d46a8916@webmail.han.nl> Date: Fri, 17 Sep 2004 21:38:46 +0200 From: "M. Gerards" To: The development of GRUB 2 , Tomas Ebenlendr References: <20040621180005.GA11079@artax.karlin.mff.cuni.cz> <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> In-Reply-To: <20040917193255.GB9846@artax.karlin.mff.cuni.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 82.92.27.129 X-Virus-Scanned: by amavisd-new@vscan-cn.han.nl Cc: Subject: Re: normal mode chainloader 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, 17 Sep 2004 19:58:18 -0000 Quoting Tomas Ebenlendr : > > Oh, ok :) > > > > How about the patch for module loading in grub-emu? Are you > > working on that as well? > Yes, but very slowly. I don't understand binutils and linker very much, > but I want to learn it. Now I want to get executable whith > grub-compatible elf header. (If I fail, I can compile modules with header > compatible to dlopen.) As far as I know you could use normal GRUB modules, no? so you can use the same normal.mod as is used boottime. Would you have a problem with me trying to implement this or do you have too much already? I have some problems with the implementation of the relocator for the PPC and I think it is easier to debug if I can use grub-emu for this. Thanks, Marco