summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-01 22:29:30 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-01 22:29:30 +0100
commit025593a068bc83f64386325b826179cafd95a03f (patch)
treed6724e71e4cb855dc747699cb380c01b3e7a10bf /Private/NewBoot/Source/makefile
parent9700c31e4958856ea9e4fa755a43d196fcf50614 (diff)
Bootloader: Improve PATA support, but will use UEFI SimpleFile to get
the kernel image. Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source/makefile')
-rw-r--r--Private/NewBoot/Source/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile
index acf5f201..0f679772 100644
--- a/Private/NewBoot/Source/makefile
+++ b/Private/NewBoot/Source/makefile
@@ -22,7 +22,7 @@ bootloader-amd64:
.PHONY: run-efi-debug
run-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
+ qemu-system-x86_64 -bios OVMF.fd -drive file=fat:rw:CDROM,format=raw -d int
.PHONY: clean
clean: