2002-12-09 Yoshinori K. Okuji <okuji@enbug.org>

* stage2/char_io.c (init_page): Change the software name from
	"GRUB" to "GNU GRUB". This was inaccurate. Reported by Ciaran
	O'Riordan <coriordan@compsoc.com>.
This commit is contained in:
okuji 2002-12-09 06:27:05 +00:00
parent b27b4d206d
commit 631d47d206
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2002-12-09 Yoshinori K. Okuji <okuji@enbug.org>
* stage2/char_io.c (init_page): Change the software name from
"GRUB" to "GNU GRUB". This was inaccurate. Reported by Ciaran
O'Riordan <coriordan@compsoc.com>.
2002-12-04 Yoshinori K. Okuji <okuji@enbug.org> 2002-12-04 Yoshinori K. Okuji <okuji@enbug.org>
* stage2/builtins.c (embed_func): When checking if the disk can * stage2/builtins.c (embed_func): When checking if the disk can

View file

@ -243,7 +243,7 @@ init_page (void)
{ {
cls (); cls ();
printf ("\n GRUB version %s (%dK lower / %dK upper memory)\n\n", grub_printf ("\n GNU GRUB version %s (%dK lower / %dK upper memory)\n\n",
version_string, mbi.mem_lower, mbi.mem_upper); version_string, mbi.mem_lower, mbi.mem_upper);
} }