From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Glslo-0004iG-2z for mharc-grub-devel@gnu.org; Sun, 19 Nov 2006 14:56:04 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Glslm-0004gs-6U for grub-devel@gnu.org; Sun, 19 Nov 2006 14:56:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Glslj-0004eN-8z for grub-devel@gnu.org; Sun, 19 Nov 2006 14:56:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Glsli-0004e7-SA for grub-devel@gnu.org; Sun, 19 Nov 2006 14:55:58 -0500 Received: from [212.27.42.28] (helo=smtp2-g19.free.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Glsli-0006HH-RC for grub-devel@gnu.org; Sun, 19 Nov 2006 14:55:59 -0500 Received: from saphi (boi78-1-82-232-198-173.fbx.proxad.net [82.232.198.173]) by smtp2-g19.free.fr (Postfix) with ESMTP id 988797D2F for ; Sun, 19 Nov 2006 20:55:57 +0100 (CET) Received: from gingold by saphi with local (Exim 3.36 #1 (Debian)) id 1GlsoM-0000m0-00 for ; Sun, 19 Nov 2006 20:58:42 +0100 Date: Sun, 19 Nov 2006 20:58:42 +0100 To: The development of GRUB 2 Message-ID: <20061119195842.GA2970@saphi> References: <1163797845.20484.20.camel@basalt> <3a73d3420611190226k23254d59vd3e6acb189a585be@mail.gmail.com> <20061119165507.GA2854@saphi> <016CAED8-2BCB-43EF-8A2E-7939D6CDA186@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <016CAED8-2BCB-43EF-8A2E-7939D6CDA186@gmail.com> User-Agent: Mutt/1.5.9i From: Tristan Gingold Subject: Re: multiboot2: remove "a.out kludge" requirement 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: Sun, 19 Nov 2006 19:56:02 -0000 On Sun, Nov 19, 2006 at 01:31:17PM -0600, Andrei E. Warkentin wrote: > Well, couldn't the compressed .text/.rdata be stored in an ELF > section itself? Do you have a more complex idea? :-) For ia64, we don't have all the x86 issues: grub must just be able to load an ELF file (as well as modules) and to start it with the correct parameters. In fact this discussion is more or less x86 specific, isn't it ? Tristan.