From c6592da1f0461ee7b60fcc5a7f9e852273171b6d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 14 Feb 2024 15:47:53 +0100 Subject: HCR-18: Fix: don't print sections. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/Source/RuntimeMain.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Private/NewBoot/Source/RuntimeMain.cxx b/Private/NewBoot/Source/RuntimeMain.cxx index afca21eb..8d649459 100644 --- a/Private/NewBoot/Source/RuntimeMain.cxx +++ b/Private/NewBoot/Source/RuntimeMain.cxx @@ -86,11 +86,6 @@ EFI_EXTERN_C EFI_API Int EfiMain(EfiHandlePtr ImageHandle, if (hdr.mName[0] != '.') continue; - writer.WriteString(L"HCoreLdr: Mapping: "); - for (auto ch : hdr.mName) writer.WriteCharacter(ch); - - writer.WriteString(L"\r\n"); - UInt64 addr = hdr.mVirtualAddress; BS->AllocatePages(AllocateAnyPages, EfiLoaderCode, 1, &addr); -- cgit v1.2.3