diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-05 15:51:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-05 15:51:30 +0100 |
| commit | 92069da1f8e7bc8d95a593b99d923c1fb835604b (patch) | |
| tree | 545034dd8b62730ec1a8ef937b069b75a66a5c5d | |
| parent | e1d27e30997b45acf9dade9c03278b02f1021e98 (diff) | |
HCR-11: Support for Handover in progress.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
| -rw-r--r-- | Private/NewBoot/Source/Entrypoint.cxx | 2 | ||||
| -rw-r--r-- | Public/TODO_LIST.TXT | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Private/NewBoot/Source/Entrypoint.cxx b/Private/NewBoot/Source/Entrypoint.cxx index 2fdf3d0b..b63fb0a1 100644 --- a/Private/NewBoot/Source/Entrypoint.cxx +++ b/Private/NewBoot/Source/Entrypoint.cxx @@ -37,7 +37,7 @@ EFI_EXTERN_C EFI_API Int EfiMain(EfiHandlePtr ImageHandle, return kEfiFail; } - writer.WriteString(L"MZ header found... Loading HCOREKRNL.EXE...\r\n"); + writer.WriteString(L"HCoreLdr: Loading HCOREKRNL.EXE...\r\n"); UInt64 MapKey = 0; diff --git a/Public/TODO_LIST.TXT b/Public/TODO_LIST.TXT index 18e20e4f..64dc9226 100644 --- a/Public/TODO_LIST.TXT +++ b/Public/TODO_LIST.TXT @@ -5,7 +5,7 @@ - Implement Boot Services [ X ] - Design Handover [ X ] - Load kernel into memory [ X ] - - Fix bug in kernel loader, which causes a 06 #UD. + - Fix bug in kernel loader, which causes a 06 #UD. [ X ] - Jump to kernel [ ] - Context switch x87/SSE/AVX registers [ ] - Framebuffer and ATA support [ ] |
