os/qemu.sh

6 lines
218 B
Bash
Raw Normal View History

2024-09-13 22:18:26 +02:00
#!/bin/bash
2024-06-30 19:14:39 +02:00
# shellcheck disable=SC2068
2024-09-13 22:18:26 +02:00
set -euo pipefail
2024-06-30 19:14:39 +02:00
./build.sh
2024-11-11 09:06:58 +01:00
qemu-system-x86_64 -M q35 -accel kvm -cpu qemu64,rdrand,smap,smep -m 256M -L /usr/share/OVMF -bios OVMF_CODE.fd -drive file=img/os.img,format=raw $@