summaryrefslogtreecommitdiffhomepage
path: root/Boot
diff options
context:
space:
mode:
authoramlal <amlalelmahrouss@icloud.com>2024-06-08 16:12:40 +0200
committeramlal <amlalelmahrouss@icloud.com>2024-06-08 16:12:40 +0200
commit00861fe008e33e6be0f538191683169f72e1f54f (patch)
treef8787cd7b7227d2db60ad25c28f68dcb042448f1 /Boot
parentdf1b19604b3fcb9508d27d1d7e41bd3616eb78e5 (diff)
newoskrnl: improvements.
Signed-off-by: amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Boot')
-rw-r--r--Boot/Sources/HEL/AMD64/BootMain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Boot/Sources/HEL/AMD64/BootMain.cxx b/Boot/Sources/HEL/AMD64/BootMain.cxx
index cb8bccba..9df4cd0b 100644
--- a/Boot/Sources/HEL/AMD64/BootMain.cxx
+++ b/Boot/Sources/HEL/AMD64/BootMain.cxx
@@ -71,7 +71,7 @@ EFI_EXTERN_C EFI_API Int Main(EfiHandlePtr ImageHandle,
writer.Write(L"SoftwareLabs (R) newosldr: ")
.Write(BVersionString::The());
- writer.Write(L"\rNew Boot: Firmware Vendor: ")
+ writer.Write(L"\rnewosldr: Firmware Vendor: ")
.Write(SystemTable->FirmwareVendor)
.Write(L"\r");