summaryrefslogtreecommitdiffhomepage
path: root/dev/boot
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-06-12 03:05:25 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-06-12 03:05:25 +0200
commitc336b4fe6f6488e14a3238a36d571d7645794971 (patch)
tree4bb99ca2a2877fee30ad500c7a3a937f66abcf45 /dev/boot
parenta5851dfaa65d15f44f52b2aed1aa0179291b46fc (diff)
feat: Use `.dll` extension for `libSystem` instead of `.sys`
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/boot')
-rw-r--r--dev/boot/amd64-ci.make2
-rw-r--r--dev/boot/amd64-desktop.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/boot/amd64-ci.make b/dev/boot/amd64-ci.make
index f4f76a59..12e6407b 100644
--- a/dev/boot/amd64-ci.make
+++ b/dev/boot/amd64-ci.make
@@ -73,7 +73,7 @@ BOOTLOADER=ne_bootz
KERNEL=ne_kernel
SYSCHK=chk.efi
BOOTNET=net.efi
-SCIKIT=libSystem.sys
+SCIKIT=libSystem.dll
.PHONY: invalid-recipe
invalid-recipe:
diff --git a/dev/boot/amd64-desktop.make b/dev/boot/amd64-desktop.make
index 2e487f94..4b6a879c 100644
--- a/dev/boot/amd64-desktop.make
+++ b/dev/boot/amd64-desktop.make
@@ -75,7 +75,7 @@ BOOTLOADER=ne_bootz
KERNEL=ne_kernel
SYSCHK=chk.efi
BOOTNET=net.efi
-SCIKIT=libSystem.sys
+SCIKIT=libSystem.dll
DDK=ddk.sys
.PHONY: invalid-recipe