summaryrefslogtreecommitdiffhomepage
path: root/Boot
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-13 08:31:25 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-13 08:31:25 +0200
commita0b3442fe9978093326dc29d0938f1116eadd147 (patch)
tree92d68c0e4ba1eeb0d608a917bfdc587909260e13 /Boot
parentba57a4b2ab08baa0300d958b3507fc1f4f677f5e (diff)
MHR-23: last commit on ticket.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Boot')
-rw-r--r--Boot/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Boot/makefile b/Boot/makefile
index e54b1aa8..4bee19a2 100644
--- a/Boot/makefile
+++ b/Boot/makefile
@@ -26,7 +26,7 @@ BIOS=OVMF.fd
IMG=epm.img
IMG_2=epm-slave.img
-EMU_FLAGS=-net none -smp 4 -m 4G -M q35 \
+EMU_FLAGS=-net none -smp 4 -serial stdio -m 4G -M q35 \
-bios $(BIOS) -device piix3-ide,id=ide \
-drive id=disk,file=$(IMG),format=raw,if=none \
-device ide-hd,drive=disk,bus=ide.0 -drive \