os/qemu.sh

6 lines
185 B
Bash
Raw Normal View History

2024-06-30 19:14:39 +02:00
#!/bin/sh
# shellcheck disable=SC2068
set -e
./build.sh
2024-07-09 10:18:44 +02:00
qemu-system-x86_64 -M q35 -cpu qemu64,+rdrand -m 256M -L /usr/share/OVMF -bios OVMF_CODE.fd -drive file=img/os.img,format=raw $@