From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JDkgg-0001XK-4P for mharc-grub-devel@gnu.org; Sat, 12 Jan 2008 13:02:30 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDkge-0001Vx-RP for grub-devel@gnu.org; Sat, 12 Jan 2008 13:02:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDkgc-0001Sy-Rv for grub-devel@gnu.org; Sat, 12 Jan 2008 13:02:28 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDkgc-0001Sg-Lz for grub-devel@gnu.org; Sat, 12 Jan 2008 13:02:26 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JDkgc-0007Rw-4V for grub-devel@gnu.org; Sat, 12 Jan 2008 13:02:26 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JDkgT-0006lb-J3 for grub-devel@gnu.org; Sat, 12 Jan 2008 18:02:17 +0000 Received: from dial-213-168-64-129.netcologne.de ([213.168.64.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Jan 2008 18:02:17 +0000 Received: from patrick by dial-213-168-64-129.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Jan 2008 18:02:17 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: Patrick Georgi Date: Sat, 12 Jan 2008 18:02:10 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dial-213-168-64-129.netcologne.de User-Agent: Pan/0.129 (Benson & Hedges Moscow Gold) Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Using GRUB2 with CoreBoot (formerly known as LinuxBIOS) 3/3: grub-mkimage should create streamable ELFs 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: Sat, 12 Jan 2008 18:02:29 -0000 Hi, third installment in my mini-series - the fourth one vanished on the way. Move segment table to the beginning of the ELF image, so it can be used while parsing the rest. There was some patch for this on this list already (http://www.mail-archive.com/grub-devel@gnu.org/msg03547.html), which might help as inspiration. Regards, Patrick Georgi