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
You could use QEMU to build an operating system in. But vagrant allows for an easy configuration for creating the machine (like a Dockerfile). QEMU is designed to load a disk image. If QEMU was used for developing to, making sure everyone has the same working development disk would be hard, and it would be harder to make changes to it. With vagrant any changes can be made in a simple Vagrantfile (which then rebuilds the VM).
I'm new here and excited to see your wonderful introduce of operating system.
But I've found that there have been much virtual :
Is it necessary to do so?
If the 1 step is to build a 32-bit env, why don't we just do it use qemu ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: