grub-devel
[Top][All Lists]
Advanced

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

[PATCH] GRUB Loading message


From: Isaac Dupree
Subject: [PATCH] GRUB Loading message
Date: Thu, 10 Jul 2008 11:34:34 -0400
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

As per the "GRUB Loading kernel" discussion (interpreting silence as "send a patch"). I guess I need to write a ChangeLog entry, is there anything telling me how to do that? I looked at other examples on this list and wasn't sure how to apply them here. Is there anything else I'm missing? I forgot to test that it does anything more than compile, is there some way to test in an emulator (documented somewhere? Maybe QEMU, parted etc. work with a file as a whole set of partitions?)

-Isaac
Index: grub2patching/boot/i386/pc/diskboot.S
===================================================================
--- grub2patching.orig/boot/i386/pc/diskboot.S  2008-07-10 11:16:18.000000000 
-0400
+++ grub2patching/boot/i386/pc/diskboot.S       2008-07-10 11:17:23.000000000 
-0400
@@ -326,7 +326,7 @@
 /* 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"

reply via email to

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