diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-16 20:07:16 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-16 20:07:16 +0100 |
| commit | 7e94770e21f520580caf9994b6b88416a6ac9511 (patch) | |
| tree | 34207120a09765c63a8a6ed717b1bd19412ff8fb /dev/boot | |
| parent | 97fcfccebf502911371ce28a6b7f8be66c491cfd (diff) | |
fix: kernel: filesystem tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/boot')
| -rw-r--r-- | dev/boot/amd64-desktop.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/boot/amd64-desktop.make b/dev/boot/amd64-desktop.make index d8c3fd86..bad4fd4c 100644 --- a/dev/boot/amd64-desktop.make +++ b/dev/boot/amd64-desktop.make @@ -76,7 +76,7 @@ KERNEL=ne_kernel SYSCHK=chk.efi BOOTNET=net.efi SCIKIT=libSystem.dll -DDK=ddk.sys +DDK=libDDK.dll .PHONY: invalid-recipe invalid-recipe: |
