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)
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: string: . asciz "GRUB " string: . asciz "
OLD -> notification_
NEW -> notification_
"./boot/ i386/pc/ diskboot. S" line 323: string: . asciz "loading" string: . asciz "
OLD -> notification_
NEW -> notification_
Thanks. (Sorry my English-Google)