os/qemu.sh
Mathieu Strypsteen 25693bb57c
All checks were successful
Build / build (push) Successful in 2m48s
Prepare for syscalls
2024-12-22 11:56:18 +01:00

5 lines
230 B
Bash
Executable file

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