HomeFreeBSD

loader.efi: fix console output after BS off

Description

loader.efi: fix console output after BS off

When Boot Services (BS) are switched off, we can not use BS
functions any more. Since drawn console does implement our own
Blt(), we can use it to draw the console.

However, SimpleTextOutput protocol based console output must be
blocked.

Tested by inserting printf() after ExitBootServices() call.

MFC after: 1 week

Details

Provenance
tsoomeAuthored on Sep 2 2021, 9:17 PM
Parents
rGcc2d08d3880c: ses: Guard the elm_type_names declaration by _KERNEL
Branches
Unknown
Tags
Unknown