mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
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:
parent
aaca21a2b6
commit
70cc3a164a
@ -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..." );
|
||||
|
Loading…
Reference in New Issue
Block a user