summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-10 13:26:40 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-10 13:26:40 +0100
commit94d7585ae766d777f41d07b1a98051d12a6a0256 (patch)
treebe61851ffe4e0eeb0fe539db4e14ca94519021c9 /Private/NewBoot/Source
parenta22ddb45201f40e41902b4c189c31c6418742c8a (diff)
Kernel: See below.
- WiP on debug protocol.
Diffstat (limited to 'Private/NewBoot/Source')
-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 057a5d44..511a4894 100644
--- a/Private/NewBoot/Source/makefile
+++ b/Private/NewBoot/Source/makefile
@@ -35,7 +35,7 @@ bootloader-amd64:
.PHONY: run-efi-amd64
run-efi-amd64:
- $(EMU) -net none -smp 2 -m 4G -M q35 -bios OVMF.fd -drive file=fat:rw:CDROM,index=1,format=raw -d int
+ $(EMU) -net none -smp 2 -m 4G -M q35 -bios OVMF.fd -drive file=fat:rw:CDROM,index=1,format=raw -serial stdio
.PHONY: download-edk
download-edk: