From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JAxg8-00010X-DK for mharc-grub-devel@gnu.org; Fri, 04 Jan 2008 20:18:24 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAxg6-0000xK-Ul for grub-devel@gnu.org; Fri, 04 Jan 2008 20:18:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAxg5-0000sl-5z for grub-devel@gnu.org; Fri, 04 Jan 2008 20:18:22 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAxg5-0000sV-1D for grub-devel@gnu.org; Fri, 04 Jan 2008 20:18:21 -0500 Received: from c60.cesmail.net ([216.154.195.49]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1JAxg4-0004Ac-Ny for grub-devel@gnu.org; Fri, 04 Jan 2008 20:18:20 -0500 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 04 Jan 2008 20:18:20 -0500 Received: from [192.168.1.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id E4BDC618FE1 for ; Fri, 4 Jan 2008 20:18:19 -0500 (EST) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <200801050209.14312.okuji@enbug.org> References: <20080102170533.GA29024@thorin> <200801030046.15405.okuji@enbug.org> <20080103010637.GD6843@thorin> <200801050209.14312.okuji@enbug.org> Content-Type: text/plain Date: Fri, 04 Jan 2008 20:18:19 -0500 Message-Id: <1199495899.25368.10.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 (2.12.2-2.fc8) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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 01:18:23 -0000 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 -- Regards, Pavel Roskin