summaryrefslogtreecommitdiffhomepage
path: root/Boot
diff options
context:
space:
mode:
Diffstat (limited to 'Boot')
-rw-r--r--Boot/Sources/HEL/AMD64/BootMain.cxx3
-rw-r--r--Boot/Sources/Root/ZKA/cmd.json5
-rw-r--r--Boot/Sources/Root/bootloader.json5
3 files changed, 10 insertions, 3 deletions
diff --git a/Boot/Sources/HEL/AMD64/BootMain.cxx b/Boot/Sources/HEL/AMD64/BootMain.cxx
index 2bc2aca1..8647d00e 100644
--- a/Boot/Sources/HEL/AMD64/BootMain.cxx
+++ b/Boot/Sources/HEL/AMD64/BootMain.cxx
@@ -219,7 +219,8 @@ EFI_EXTERN_C EFI_API Int Main(EfiHandlePtr ImageHandle,
writer.Write("newosldr: Running: ").Write(loader->GetName()).Write("\r");
- CopyMem(handoverHdrPtr->f_CommandLine[0], "/SMP", StrLen("/SMP"));
+ /// TODO: Parse command line from ZKA\cmd.json
+ // CopyMem(handoverHdrPtr->f_CommandLine[0], "/SMP", StrLen("/SMP"));
handoverHdrPtr->f_FirmwareVendorLen = BStrLen(SystemTable->FirmwareVendor);
diff --git a/Boot/Sources/Root/ZKA/cmd.json b/Boot/Sources/Root/ZKA/cmd.json
new file mode 100644
index 00000000..213974f5
--- /dev/null
+++ b/Boot/Sources/Root/ZKA/cmd.json
@@ -0,0 +1,5 @@
+{
+ "SMP": true,
+ "GUI": true
+ }
+ \ No newline at end of file
diff --git a/Boot/Sources/Root/bootloader.json b/Boot/Sources/Root/bootloader.json
index fe1a57d4..ebfcf320 100644
--- a/Boot/Sources/Root/bootloader.json
+++ b/Boot/Sources/Root/bootloader.json
@@ -1,4 +1,5 @@
{
- "newoskrnl.dll": "kernel",
- "ZETA/fonts.json": "rsrc"
+ "newoskrnl.dll": "krnldll",
+ "ZKA/fonts.json": "rsrc",
+ "ZKA/cmd.json": "cmdline"
}