diff options
Diffstat (limited to 'Private/NewBoot/Source')
| -rw-r--r-- | Private/NewBoot/Source/Entrypoint.cxx | 2 |
1 files changed, 1 insertions, 1 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; |
