diff options
| author | amlal <amlalelmahrouss@icloud.com> | 2024-06-08 16:12:40 +0200 |
|---|---|---|
| committer | amlal <amlalelmahrouss@icloud.com> | 2024-06-08 16:12:40 +0200 |
| commit | 00861fe008e33e6be0f538191683169f72e1f54f (patch) | |
| tree | f8787cd7b7227d2db60ad25c28f68dcb042448f1 /Boot/Sources | |
| parent | df1b19604b3fcb9508d27d1d7e41bd3616eb78e5 (diff) | |
newoskrnl: improvements.
Signed-off-by: amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Boot/Sources')
| -rw-r--r-- | Boot/Sources/HEL/AMD64/BootMain.cxx | 2 |
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"); |
