From acd8297fe927e601a7173cec7ca5445fd4a9c74a Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Fri, 9 Aug 2024 14:20:49 +0200 Subject: [IMP] [KRNL DLL] Update stop code, not using serial output anymore. [IMP] [CRT DLL] Add CRT DLL as well. [HANDOVER] Update protocol by hiding an internal struct. Signed-off-by: Amlal EL Mahrouss --- Boot/amd64-efi.make | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Boot') diff --git a/Boot/amd64-efi.make b/Boot/amd64-efi.make index 12bd4941..650b1992 100644 --- a/Boot/amd64-efi.make +++ b/Boot/amd64-efi.make @@ -53,6 +53,7 @@ BOOT_LOADER=newosldr.exe KERNEL=newoskrnl.dll DDK=libDDK.dll SCI=libSCI.dll +CRT=libCRT.dll .PHONY: invalid-recipe invalid-recipe: @@ -67,6 +68,7 @@ all: compile-amd64 $(COPY) ../Kernel/$(KERNEL) Sources/Root/$(KERNEL) $(COPY) ../SCIKit/$(SCI) Sources/Root/$(SCI) $(COPY) ../DDKit/$(DDK) Sources/Root/$(DDK) + $(COPY) ../CRTKit/$(CRT) Sources/Root/$(CRT) $(COPY) Sources/$(BOOT_LOADER) Sources/Root/$(BOOT_LOADER) ifneq ($(DEBUG_SUPPORT), ) -- cgit v1.2.3