diff options
Diffstat (limited to 'emulators/qemu0/DESCR')
-rwxr-xr-x | emulators/qemu0/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/qemu0/DESCR b/emulators/qemu0/DESCR new file mode 100755 index 00000000000..d939711a261 --- /dev/null +++ b/emulators/qemu0/DESCR @@ -0,0 +1,11 @@ +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 peripherals. + 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. |