VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL) version 2.
~~~~~~~~~~~~~~~~~~~~~
借楼主的楼,去看了官网,官网说了,虽然这个是 开源的软件,也就是说可以在龙芯上编译运行。
但是,他是针对x86 做的优化。龙芯MIPS,就算软件能起来,估计也不能虚拟的很好。
5 个回复
DaDou13 - 普通用户
赞同来自: zzz19760225 、龙芯0823
现在loongnix系统我是尝试用qemu+virt-manager安装虚拟机的,但是因为还没有kvm(正在开发中),性能不好。
想要安装多个系统可以试一下安装双系统。我装了loongnix和deepin,两个系统共用一个/boot分区。
drkwils
赞同来自: zzz19760225
如果要在龙芯上用虚拟机的话,可以参考一下这个维基百科的页面(虽然只有英语)
https://en.wikipedia.org/wiki/Comparison_of_platform_virtualization_software
按host cpu排序,any和有mipsel的应该都是能在龙芯上编译运行的
其中你可能会想用楼上也提到过的qemu,zen project的模拟模块好像也是通过qemu实现的
fubaojun2006
赞同来自: zzz19760225
~~~~~~~~~~~~~~~~~~~~~
借楼主的楼,去看了官网,官网说了,虽然这个是 开源的软件,也就是说可以在龙芯上编译运行。
但是,他是针对x86 做的优化。龙芯MIPS,就算软件能起来,估计也不能虚拟的很好。
龙芯0823
赞同来自:
flygoatfree
赞同来自:
老老实实Chroot吧,或者容器化例如lxc或者docker