Files
nel_os_uefi/nel_os_bootloader/run.sh
2025-06-30 16:11:10 +09:00

6 lines
209 B
Bash
Executable File

#!/bin/sh
qemu-system-x86_64 -enable-kvm \
-drive if=pflash,format=raw,readonly=on,file=OVMF_CODE.fd \
-drive if=pflash,format=raw,readonly=on,file=OVMF_VARS.fd \
-drive format=raw,file=fat:rw:esp