2008-07-07 Pavel Roskin <proski@gnu.org>

* boot/i386/pc/diskboot.S (notification_string): Replace
	"Loading kernel" with just "loading".  This is shorter, less
	confusing and saves a few bytes for possible future changes.
This commit is contained in:
proski 2008-07-07 15:11:06 +00:00
parent ea387a48e9
commit 62a02d00d6
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-07-07 Pavel Roskin <proski@gnu.org>
* boot/i386/pc/diskboot.S (notification_string): Replace
"Loading kernel" with just "loading". This is shorter, less
confusing and saves a few bytes for possible future changes.
2008-07-05 Pavel Roskin <proski@gnu.org>
* disk/ata.c (grub_ata_dumpinfo): Don't output addressing and

View file

@ -326,7 +326,7 @@ general_error:
/* go here when you need to stop the machine hard after an error condition */
stop: jmp stop
notification_string: .string "Loading kernel"
notification_string: .string "loading"
notification_step: .string "."
notification_done: .string "\r\n"