diff options
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." } |
