[coreboot] r77 - trunk/filo/main/grub

svn at coreboot.org svn at coreboot.org
Fri Oct 3 21:11:49 CEST 2008


Author: oxygene
Date: 2008-10-03 21:11:48 +0200 (Fri, 03 Oct 2008)
New Revision: 77

Modified:
   trunk/filo/main/grub/char_io.c
Log:
reset the color configuration before clearing the screen

Modified: trunk/filo/main/grub/char_io.c
===================================================================
--- trunk/filo/main/grub/char_io.c	2008-10-03 17:25:57 UTC (rev 76)
+++ trunk/filo/main/grub/char_io.c	2008-10-03 19:11:48 UTC (rev 77)
@@ -150,6 +150,7 @@
 
 void init_page(void)
 {
+	color_set(1, NULL);
 	cls();
 	grub_printf("\n                                  %s %s\n\n", 
 			PROGRAM_NAME, PROGRAM_VERSION);





More information about the coreboot mailing list