From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KIpR2-0007PP-Q4 for mharc-grub-devel@gnu.org; Tue, 15 Jul 2008 14:39:36 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIpR0-0007P8-G5 for grub-devel@gnu.org; Tue, 15 Jul 2008 14:39:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIpQy-0007Ow-1f for grub-devel@gnu.org; Tue, 15 Jul 2008 14:39:33 -0400 Received: from [199.232.76.173] (port=38100 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIpQx-0007Ot-Qc for grub-devel@gnu.org; Tue, 15 Jul 2008 14:39:31 -0400 Received: from mailout06.t-online.de ([194.25.134.19]:47510) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KIpQx-0002QY-ER for grub-devel@gnu.org; Tue, 15 Jul 2008 14:39:31 -0400 Received: from fwd31.aul.t-online.de by mailout06.sul.t-online.de with smtp id 1KIpQv-00034c-04; Tue, 15 Jul 2008 20:39:29 +0200 Received: from [10.3.2.2] (rPhWUuZEQhm-ZvMagT-FoSN9C3hl0tTn2Hhg65w6D6UAUzYFRzW7GvGb3LY3kX3w2Z@[217.235.248.243]) by fwd31.aul.t-online.de with esmtp id 1KIpQn-16lKG80; Tue, 15 Jul 2008 20:39:21 +0200 Message-ID: <487CEED9.40206@t-online.de> Date: Tue, 15 Jul 2008 20:39:21 +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: <1216040584.9995.52.camel@dv> <487B84FC.7050700@t-online.de> <20080715134913.GB24537@thorin> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ID: rPhWUuZEQhm-ZvMagT-FoSN9C3hl0tTn2Hhg65w6D6UAUzYFRzW7GvGb3LY3kX3w2Z X-TOI-MSGID: e9622b70-7ff9-4cd3-aa73-30f8a2a41145 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: Next release? 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, 15 Jul 2008 18:39:34 -0000 Patrick Georgi wrote: > Robert Millan schrieb: >> On Mon, Jul 14, 2008 at 06:55:24PM +0200, Christian Franke wrote: >>> The first (and last) grub package released in the Cygwin >>> distribution was based on grub codebase from 2008-03-26. My latest >>> reasonably tested merge is ~2 month old. If desired, I can merge & >>> test all remaining changes to current HEAD and post the patches for >>> review soon. >> >> Great! >> >> As for the loader issue, did you find a way to generate images in ELF >> format >> from the Cygwin system? > I do all the time with an i386-elf cross compiler. the easiest way to > generate one (in my experience) is to create a directory with symlinks > to: > ... The grub Cygwin package is targeted for (and already included in) the official Cygwin distribution. This requires that the package can be build with tools already included in the distro. Using a ELF toolchain would be desirable, but is not an option unless someone volunteers to maintain it. Christian