diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-26 21:49:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-26 21:49:53 +0100 |
| commit | bce9420fb8dd066188900d44248453a11a3d08d5 (patch) | |
| tree | cf78600e017480da5a4c95bf8fc8dda68c1c64e0 /dev/Boot/src/HEL | |
| parent | 486425ed00acec134f8799bdde64bfd093c5fb55 (diff) | |
META: Overall improvements and fixes to ZkaOS.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/src/HEL')
| -rw-r--r-- | dev/Boot/src/HEL/AMD64/BootMain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Boot/src/HEL/AMD64/BootMain.cc b/dev/Boot/src/HEL/AMD64/BootMain.cc index 51a49d0f..29238413 100644 --- a/dev/Boot/src/HEL/AMD64/BootMain.cc +++ b/dev/Boot/src/HEL/AMD64/BootMain.cc @@ -232,7 +232,7 @@ EFI_EXTERN_C EFI_API Int32 Main(EfiHandlePtr ImageHandle, root.fKind = kNeFSCatalogKindDir; - partition_factory.Format("FileSystem (A:) <System_Build\"" __DATE__ "\">", &root, 1); + partition_factory.Format("Zka HD", &root, 1); UI::ui_draw_background(); |
