summaryrefslogtreecommitdiffhomepage
path: root/src/boot/modules/SysChk/amd64-ahci-gpt.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-21 22:24:23 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-21 22:24:44 +0100
commitb50f234c24f07d1be68b551ba1e23e3b11a77e2b (patch)
tree3eb963688460c9fa734390d0174e3b0d42b9b689 /src/boot/modules/SysChk/amd64-ahci-gpt.json
parent7ec77f42f45fb3b3479818636943923b9416a170 (diff)
fix: hotpatch: fix errors in kernel boot modules due to missing macros.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/boot/modules/SysChk/amd64-ahci-gpt.json')
-rw-r--r--src/boot/modules/SysChk/amd64-ahci-gpt.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/boot/modules/SysChk/amd64-ahci-gpt.json b/src/boot/modules/SysChk/amd64-ahci-gpt.json
index 91ab6291..404d7439 100644
--- a/src/boot/modules/SysChk/amd64-ahci-gpt.json
+++ b/src/boot/modules/SysChk/amd64-ahci-gpt.json
@@ -30,7 +30,10 @@
"__NEOSKRNL__",
"__NE_AMD64__",
"__AHCI__",
- "__nekernel_max_cores=8 ",
+ "__nekernel_max_cores=8",
+ "__nekernel_dma_pool_start=0x1000000",
+ "__nekernel_dma_pool_size=0x1000000",
+ "__nekernel_halkit_include_processor=\"<HALKit/AMD64/Processor.h>\"",
"__SYSCHK__",
"BOOTZ_GPT_SUPPORT",
"__NE_MODULAR_KERNEL_COMPONENTS__",