From 0ee1a24a92ac0f18eb7c87c3f01054faeb1f3e3e Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 16 Apr 2026 23:48:50 -0400 Subject: [PATCH] tools: Add QEMU run script for x86_64 Signed-off-by: Ian Moffett --- tools/qemu-x64.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tools/qemu-x64.sh 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