tools: Add QEMU run wrapper

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-21 23:51:48 +00:00
parent 71de0c20b8
commit a2e7fd26ab
+15
View File
@@ -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