2 lines
84 B
Bash
2 lines
84 B
Bash
|
#!/bin/sh
|
||
|
qemu-system-x86_64 -cpu max -m 2G -smp 1 -bios ovmf/OVMF.fd -hda mseos.hdd
|