summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-01 08:48:08 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-01 08:48:08 +0100
commitfcc8bad0b5e0af4f1f68c96449ce086375cb4b81 (patch)
tree0b6ab548c72900b3534a358de23728b4bc1d7275 /Private/NewBoot/Source
parentb052cb4fbb7b83c1292a3098ee7d00e9f3f3fba1 (diff)
See below.
- Add USBRegs in XHCI. - Add brief description in EFIKit/EPM.hxx - Move HCoreKrnl into EFI/BOOT (makefile NewBoot) Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source')
-rw-r--r--Private/NewBoot/Source/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile
index 0a2e1d91..4193f12d 100644
--- a/Private/NewBoot/Source/makefile
+++ b/Private/NewBoot/Source/makefile
@@ -17,6 +17,7 @@ bootloader-amd64:
$(CC_GNU) $(FLAG_GNU) HEL/AMD64/*.cxx
$(LD_GNU) *.o -e efi_main -filealign:16 -shared --subsystem=10 -ffreestanding -o HCoreLdr.exe
cp HCoreLdr.exe CDROM/EFI/BOOT/BOOTX64.EFI
+ cp ../../HCoreKrnl.exe CDROM/EFI/BOOT/HCoreKrnl.exe
.PHONY: run-efi-debug
run-efi-debug: