david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Reset character attributes before start of welcome banner, in case

it's a serial console and remembers state from the previous program
run.
This commit is contained in:
Michael Brown 2007-01-09 04:51:27 +00:00
parent aaca21a2b6
commit 70cc3a164a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ int shell_banner ( void ) {
int enter_shell = 0;
/* Print welcome banner */
printf ( "\n\n\n" BOLD "gPXE " VERSION
printf ( NORMAL "\n\n\n" BOLD "gPXE " VERSION
NORMAL " -- Open Source Boot Firmware -- "
CYAN "http://etherboot.org" NORMAL "\n"
"Press Ctrl-B for the gPXE command line..." );