Hi Jan, > Remove any traces of splash screens before writing messages. > > Signed-off-by: Jan Kiszka <[email protected]> > --- > main.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/main.c b/main.c > index ded6129..2bbd2ad 100644 > --- a/main.c > +++ b/main.c > @@ -112,6 +112,7 @@ EFI_STATUS efi_main(EFI_HANDLE image_handle, > EFI_SYSTEM_TABLE *system_table) > this_image = image_handle; > InitializeLib(this_image, system_table); > > + (VOID)uefi_call_wrapper(ST->ConOut->ClearScreen, 2, ST->ConOut); > PrintC(EFI_CYAN, L"\nEFI Boot Guard %s\n", L"" EFIBOOTGUARD_VERSION); > > status =
Very welcomed, how about also clearing screen on callee execution? Then, we may also add Pause() calls to WARNING and ERROR so that they can actually be recognized and don't just rush through? Kind regards, Christian -- Dr. Christian Storm Siemens AG, Technology, T RDA IOT SES-DE Otto-Hahn-Ring 6, 81739 München, Germany -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20210118105706.fxmml3gcdiwq5bzn%40MD1ZFJVC.ad001.siemens.net.
