tools: Add QEMU x64 run wrapper

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-09 21:13:49 -04:00
parent 662252ae18
commit 4895dc7712
+18
View File
@@ -0,0 +1,18 @@
#!/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/ptos.iso \
--enable-kvm \
-m 2G \
-serial stdio \
-device virtio-vga-gl \
-display sdl,gl=on \
-smp 4 \
-cpu host