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