2004-06-03 04:12:52 +02:00
|
|
|
QEMU is a FAST! processor emulator using dynamic translation to achieve
|
|
|
|
good emulation speed.
|
|
|
|
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. It can be used to
|
|
|
|
launch the Wine Windows API emulator or to ease cross-compilation and
|
|
|
|
cross-debugging.
|
|
|
|
|
|
|
|
As QEMU requires no host kernel patches to run, it is very safe and easy to use.
|
2005-05-30 16:56:51 +02:00
|
|
|
|
2005-07-19 08:06:56 +02:00
|
|
|
See also the preconfigured system images on http://oszoo.org/
|
2005-05-30 16:56:51 +02:00
|
|
|
Many live cd isos also work.
|
2004-06-03 04:12:52 +02:00
|
|
|
|
2011-08-21 17:49:39 +02:00
|
|
|
WWW: http://wiki.qemu.org/Main_Page
|