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);


--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to