]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-07-15 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Wed, 15 Jul 2009 15:00:26 +0000 (15:00 +0000)
committerproski <proski@localhost>
Wed, 15 Jul 2009 15:00:26 +0000 (15:00 +0000)
* boot/i386/pc/boot.S (general_error_string): Add DOS newline at
the end of "Error" to make the message more readable.

ChangeLog
boot/i386/pc/boot.S

index 0e216e470b1f9617e78cc26f11c7fd128cd67483..889bbd3caee4e4d956b62725935d01339d4a5ce1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-07-15  Pavel Roskin  <proski@gnu.org>
 
+       * boot/i386/pc/boot.S (general_error_string): Add DOS newline at
+       the end of "Error" to make the message more readable.
+
        * boot/i386/pc/boot.S (kernel_segment): Remove.
        (copy_buffer): Use GRUB_BOOT_MACHINE_KERNEL_ADDR in segment 0
        for destination.
index 15d02e503d8e2a76e009d93164dc071916ffab95..1fb5f74160fea422b50c3c8ba3f55b08ba41a838 100644 (file)
@@ -433,7 +433,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