openbsd-ports/emulators/qemu/pkg/DESCR
db 0925c3a284 typo and wording fixes; approved by pval
ok mbalmer@ "that diff was fun to read"
2005-03-15 01:57:02 +00:00

13 lines
520 B
Plaintext

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 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.