diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-29 09:15:17 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-29 09:15:17 +0100 |
| commit | b6464d3fcd11ad43d1d0421fa8484eda2ac1708f (patch) | |
| tree | 7826279e593c837fa81a61f38e899213f8f55c03 /dev/Boot/Mod/SysChk | |
| parent | 711dcbb464de6339a2dc5cd251f2096616d5ea09 (diff) | |
WiP: Tweaks and will finish SATA support and ATA (DMA) support.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/Mod/SysChk')
| -rw-r--r-- | dev/Boot/Mod/SysChk/amd64.json | 2 | ||||
| -rw-r--r-- | dev/Boot/Mod/SysChk/arm64.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/Boot/Mod/SysChk/amd64.json b/dev/Boot/Mod/SysChk/amd64.json index 2c079889..e1e1b818 100644 --- a/dev/Boot/Mod/SysChk/amd64.json +++ b/dev/Boot/Mod/SysChk/amd64.json @@ -14,7 +14,7 @@ "-Wl,--subsystem=17,--image-base,0x10000000,-e,ModuleMain" ], "cpp_macros": [ - "__MINOSKRNL__", + "__NEOSKRNL__", "__ZBAOSLDR__", "__BOOTLDR_STANDALONE__", "__ZKA_AMD64__", diff --git a/dev/Boot/Mod/SysChk/arm64.json b/dev/Boot/Mod/SysChk/arm64.json index 46cfb081..0e107e28 100644 --- a/dev/Boot/Mod/SysChk/arm64.json +++ b/dev/Boot/Mod/SysChk/arm64.json @@ -15,7 +15,7 @@ "-target aarch64-unknown-windows" ], "cpp_macros": [ - "__MINOSKRNL__", + "__NEOSKRNL__", "__ZBAOSLDR__", "__BOOTLDR_STANDALONE__", "__ZKA_ARM64__", |
