Comment 0 for bug 692706

Revision history for this message
Carlos S C (carlossc87) wrote :

Hello, could change 2 lines, compile and update the application to not display the message "GRUB loading." when you start the computer.

"./boot/i386/pc/boot.S" line 382:
OLD -> notification_string:. asciz "GRUB "
NEW -> notification_string:. asciz "

"./boot/i386/pc/diskboot.S" line 323:
OLD -> notification_string:. asciz "loading"
NEW -> notification_string:. asciz "

Thanks. (Sorry my English-Google)