From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CUWxA-0004su-Pu for mharc-grub-devel@gnu.org; Wed, 17 Nov 2004 16:03:00 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUWx9-0004sb-Oo for grub-devel@gnu.org; Wed, 17 Nov 2004 16:02:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUWx8-0004sE-Op for grub-devel@gnu.org; Wed, 17 Nov 2004 16:02:58 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUWx8-0004rt-FR for grub-devel@gnu.org; Wed, 17 Nov 2004 16:02:58 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CUWnn-0006IZ-9j for grub-devel@gnu.org; Wed, 17 Nov 2004 15:53:19 -0500 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id 82D8CB922 for ; Wed, 17 Nov 2004 21:45:14 +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 14174-05 for ; Wed, 17 Nov 2004 21:45:10 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id BBA92B91F for ; Wed, 17 Nov 2004 21:45:10 +0100 (CET) Received: from marco.marco-g.com (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 8322EC046 for ; Wed, 17 Nov 2004 21:45:10 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <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> <87ekis8os9.fsf@marco.marco-g.com> <20041117203051.GA28626@artax.karlin.mff.cuni.cz> From: Marco Gerards Date: Wed, 17 Nov 2004 20:45:17 +0000 In-Reply-To: <20041117203051.GA28626@artax.karlin.mff.cuni.cz> (Tomas Ebenlendr's message of "Wed, 17 Nov 2004 21:30:51 +0100") Message-ID: <8765448asi.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 21:03:00 -0000 Tomas Ebenlendr writes: > I'm busy with school since my hd broke down (2 months ago?). I didn't > fully installed my system yet. I did not any work on the patch since > last version I posted here. I'l try to look at it, but I have only little > time now. > > I think the only 'problem' is the mregparm stuff, so there must be > generated another set of modules for grub-emu. If you don't use the same modules for grub-emu as for the real thing it will not be a problem. It is not a problem to use other modules, other than the mregparm stuff there are other issues as well... Thanks, Marco