diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-09 14:20:49 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-09 14:26:06 +0200 |
| commit | acd8297fe927e601a7173cec7ca5445fd4a9c74a (patch) | |
| tree | d5610bc9f9cad2b93dd102ccb80eadb291d3fc1c /Boot | |
| parent | 30a6f8174ab44c12ccdfb212a2f6895440581d1a (diff) | |
[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 <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Boot')
| -rw-r--r-- | Boot/amd64-efi.make | 2 |
1 files changed, 2 insertions, 0 deletions
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), ) |
