diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-14 15:47:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-14 15:47:53 +0100 |
| commit | c6592da1f0461ee7b60fcc5a7f9e852273171b6d (patch) | |
| tree | f9b9acd25da57e211c0fd600ef9b04d05d4bdc69 /Private/NewBoot/Source | |
| parent | 41b1d0483dead754bb054bb4139cbc69fec84f36 (diff) | |
HCR-18: Fix: don't print sections.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source')
| -rw-r--r-- | Private/NewBoot/Source/RuntimeMain.cxx | 5 |
1 files changed, 0 insertions, 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); |
