|
只有这几个命令:
qemu-arm qemu-i386 qemu-img qemu-ppc qemu-sparc
运行qemu-i386这样的输出
usage: qemu-i386 [-h] [-d opts] [-L path] [-s size] program [arguments...]
Linux CPU emulator (compiled for i386 emulation)
-h print this help
-L path set the elf interpreter prefix (default=/usr/gnemul/qemu-i386)
-s size set the stack size in bytes (default=524288)
debug options:
-no-code-copy disable code copy acceleration
-d options activate log (logfile=/tmp/qemu.log)
-p pagesize set the host page size to 'pagesize'
好像不是文档中用的那个东东 |
|