2014-12-31 00:50:20 +01: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. 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.
|
|
|
|
|
2016-02-15 20:47:09 +01:00
|
|
|
WWW: http://wiki.qemu.org/Main_Page
|
2014-12-31 00:50:20 +01:00
|
|
|
|
|
|
|
This is building sbruno's bsd-user github branch:
|
|
|
|
|
|
|
|
WWW: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
|