xvisor / xvisor

Xvisor: eXtensible Versatile hypervISOR
http://xhypervisor.org
GNU General Public License v2.0
518 stars 242 forks source link

Error trying to run xvisor: qemu-system-x86_64: multiboot knows VBE. we don't #143

Open playXE opened 2 years ago

playXE commented 2 years ago

So I downloaded binaries from xvisor website and tried to run them:

➜  xvisor qemu-system-x86_64 -kernel vmm.elf -initrd ~/projects/rusty-hermit/target/x86_64-unknown-hermit/debug/hello_world
qemu-system-x86_64: multiboot knows VBE. we don't

And got that error. What is the problem and how I can fix it?