Files
SystemPaw3/tools/qemu-x64.sh
T
2026-06-22 18:56:57 +00:00

18 lines
382 B
Bash
Executable File

#!/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 \
-device virtio-vga-gl \
-display sdl,gl=on \
-cpu host