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.
This commit is contained in:
parent
7bd8f5bfe1
commit
379c54c1b3
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue