diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-14 17:10:37 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-14 17:10:37 +0200 |
| commit | 69d31491b5d671ed4b4c041e10b05c20d543bd9e (patch) | |
| tree | 85f66a33a03717c07c8cb1d1a54d2f68b10a0baf /Boot/Sources | |
| parent | 682763126fe9e293b9db75369fe01e228168561b (diff) | |
[META] BUMP.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Boot/Sources')
| -rw-r--r-- | Boot/Sources/HEL/AMD64/BootMain.cxx | 4 | ||||
| -rw-r--r-- | Boot/Sources/Root/ZKA/boot-scr.bmp | bin | 0 -> 11059254 bytes | |||
| -rw-r--r-- | Boot/Sources/Root/ZKA/cmd.json | 5 | ||||
| -rw-r--r-- | Boot/Sources/Root/ZKA/fonts.json | 2 |
4 files changed, 3 insertions, 8 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"); diff --git a/Boot/Sources/Root/ZKA/boot-scr.bmp b/Boot/Sources/Root/ZKA/boot-scr.bmp Binary files differnew file mode 100644 index 00000000..f901bb28 --- /dev/null +++ b/Boot/Sources/Root/ZKA/boot-scr.bmp diff --git a/Boot/Sources/Root/ZKA/cmd.json b/Boot/Sources/Root/ZKA/cmd.json deleted file mode 100644 index 213974f5..00000000 --- a/Boot/Sources/Root/ZKA/cmd.json +++ /dev/null @@ -1,5 +0,0 @@ -{
- "SMP": true,
- "GUI": true
- }
-
\ No newline at end of file diff --git a/Boot/Sources/Root/ZKA/fonts.json b/Boot/Sources/Root/ZKA/fonts.json index e804c2e7..05487cec 100644 --- a/Boot/Sources/Root/ZKA/fonts.json +++ b/Boot/Sources/Root/ZKA/fonts.json @@ -1,4 +1,4 @@ { "font_pkg_src": "*.ttf", - "font_pkg_name": "ZKA Fonts." + "font_pkg_name": "ZKA Standard Fonts." } |
