Clear screen on startup
This commit is contained in:
parent
6b10f3f4d9
commit
fc2efa2474
2
main.c
2
main.c
@ -118,6 +118,8 @@ efi_main(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE * system_table)
|
|||||||
|
|
||||||
g_system_table = system_table;
|
g_system_table = system_table;
|
||||||
|
|
||||||
|
system_table->ConOut->ClearScreen(system_table->ConOut);
|
||||||
|
|
||||||
write_string(L"My first EFI loader\r\n");
|
write_string(L"My first EFI loader\r\n");
|
||||||
|
|
||||||
status = system_table->ConIn->Reset(system_table->ConIn, FALSE);
|
status = system_table->ConIn->Reset(system_table->ConIn, FALSE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user