summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBA/amd64-efi.make
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-09-01 15:38:05 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-09-01 15:38:05 +0200
commit76835f023db03aef20c74541fb2a8a9485206cf7 (patch)
treeab7b82e1860ac3d04353ade7ef74449ea4454488 /dev/ZBA/amd64-efi.make
parent46670e7ba97ec80bbcc88feb3d7db7ef3f5e2147 (diff)
Added new fields for the OS inside handover header.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBA/amd64-efi.make')
-rw-r--r--dev/ZBA/amd64-efi.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/ZBA/amd64-efi.make b/dev/ZBA/amd64-efi.make
index 6eac7584..b1517576 100644
--- a/dev/ZBA/amd64-efi.make
+++ b/dev/ZBA/amd64-efi.make
@@ -57,6 +57,7 @@ DDK=ddk.dll
SCI=sci.dll
CRT=ndkcrt.dll
SYS_CHK=syschk.sys
+STARTUP=startup.sys
.PHONY: invalid-recipe
invalid-recipe:
@@ -72,6 +73,7 @@ all: compile-amd64
$(COPY) ../SCI/$(SCI) Sources/Root/$(SCI)
$(COPY) ../DDK/$(DDK) Sources/Root/$(DDK)
$(COPY) ./Modules/SysChk/$(SYS_CHK) Sources/Root/$(SYS_CHK)
+ $(COPY) ./Modules/SysChk/$(SYS_CHK) Sources/Root/ZKA/$(STARTUP)
$(COPY) ../CRT/$(CRT) Sources/Root/$(CRT)
$(COPY) Sources/$(BOOT_LOADER) Sources/Root/$(BOOT_LOADER)