summaryrefslogtreecommitdiffhomepage
path: root/Private/EFIKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/EFIKit')
-rw-r--r--Private/EFIKit/EFILib.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Private/EFIKit/EFILib.hxx b/Private/EFIKit/EFILib.hxx
index 0d076b24..e7b135ef 100644
--- a/Private/EFIKit/EFILib.hxx
+++ b/Private/EFIKit/EFILib.hxx
@@ -43,6 +43,9 @@ inline void KeInitEFI(EfiSystemTable* SystemTable) noexcept {
ST = SystemTable;
BS = ST->BootServices;
+
+ ST->ConOut->ClearScreen(SystemTable->ConOut);
+ ST->ConOut->SetAttribute(SystemTable->ConOut, kEFIYellow);
}
inline void KeRuntimeStop(const EfiCharType* ErrorCode,