From 76835f023db03aef20c74541fb2a8a9485206cf7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 1 Sep 2024 15:38:05 +0200 Subject: Added new fields for the OS inside handover header. Signed-off-by: Amlal El Mahrouss --- dev/ZBA/Modules/SysChk/Module.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dev/ZBA/Modules/SysChk') diff --git a/dev/ZBA/Modules/SysChk/Module.cxx b/dev/ZBA/Modules/SysChk/Module.cxx index 15758599..fa564324 100644 --- a/dev/ZBA/Modules/SysChk/Module.cxx +++ b/dev/ZBA/Modules/SysChk/Module.cxx @@ -11,5 +11,10 @@ EXTERN_C Int32 main(Kernel::HEL::HandoverInformationHeader* Handover) { + EfiSystemTable* cST = (EfiSystemTable*)Handover->f_FirmwareCustomTables[1]; + cST->ConOut->ClearScreen(cST->ConOut); + cST->ConOut->OutputString(cST->ConOut, L"SYSCHK: CHECKING FOR VALID NEWFS OR EXT4 PARTITIONS...\r"); + cST->ConOut->OutputString(cST->ConOut, L"SYSCHK: WE ARE GOOD TO GO!\r"); + return kEfiOk; } -- cgit v1.2.3