diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-18 11:20:00 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-18 11:20:00 +0100 |
| commit | f471cf287fdef515ced7357aca2f3f47f284998f (patch) | |
| tree | 65ade714b62f95dbe8a1a25be4b3a3c5c4abd079 /dev/Boot/arm64-mobile.make | |
| parent | bea589553fa9d33168e42bb83b77591fa8a0cad1 (diff) | |
REFACTOR: ZBAOSLDR to BOOTZ.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/arm64-mobile.make')
| -rw-r--r-- | dev/Boot/arm64-mobile.make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/Boot/arm64-mobile.make b/dev/Boot/arm64-mobile.make index 809ad313..c4522e52 100644 --- a/dev/Boot/arm64-mobile.make +++ b/dev/Boot/arm64-mobile.make @@ -46,9 +46,9 @@ REM_FLAG=-f FLAG_ASM=-f win64 FLAG_GNU=-fshort-wchar -c -ffreestanding -MMD -mno-red-zone -D__NE_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__NEOSKRNL__ -D__ZBAOSLDR__ -D__HAVE_NE_APIS__ -D__NE__ -I../ -I../Kernel + -std=c++20 -DBOOTZ_EPM_SUPPORT -DkExpectedWidth=320 -DkExpectedHeight=480 -D__FSKIT_USE_NEFS__ -D__BOOTLDR_STANDALONE__ -D__NEOSKRNL__ -D__BOOTZ__ -D__HAVE_NE_APIS__ -D__NE__ -I../ -I../Kernel -BOOT_LOADER=zbaosldr.exe +BOOT_LOADER=bootz.exe KERNEL=neoskrnl.exe SYSCHK=syschk.sys STARTUP=startup.sys @@ -95,7 +95,7 @@ efi: $(HTTP_GET) https://retrage.github.io/edk2-nightly/bin/DEBUGAARCH64_QEMU_EFI.fd -O OVMF.fd BINS=*.bin -EXECUTABLES=zbaosldr.exe neoskrnl.exe OVMF.fd +EXECUTABLES=bootz.exe neoskrnl.exe OVMF.fd TARGETS=$(REM_FLAG) $(OBJ) $(BIN) $(IMG) $(IMG_2) $(EXECUTABLES) |
