From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DHVRX-0000P4-6a for mharc-grub-devel@gnu.org; Fri, 01 Apr 2005 18:20:47 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHVRQ-0000MK-57 for grub-devel@gnu.org; Fri, 01 Apr 2005 18:20:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHVRK-0000J9-RQ for grub-devel@gnu.org; Fri, 01 Apr 2005 18:20:36 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHVRK-0000J6-OK for grub-devel@gnu.org; Fri, 01 Apr 2005 18:20:34 -0500 Received: from [64.233.184.207] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DHVQk-0006aU-Im for grub-devel@gnu.org; Fri, 01 Apr 2005 18:19:58 -0500 Received: by wproxy.gmail.com with SMTP id 36so1187584wra for ; Fri, 01 Apr 2005 15:19:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=DnHoNSOKKB0lLar5H8v+ue5VEEwyzIkndp4JbrRLNr4/FIgjjkLlY9TCgFafj849pWhADSXkLda49z8DbXMV+s6eia8KMAGar0kG0hsaXrsb6E1CR0+c9iv5FMWNPuEUp+PlAH7Uzu9SkZT1+I+bgITEQnI8SCWheO41iVb88rE= Received: by 10.54.11.38 with SMTP id 38mr519225wrk; Fri, 01 Apr 2005 15:19:57 -0800 (PST) Received: from ?218.9.121.106? ([218.9.121.106]) by mx.gmail.com with ESMTP id d6sm1095137wra.2005.04.01.15.19.54; Fri, 01 Apr 2005 15:19:57 -0800 (PST) Message-ID: <424DD6FB.6040609@gmail.com> Date: Sat, 02 Apr 2005 07:19:23 +0800 From: Hanzac Chen User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <424CF241.3030306@gmail.com> <87mzsio30p.fsf@student.han.nl> In-Reply-To: <87mzsio30p.fsf@student.han.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Test GRUB2 compiled by MingW 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, 01 Apr 2005 23:20:44 -0000 Hi, Marco Gerards wrote: > > This is not normal. Perhaps there is still a problem with the > compiler or linker or so. MingW is just a modified gcc, right? OK, I see, next time I'll compile it under Linux GCC, to compare that. I need to know if the problem is caused by the kernel unable to load its modules. I'm trying to understand how GRUB loads its modules. BTW: MingW uses PECOFF object format, so it may have some limitations. >>BTW: When generate the kernel_syms.lst, every symbol should have a >>underline at the beginning when compiling with some kind of compiler >>like MingW. > > > Is there a way to fix this so everything remains working on the > supported OS'es and making things work on MingW as well? Modifying genkernsyms.sh is enough, I think. Anyway, this is not a big problem. BYE, Hanzac