lubomyr / bochs

Bochs IA-32 Emulator Project (android port) https://play.google.com/store/apps/details?id=net.sourceforge.bochs
Other
132 stars 32 forks source link

Multiple VMs #19

Open chiaravalle opened 1 year ago

chiaravalle commented 1 year ago

@lubomyr please, how can I have more than 1 virtual machine in this emu? 2 would suffice, but 3 would be ideal

Thanks for help

MVoloshin commented 1 year ago

@lubomyr please, how can I have more than 1 virtual machine in this emu? 2 would suffice, but 3 would be ideal

Thanks for help

It's not a VM actually, it's an emulator. If you wish exactly VM on Android - look at Limbo PC Emulator. It supports KVM virtualization (x86 on x86 or ARM64 on ARM64), but make sure that your Android (Linux) kernel is compiled with KVM enabled and you have root access.