summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-29 09:55:05 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-29 09:55:44 +0100
commit2529c8722d6d3491a3e19aa728f4bfce099bcc91 (patch)
tree116a1cfb461884b33c6805bde6fcfe868ae5e491 /Private/NewBoot/Source/makefile
parent202db65935d71650600de9de59e4950ad047a122 (diff)
Kernel: Improve BootKit and EFIKit.
TODO: Add File Protocol support and Pool support for EFIKit. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source/makefile')
-rw-r--r--Private/NewBoot/Source/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile
index c5c382ac..b84f4425 100644
--- a/Private/NewBoot/Source/makefile
+++ b/Private/NewBoot/Source/makefile
@@ -12,9 +12,11 @@ arch-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 -r ../../Root ./CDROM/MAHROUSS
.PHONY: efi-debug
efi-debug:
+ wget https://retrage.github.io/edk2-nightly/bin/DEBUGX64_OVMF.fd -O OVMF.fd
qemu-system-x86_64 -bios OVMF.fd -net none -drive file=fat:rw:CDROM,format=raw -d int
.PHONY: clean