From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1GSvNl-0004wg-9G for mharc-grub-devel@gnu.org; Thu, 28 Sep 2006 08:52:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GSvNj-0004wQ-HL for grub-devel@gnu.org; Thu, 28 Sep 2006 08:52:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GSvNg-0004w5-V1 for grub-devel@gnu.org; Thu, 28 Sep 2006 08:52:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSvNg-0004w2-Rl for grub-devel@gnu.org; Thu, 28 Sep 2006 08:52:48 -0400 Received: from [194.109.24.26] (helo=smtp-vbr6.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GSvSl-0000kG-Rv for grub-devel@gnu.org; Thu, 28 Sep 2006 08:58:04 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr6.xs4all.nl (8.13.8/8.13.8) with ESMTP id k8SCqid5029587 for ; Thu, 28 Sep 2006 14:52:45 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <1159444090.451bb67a38fba@imp6-g19.free.fr> Mail-Copies-To: mgerards@xs4all.nl Date: Thu, 28 Sep 2006 15:00:38 +0200 In-Reply-To: <1159444090.451bb67a38fba@imp6-g19.free.fr> (tgingold@free.fr's message of "Thu, 28 Sep 2006 13:48:10 +0200") Message-ID: <877izo2ljd.fsf@xs4all.nl> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: patch for kern/efi/mm.c (big memmap) 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: Thu, 28 Sep 2006 12:52:51 -0000 tgingold@free.fr writes: Hi, First of all, thanks a lot for this patch. > some systems have a really big memmap. What kind of system are you testing GRUB 2 (EFI) on? It would be nice to know which systems are already supported. > This patch remove the memmap size limit. Cool. Can you please send in this patch in unified diff format (diff -up) and provide a changelog entry? And while you on it, most people here prefer patches being sent inline so it is easier to read and to give feedback on. Thanks, Marco