summaryrefslogtreecommitdiffhomepage
path: root/Boot/Sources/HEL
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-14 17:10:37 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-14 17:10:37 +0200
commit69d31491b5d671ed4b4c041e10b05c20d543bd9e (patch)
tree85f66a33a03717c07c8cb1d1a54d2f68b10a0baf /Boot/Sources/HEL
parent682763126fe9e293b9db75369fe01e228168561b (diff)
[META] BUMP.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Boot/Sources/HEL')
-rw-r--r--Boot/Sources/HEL/AMD64/BootMain.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Boot/Sources/HEL/AMD64/BootMain.cxx b/Boot/Sources/HEL/AMD64/BootMain.cxx
index d47b23a3..a1d5ab07 100644
--- a/Boot/Sources/HEL/AMD64/BootMain.cxx
+++ b/Boot/Sources/HEL/AMD64/BootMain.cxx
@@ -208,7 +208,7 @@ EFI_EXTERN_C EFI_API Int Main(EfiHandlePtr ImageHandle,
root.fKind = kNewFSCatalogKindDir;
- checkPart.Format("NewOS (ZKA:)", &root, 1);
+ checkPart.Format("ZKA (C:)", &root, 1);
EFI::Stop();
}
@@ -232,7 +232,7 @@ EFI_EXTERN_C EFI_API Int Main(EfiHandlePtr ImageHandle,
if (readerKernel.Blob())
{
loader = new Boot::Thread(readerKernel.Blob());
- loader->SetName("\"newoskrnl.dll\" (64-bit SMP DLL)");
+ loader->SetName("64-bit Kernel SMP DLL.");
}
writer.Write("newosldr: Running: ").Write(loader->GetName()).Write("\r");