1 頁 (共 1 頁)

Linux下的Virtual Machine 軟體

文章發表於 : 週五 12月 8日, 2006年 9:33 am
DarkSkyline
說明:
QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation.
QEMU has two operating modes:
Full system emulation. In this mode, QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different Operating Systems without rebooting the PC or to debug system code.
User mode emulation (Linux host only). In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU.

硬體支援列表:
http://fabrice.bellard.free.fr/qemu/ossupport.html

官方網站:
http://fabrice.bellard.free.fr/qemu/

下載位置:
http://fabrice.bellard.free.fr/qemu/qem ... 386.tar.gz