分页: 1 / 1

无需虚拟机,qemu直接模拟运行程序

发表于 : 2013-01-24 16:36
suxiaojack
:em05
安装上qemu-user-static即可!
man qemu-user-static

代码: 全选

NAME
       qemu-user-static - QEMU User Emulator (static version)

SYNOPSIS
       qemu-user-static [options] program [program-arguments...]

DESCRIPTION
       The  qemu-user-static emulator can run binaries for other architectures
       but with the same operating system as the current one.
这样不用安装arm等虚拟机环境,自身系统即可支持不同指令集,好像CPU变成了arm指令集一样。

参见:http://blog.csdn.net/suxiaojack/article/details/8538396

Re: 无需虚拟机,qemu直接模拟运行程序

发表于 : 2013-01-24 17:40
cuihao
:em01
but with the same operating system as the current one
没lib,估计好多程序还是运行不起来。