caea71f345
Signed-off-by: Ian Moffett <ian@mirocom.org>
9 lines
130 B
Bash
Executable File
9 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
|
|
qemu-system-x86_64 \
|
|
-cdrom sp1.iso \
|
|
--enable-kvm \
|
|
-m 2G \
|
|
-monitor stdio \
|
|
-cpu host
|