From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JB7lM-0005Fz-69 for mharc-grub-devel@gnu.org; Sat, 05 Jan 2008 07:04:28 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JB7lK-0005FY-Ot for grub-devel@gnu.org; Sat, 05 Jan 2008 07:04:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JB7lK-0005FD-6K for grub-devel@gnu.org; Sat, 05 Jan 2008 07:04:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JB7lK-0005F8-0d for grub-devel@gnu.org; Sat, 05 Jan 2008 07:04:26 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JB7lJ-00008r-Nx for grub-devel@gnu.org; Sat, 05 Jan 2008 07:04:25 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 59C243EB24 for ; Sat, 5 Jan 2008 13:09:16 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 5 Jan 2008 13:04:24 +0100 User-Agent: KMail/1.9.4 References: <20080102170533.GA29024@thorin> <1199495899.25368.10.camel@dv> <20080105115057.GE19370@thorin> In-Reply-To: <20080105115057.GE19370@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801051304.24463.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] memtest86+ fix 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, 05 Jan 2008 12:04:27 -0000 On Saturday 05 January 2008 12:50, Robert Millan wrote: > On Fri, Jan 04, 2008 at 08:18:19PM -0500, Pavel Roskin wrote: > > On Sat, 2008-01-05 at 02:09 +0100, Yoshinori K. Okuji wrote: > > > "big_loaded" sounds horrible to me. How about > > > grub_linux_big_image_loaded? > > > > "big image" is normally abbreviated as bzimage, as opposed to zimage, so > > I would suggest something of this kind: > > > > grub_is_bzimage > > grub_linux_is_bzimage > > grub_bzimage_loaded > > grub_linux_bzimage_loaded > > Any name that matches "grub_linux_.*" is fine with me. Can we just agree > on something ? There are people waiting to use memtest86+ ! :-) grub_linux_is_bzimage sounds good to me. Okuji