Print prompt
This commit is contained in:
parent
a0e7e3b2c4
commit
cd03f4fbca
@ -13,4 +13,12 @@ XTCDECL
|
|||||||
VOID
|
VOID
|
||||||
BlStartLoaderShell()
|
BlStartLoaderShell()
|
||||||
{
|
{
|
||||||
|
/* Clear screen and enable cursor */
|
||||||
|
BlSetConsoleAttributes(EFI_TEXT_BGCOLOR_BLACK | EFI_TEXT_FGCOLOR_LIGHTGRAY);
|
||||||
|
BlClearConsoleScreen();
|
||||||
|
BlEnableConsoleCursor();
|
||||||
|
|
||||||
|
/* Print prompt */
|
||||||
|
BlConsolePrint(L"XTLDR> ");
|
||||||
|
for(;;);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user