redirect serial to stdout and specify raw format

This commit is contained in:
Tibo Ulens 2021-10-08 13:24:18 +02:00
parent 26c71359e9
commit b9839299f2
1 changed files with 1 additions and 1 deletions

View File

@ -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