tools: Add QEMU run script for x86_64
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
qemu-system-x86_64 \
|
||||||
|
-cdrom sp1.iso \
|
||||||
|
--enable-kvm \
|
||||||
|
-m 2G \
|
||||||
|
-monitor stdio
|
||||||
Reference in New Issue
Block a user