summaryrefslogtreecommitdiffhomepage
path: root/Boot/Sources/HEL
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-08 10:53:58 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-08 10:54:53 +0200
commit209ebb8caa774c8d73ead8e0eba3bd65d138930f (patch)
tree252deac717ec9c16884fba0bcad6a399286bd863 /Boot/Sources/HEL
parent111517b6d4f3c5eb7024be0fd4ae8fde9e87c2db (diff)
[IMP] Working on bootloader improvements, then fixing heap on kernel.
- Need to parse a json first. - Then fix the heap inside the newoskrnl.dll Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Boot/Sources/HEL')
-rw-r--r--Boot/Sources/HEL/AMD64/BootMain.cxx3
1 files changed, 2 insertions, 1 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);