From a2e7fd26ab7b70efb0fa858ace0151287b602a41 Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Sun, 21 Jun 2026 23:51:48 +0000 Subject: [PATCH] tools: Add QEMU run wrapper Signed-off-by: Chloe M. --- tools/qemu-x64.sh | 15 +++++++++++++++ 1 file changed, 15 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..6e73781 --- /dev/null +++ b/tools/qemu-x64.sh @@ -0,0 +1,15 @@ +#!/bin/sh +# +# Copyright (c) 2026, Chloe M. +# Provided under the BSD-3 clause +# +# Description: QEMU x86_64 run wrapper +# Author: Chloe M. +# + +qemu-system-x86_64 \ + -cdrom artifacts/sp3.iso \ + --enable-kvm \ + -m 2G \ + -serial stdio \ + -cpu host