mirror of
https://github.com/yude/firmament
synced 2025-01-03 18:10:12 +09:00
5 lines
180 B
Bash
5 lines
180 B
Bash
|
#!/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
|