Add run-vb task
This commit is contained in:
parent
b4a4638a82
commit
63e6fd4bb5
@ -144,3 +144,7 @@ task "run", desc: "Run HOS in QEMU" do
|
|||||||
sh %W[qemu-system-x86_64 -bios OVMF.fd -drive file=#{tmpdir}/HOS.img,format=raw -device qemu-xhci -device usb-tablet]
|
sh %W[qemu-system-x86_64 -bios OVMF.fd -drive file=#{tmpdir}/HOS.img,format=raw -device qemu-xhci -device usb-tablet]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
task "run-vb", desc: "Run HOS in VirtualBox" do
|
||||||
|
sh %W[VBoxManage startvm HOS]
|
||||||
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user