redirect serial to stdout and specify raw format
This commit is contained in:
parent
26c71359e9
commit
b9839299f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue