0
0
mirror of https://github.com/yude/firmament synced 2024-12-22 20:20:10 +09:00
firmament/.devcontainer/run_qemu.sh

5 lines
180 B
Bash
Raw Normal View History

2021-05-04 10:46:27 +09:00
#!/bin/bash
qemu-system-x86_64 \
-drive if=pflash,file=/home/vscode/osbook/devenv/OVMF_CODE.fd \
-drive if=pflash,file=/home/vscode/osbook/devenv/OVMF_VARS.fd \
-hda disk.img