summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/arm64-mobile.make
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com>2025-01-25 08:15:12 +0100
committerGitHub <noreply@github.com>2025-01-25 08:15:12 +0100
commit2e521f8e86fee826d35213a325f3d5f2c39b3595 (patch)
tree4fba5048ceb52e16cb5b98bbd10d84fabf60e8d1 /dev/Boot/arm64-mobile.make
parenta37ea0c0daca3ee73dd2abbb34decbd7b6799ef8 (diff)
META: Refactor minoskrnl to neoskrnl.
Diffstat (limited to 'dev/Boot/arm64-mobile.make')
-rw-r--r--dev/Boot/arm64-mobile.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Boot/arm64-mobile.make b/dev/Boot/arm64-mobile.make
index 45fd03e9..ce940788 100644
--- a/dev/Boot/arm64-mobile.make
+++ b/dev/Boot/arm64-mobile.make
@@ -49,7 +49,7 @@ FLAG_GNU=-fshort-wchar -c -ffreestanding -MMD -mno-red-zone -D__ZKA_ARM64__ -fno
-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
BOOT_LOADER=zbaosldr.exe
-KERNEL=minoskrnl.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 minoskrnl.exe OVMF.fd
+EXECUTABLES=zbaosldr.exe neoskrnl.exe OVMF.fd
TARGETS=$(REM_FLAG) $(OBJ) $(BIN) $(IMG) $(IMG_2) $(EXECUTABLES)