From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HhiKb-0002KD-JC for mharc-grub-devel@gnu.org; Sat, 28 Apr 2007 04:31:01 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HhiKX-0002JF-Pe for grub-devel@gnu.org; Sat, 28 Apr 2007 04:30:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HhiKT-0002Gl-RV for grub-devel@gnu.org; Sat, 28 Apr 2007 04:30:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhiKT-0002GD-Ep for grub-devel@gnu.org; Sat, 28 Apr 2007 04:30:53 -0400 Received: from smtp.freemail.gr ([81.171.104.107]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HhiEW-0002NP-FY for grub-devel@gnu.org; Sat, 28 Apr 2007 04:24:44 -0400 Received: from [192.168.1.33] (ppp89-55.adsl.forthnet.gr [195.74.254.55]) by smtp.freemail.gr (Postfix) with ESMTP id 8114CA083F5 for ; Sat, 28 Apr 2007 11:24:40 +0300 (EEST) Message-ID: <4633051C.2010808@freemail.gr> Date: Sat, 28 Apr 2007 11:26:04 +0300 From: Constantine Kousoulos User-Agent: Icedove 1.5.0.10 (X11/20070328) MIME-Version: 1.0 To: grub-devel@gnu.org Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: booting elf64 images 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, 28 Apr 2007 08:30:58 -0000 Hello, I'm trying to make an experimental kernel multiboot compatible on amd64 and make it run in long mode. This kernel currently compiles and boots on i386 using Grub Legacy. However, it seems that Grub Legacy cannot boot elf64 images. Does GRUB2 support elf64 images without problems?? Thanks, Constantine