From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KLPzA-0004X3-LR for mharc-grub-devel@gnu.org; Tue, 22 Jul 2008 18:05:32 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLPz8-0004WY-VO for grub-devel@gnu.org; Tue, 22 Jul 2008 18:05:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLPz7-0004WE-DZ for grub-devel@gnu.org; Tue, 22 Jul 2008 18:05:30 -0400 Received: from [199.232.76.173] (port=46241 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLPz7-0004WB-BM for grub-devel@gnu.org; Tue, 22 Jul 2008 18:05:29 -0400 Received: from mailout06.t-online.de ([194.25.134.19]:35706) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLPz7-0002xN-5t for grub-devel@gnu.org; Tue, 22 Jul 2008 18:05:29 -0400 Received: from fwd26.aul.t-online.de by mailout06.sul.t-online.de with smtp id 1KLPz5-0005QT-01; Wed, 23 Jul 2008 00:05:27 +0200 Received: from [10.3.2.2] (Zq8C1rZBQh6N0DkP8+pmQmCr5GMtBCA+979VvqMwk5-KjoA6qikM-eBXW0d2oINZPK@[217.235.233.175]) by fwd26.aul.t-online.de with esmtp id 1KLPyv-0don5c0; Wed, 23 Jul 2008 00:05:17 +0200 Message-ID: <4886599E.7070506@t-online.de> Date: Wed, 23 Jul 2008 00:05:18 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: The development of GRUB 2 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: Zq8C1rZBQh6N0DkP8+pmQmCr5GMtBCA+979VvqMwk5-KjoA6qikM-eBXW0d2oINZPK X-TOI-MSGID: 38707847-7dc0-4262-b673-640c24ce5b53 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] New tool to convert pe image to elf 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: Tue, 22 Jul 2008 22:05:31 -0000 Bean wrote: > This patch add a new tool grub-pe2elf, which can be used to convert pe > image created by cygwin. It's written using grub environment, no > external library or tool is required. For example, to convert pe > module hello.mod to elf: > > grub-pe2elf hello.mod > > The relocation issue is fixed, I also remove the underscore from > variable names, so that they're the same as linux version. The > converted elf module can be used interchangeable with those generated > in linux. > > Cool! Will test this soon. Christian