From 66d66de4e0050ae00a55ae7003482f8f8af95d97 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Fri, 18 Mar 2022 15:11:20 +0000 Subject: clear and reset the output console --- loader/main_efi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'loader') diff --git a/loader/main_efi.c b/loader/main_efi.c index 3b50c36..5e2a91d 100644 --- a/loader/main_efi.c +++ b/loader/main_efi.c @@ -178,6 +178,7 @@ EFI_STATUS efi_main(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table) } else { + gST->ConOut->Reset(gST->ConOut, FALSE); gBS->SetMem(linebuf, EFI_PAGE_SIZE, 0); linebuf_ptr = linebuf; } -- cgit v1.3.1-1-g115d