commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2411] 2009-07-15 Pavel Roskin <address@hidden>


From: Pavel Roskin
Subject: [2411] 2009-07-15 Pavel Roskin <address@hidden>
Date: Wed, 15 Jul 2009 15:00:29 +0000

Revision: 2411
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2411
Author:   proski
Date:     2009-07-15 15:00:26 +0000 (Wed, 15 Jul 2009)
Log Message:
-----------
2009-07-15  Pavel Roskin  <address@hidden>

        * boot/i386/pc/boot.S (general_error_string): Add DOS newline at
        the end of "Error" to make the message more readable.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/boot/i386/pc/boot.S

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-07-15 14:58:07 UTC (rev 2410)
+++ trunk/grub2/ChangeLog       2009-07-15 15:00:26 UTC (rev 2411)
@@ -1,5 +1,8 @@
 2009-07-15  Pavel Roskin  <address@hidden>
 
+       * 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.

Modified: trunk/grub2/boot/i386/pc/boot.S
===================================================================
--- trunk/grub2/boot/i386/pc/boot.S     2009-07-15 14:58:07 UTC (rev 2410)
+++ trunk/grub2/boot/i386/pc/boot.S     2009-07-15 15:00:26 UTC (rev 2411)
@@ -433,7 +433,7 @@
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]