From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LppJ5-0007ph-2P for mharc-grub-devel@gnu.org; Fri, 03 Apr 2009 15:44:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LppJ3-0007p8-Kt for grub-devel@gnu.org; Fri, 03 Apr 2009 15:44:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LppJ1-0007oD-UP for grub-devel@gnu.org; Fri, 03 Apr 2009 15:44:01 -0400 Received: from [199.232.76.173] (port=57022 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LppJ1-0007o8-Ls for grub-devel@gnu.org; Fri, 03 Apr 2009 15:43:59 -0400 Received: from mail.nexedi.com ([91.121.25.85]:41190 helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LppJ1-0005uu-4P for grub-devel@gnu.org; Fri, 03 Apr 2009 15:43:59 -0400 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 8F2CD3D9F5 for ; Fri, 3 Apr 2009 21:43:54 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 4 Apr 2009 04:43:50 +0900 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904040443.50628.okuji@enbug.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: r2010 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, 03 Apr 2009 19:44:02 -0000 At r2010, Bean added fake_bios_data, and this function calls grub_printf. Why not grub_dprintf? Was there any reason to print a message on the screen? Regards, Okuji