On Sun, Feb 21, 2010 at 11:00:57AM +0100, Robo L wrote: > As a second I would like to understand how it works with the printing, > because I spent much time reversed analysis and still I can not understand > who, where and when print the first inverted message "Welcome to GRUB!".
grep should have found it ... it's in kern/main.c, in the grub_main function. > btw: for test I remove all Welcome message from binary (search for full > disk, MBR too) files and message is still printing :-) This is free software. Rebuild the source, don't edit the binary :-) -- Colin Watson [[email protected]] _______________________________________________ Grub-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/grub-devel
