From b9839299f22f1121c878e63b1fd9154b8302fe6c Mon Sep 17 00:00:00 2001 From: Tibo Ulens Date: Fri, 8 Oct 2021 13:24:18 +0200 Subject: [PATCH] redirect serial to stdout and specify raw format --- emulate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulate.sh b/emulate.sh index e7ff4e6..e663cee 100755 --- a/emulate.sh +++ b/emulate.sh @@ -1,3 +1,3 @@ #!/bin/bash -qemu-system-x86_64 -fda MyBoot.bin +qemu-system-x86_64 -serial stdio -drive file=MyBoot.bin,format=raw,index=0,if=floppy