diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-08 10:53:58 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-08 10:54:53 +0200 |
| commit | 209ebb8caa774c8d73ead8e0eba3bd65d138930f (patch) | |
| tree | 252deac717ec9c16884fba0bcad6a399286bd863 /Boot/Sources/Root/ZKA | |
| parent | 111517b6d4f3c5eb7024be0fd4ae8fde9e87c2db (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/Root/ZKA')
| -rw-r--r-- | Boot/Sources/Root/ZKA/cmd.json | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
