diff --git a/tools/qemu-x64.sh b/tools/qemu-x64.sh new file mode 100755 index 0000000..a27106d --- /dev/null +++ b/tools/qemu-x64.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +qemu-system-x86_64 \ + -cdrom sp1.iso \ + --enable-kvm \ + -m 2G \ + -monitor stdio