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
It looks like it runs out of memory with x86_32. 256 MiB also seems a bit low for todays machines. Perhaps the remaining RAM is available above 0x100000000? Because this can't be used by x86_32 (it doesn't support PAE).
Hi. I'm trying to boot vmmng on a machine with a CPU Intel with VT-x enabled. I have created the bootable iso using novaboot
./b bochs boot/vmmng
Generated iso is successfully booted on qemu 2.0.0, while in my case I got the following error
So I've decoded the backtrace using
./b trace=console
and foundSomeone of you have experienced with this kind of issue? Thank you.
The text was updated successfully, but these errors were encountered: