You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I edited ~/l4re-snapshot-22.04.0/obj/l4/amd64/conf/Makeconf.boot
then add QEMU_OPTIONS += -drive file=~/l4re-snapshot-22.04.0/obj/l4/amd64/disk.img,format=raw,index=0,media=disk
to use a virtual storage. I launched l4linux-qemu by make qemu but could not find any storage in l4linux. How can I use the virtio disk driver?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I edited
~/l4re-snapshot-22.04.0/obj/l4/amd64/conf/Makeconf.boot
then add
QEMU_OPTIONS += -drive file=~/l4re-snapshot-22.04.0/obj/l4/amd64/disk.img,format=raw,index=0,media=disk
to use a virtual storage. I launched l4linux-qemu by
make qemu
but could not find any storage in l4linux. How can I use the virtio disk driver?Thanks in advance.
The text was updated successfully, but these errors were encountered: