summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/arm64-mobile.make
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-01-29 09:15:17 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-01-29 09:15:17 +0100
commitb6464d3fcd11ad43d1d0421fa8484eda2ac1708f (patch)
tree7826279e593c837fa81a61f38e899213f8f55c03 /dev/Boot/arm64-mobile.make
parent711dcbb464de6339a2dc5cd251f2096616d5ea09 (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/arm64-mobile.make')
-rw-r--r--dev/Boot/arm64-mobile.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Boot/arm64-mobile.make b/dev/Boot/arm64-mobile.make
index ce940788..9ca37b89 100644
--- a/dev/Boot/arm64-mobile.make
+++ b/dev/Boot/arm64-mobile.make
@@ -46,7 +46,7 @@ REM_FLAG=-f
FLAG_ASM=-f win64
FLAG_GNU=-fshort-wchar -c -ffreestanding -MMD -mno-red-zone -D__ZKA_ARM64__ -fno-rtti -fno-exceptions -I./ \
-target aarch64-unknown-windows \
- -std=c++20 -DBOOTZ_EPM_SUPPORT -DkExpectedWidth=320 -DkExpectedHeight=480 -D__FSKIT_USE_NEFS__ -D__BOOTLDR_STANDALONE__ -D__MINOSKRNL__ -D__ZBAOSLDR__ -D__HAVE_ZKA_APIS__ -D__ZKA__ -I../ -I../Kernel
+ -std=c++20 -DBOOTZ_EPM_SUPPORT -DkExpectedWidth=320 -DkExpectedHeight=480 -D__FSKIT_USE_NEFS__ -D__BOOTLDR_STANDALONE__ -D__NEOSKRNL__ -D__ZBAOSLDR__ -D__HAVE_ZKA_APIS__ -D__ZKA__ -I../ -I../Kernel
BOOT_LOADER=zbaosldr.exe
KERNEL=neoskrnl.exe