From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MQsrc-0002hI-Us for mharc-grub-devel@gnu.org; Tue, 14 Jul 2009 21:00:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQsrb-0002fq-9E for grub-devel@gnu.org; Tue, 14 Jul 2009 21:00:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQsrW-0002c9-LV for grub-devel@gnu.org; Tue, 14 Jul 2009 21:00:50 -0400 Received: from [199.232.76.173] (port=50014 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQsrW-0002bu-DD for grub-devel@gnu.org; Tue, 14 Jul 2009 21:00:46 -0400 Received: from c60.cesmail.net ([216.154.195.49]:34853) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MQsrV-0004xv-LZ for grub-devel@gnu.org; Tue, 14 Jul 2009 21:00:45 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 14 Jul 2009 21:00:44 -0400 Received: from mj.roinet.com (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 9F66434C6D for ; Tue, 14 Jul 2009 21:10:09 -0400 (EDT) To: grub-devel@gnu.org From: Pavel Roskin Date: Tue, 14 Jul 2009 21:00:43 -0400 Message-ID: <20090715010043.17865.92414.stgit@mj.roinet.com> In-Reply-To: <20090715010017.17865.58915.stgit@mj.roinet.com> References: <20090715010017.17865.58915.stgit@mj.roinet.com> User-Agent: StGit/0.15-rc1-4-g4ce8 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: [PATCH 5/7] Add newline after "Error" in bootsector 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: Wed, 15 Jul 2009 01:00:51 -0000 ChangeLog: * boot/i386/pc/boot.S (general_error_string): Add DOS newline at the end of "Error" to make the message more readable in qemu. --- boot/i386/pc/boot.S | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/boot/i386/pc/boot.S b/boot/i386/pc/boot.S index 9323cb9..e3f5228 100644 --- a/boot/i386/pc/boot.S +++ b/boot/i386/pc/boot.S @@ -425,7 +425,7 @@ notification_string: .asciz "GRUB " geometry_error_string: .asciz "Geom" hd_probe_error_string: .asciz "Hard Disk" read_error_string: .asciz "Read" -general_error_string: .asciz " Error" +general_error_string: .asciz " Error\r\n" /* * message: write the string pointed to by %si