summaryrefslogtreecommitdiffhomepage
path: root/Kernel/amd64-efi.make
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 23:53:30 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-04 23:53:30 +0200
commitcc03f40d9fb1d68bfd945284a3ff5067dfd8475a (patch)
tree899b9cfae976c92579543653f904453fc1c2ab8f /Kernel/amd64-efi.make
parentfb0ca452cda3bdc4a13f278c115f2dcd9360d818 (diff)
[IMP] [unstable] User password hashing, and renamed newoskrnl.dll to newoskrnl.lib.
[IMP] [unstable] Using paths for usernames. Such as \Local\Super on 192.168.2.4 for example. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/amd64-efi.make')
-rw-r--r--Kernel/amd64-efi.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/amd64-efi.make b/Kernel/amd64-efi.make
index 3de2bf30..ce9bcd90 100644
--- a/Kernel/amd64-efi.make
+++ b/Kernel/amd64-efi.make
@@ -39,7 +39,7 @@ LDFLAGS = -e ke_startup_platform --subsystem=17 --image-base 0x10000000
LDOBJ = Objects/*.obj
# This file is the kernel, responsible of task management and memory.
-KERNEL = newoskrnl.dll
+KERNEL = newoskrnl.lib
.PHONY: error
error: