From b50f234c24f07d1be68b551ba1e23e3b11a77e2b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 21 Jan 2026 22:24:23 +0100 Subject: fix: hotpatch: fix errors in kernel boot modules due to missing macros. Signed-off-by: Amlal El Mahrouss --- src/boot/modules/SysChk/amd64-ahci-epm.json | 5 ++++- src/boot/modules/SysChk/amd64-ahci-gpt.json | 5 ++++- src/boot/modules/SysChk/amd64-pio-epm.json | 5 ++++- src/boot/modules/SysChk/amd64-pio-gpt.json | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) (limited to 'src/boot/modules') diff --git a/src/boot/modules/SysChk/amd64-ahci-epm.json b/src/boot/modules/SysChk/amd64-ahci-epm.json index 48da0f86..b7280368 100644 --- a/src/boot/modules/SysChk/amd64-ahci-epm.json +++ b/src/boot/modules/SysChk/amd64-ahci-epm.json @@ -33,7 +33,10 @@ "__AHCI__", "__SYSCHK__", "BOOTZ_EPM_SUPPORT", - "__nekernel_max_cores=8 ", + "__nekernel_max_cores=8", + "__nekernel_dma_pool_start=0x1000000", + "__nekernel_dma_pool_size=0x1000000", + "__nekernel_halkit_include_processor=\"\"", "__NE_VEPM__", "__NE_MODULAR_KERNEL_COMPONENTS__", "kChkVersionHighest=0x0100", 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=\"\"", "__SYSCHK__", "BOOTZ_GPT_SUPPORT", "__NE_MODULAR_KERNEL_COMPONENTS__", diff --git a/src/boot/modules/SysChk/amd64-pio-epm.json b/src/boot/modules/SysChk/amd64-pio-epm.json index c7276d4e..12d47119 100644 --- a/src/boot/modules/SysChk/amd64-pio-epm.json +++ b/src/boot/modules/SysChk/amd64-pio-epm.json @@ -31,7 +31,10 @@ "__BOOTZ__", "__BOOTZ_STANDALONE__", "__NE_AMD64__", - "__nekernel_max_cores=8 ", + "__nekernel_max_cores=8", + "__nekernel_dma_pool_start=0x1000000", + "__nekernel_dma_pool_size=0x1000000", + "__nekernel_halkit_include_processor=\"\"", "__ATA_PIO__", "BOOTZ_EPM_SUPPORT", "__NE_VEPM__", diff --git a/src/boot/modules/SysChk/amd64-pio-gpt.json b/src/boot/modules/SysChk/amd64-pio-gpt.json index 88dae9be..f68d5d36 100644 --- a/src/boot/modules/SysChk/amd64-pio-gpt.json +++ b/src/boot/modules/SysChk/amd64-pio-gpt.json @@ -33,7 +33,10 @@ "__NE_AMD64__", "__ATA_PIO__", "__NE_VEPM__", - "__nekernel_max_cores=8 ", + "__nekernel_max_cores=8", + "__nekernel_dma_pool_start=0x1000000", + "__nekernel_dma_pool_size=0x1000000", + "__nekernel_halkit_include_processor=\"\"", "BOOTZ_GPT_SUPPORT", "kChkVersionHighest=0x0100", "kChkVersionLowest=0x0100", -- cgit v1.2.3