summaryrefslogtreecommitdiffhomepage
path: root/src/boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/modules/SysChk/amd64-ahci-epm.json5
-rw-r--r--src/boot/modules/SysChk/amd64-ahci-gpt.json5
-rw-r--r--src/boot/modules/SysChk/amd64-pio-epm.json5
-rw-r--r--src/boot/modules/SysChk/amd64-pio-gpt.json5
4 files changed, 16 insertions, 4 deletions
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=\"<HALKit/AMD64/Processor.h>\"",
"__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=\"<HALKit/AMD64/Processor.h>\"",
"__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=\"<HALKit/AMD64/Processor.h>\"",
"__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=\"<HALKit/AMD64/Processor.h>\"",
"BOOTZ_GPT_SUPPORT",
"kChkVersionHighest=0x0100",
"kChkVersionLowest=0x0100",