From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LdAmb-00028T-D6 for mharc-grub-devel@gnu.org; Fri, 27 Feb 2009 17:02:13 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LdAmZ-00027m-FE for grub-devel@gnu.org; Fri, 27 Feb 2009 17:02:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LdAmV-00026d-Qy for grub-devel@gnu.org; Fri, 27 Feb 2009 17:02:10 -0500 Received: from [199.232.76.173] (port=48159 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdAmV-00026Y-Jc for grub-devel@gnu.org; Fri, 27 Feb 2009 17:02:07 -0500 Received: from mail.dasr.de ([217.69.77.164]:1739) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LdAmV-00052C-0s for grub-devel@gnu.org; Fri, 27 Feb 2009 17:02:07 -0500 Received: from c-24-91-125-189.hsd1.ma.comcast.net ([24.91.125.189] helo=plato.walfield.org.walfield.org) by mail.dasr.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1LdAm0-0005DR-Sp for grub-devel@gnu.org; Fri, 27 Feb 2009 23:01:37 +0100 Date: Fri, 27 Feb 2009 23:01:30 +0100 Message-ID: <87bpsnzghx.wl%neal@walfield.org> From: "Neal H. Walfield" To: The development of GRUB 2 In-Reply-To: <20090227214147.GC6167@thorin> References: <20090222005211.GA29483@thorin> <49A11A7F.9060806@gmail.com> <20090227214147.GC6167@thorin> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.2 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Subject: Re: bugs in loader/i386/pc/multiboot.c 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: Fri, 27 Feb 2009 22:02:11 -0000 At Fri, 27 Feb 2009 22:41:47 +0100, Robert Millan wrote: > I will try. Does someone have a known-working Multiboot / ELF64 image I can > test with? You can try Viengoos: http://plato.walfield.org/viengoos Here is a grub.cfg menu entry: menuentry "Viengoos" { multiboot /viengoos -D 3 -o serial module /hieronymus } (Output will be on the first serial console.) Viengoos will print out the mmap as reported by Grub when it starts. (Currently, it only uses the lower and upper memory values.) Neal