os/qemu.sh
Mathieu Strypsteen 6aa70f2012
All checks were successful
Build / build (push) Successful in 2m51s
Add SSE support
2024-12-26 10:08:13 +01:00

5 lines
206 B
Bash
Executable file

#!/bin/bash
# shellcheck disable=SC2068
set -euo pipefail
./build.py
qemu-system-x86_64 -M q35 -accel kvm -cpu host -smp 4 -m 256M -L /usr/share/OVMF -bios OVMF_CODE.fd -drive file=img/os.img,format=raw $@