diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 23:53:30 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 23:53:30 +0200 |
| commit | cc03f40d9fb1d68bfd945284a3ff5067dfd8475a (patch) | |
| tree | 899b9cfae976c92579543653f904453fc1c2ab8f /Boot/amd64-efi.make | |
| parent | fb0ca452cda3bdc4a13f278c115f2dcd9360d818 (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 'Boot/amd64-efi.make')
| -rw-r--r-- | Boot/amd64-efi.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Boot/amd64-efi.make b/Boot/amd64-efi.make index b8d5b771..87235cc6 100644 --- a/Boot/amd64-efi.make +++ b/Boot/amd64-efi.make @@ -50,7 +50,7 @@ FLAG_GNU=-fshort-wchar -D__EFI_x86_64__ -D__NEWOS_OTA__ -mno-red-zone -D__NEWOSK -std=c++20 -D__HAVE_MAHROUSS_APIS__ -D__NEWOS_AMD64__ -D__MAHROUSS__ -D__BOOTLOADER__ -I../ BOOT_LOADER=newosldr.exe -KERNEL=newoskrnl.dll +KERNEL=newoskrnl.lib DDK=libDDK.lib SCI=libSCI.lib @@ -97,7 +97,7 @@ download-edk: $(HTTP_GET) https://retrage.github.io/edk2-nightly/bin/DEBUGX64_OVMF.fd -O OVMF.fd BINS=*.bin -EXECUTABLES=newosldr.exe newoskrnl.dll OVMF.fd +EXECUTABLES=newosldr.exe newoskrnl.lib OVMF.fd TARGETS=$(REM_FLAG) $(OBJ) $(BIN) $(IMG) $(IMG_2) $(EXECUTABLES) |
