diff options
Diffstat (limited to 'emulators/qemu-user-static-devel/pkg-descr')
-rw-r--r-- | emulators/qemu-user-static-devel/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/emulators/qemu-user-static-devel/pkg-descr b/emulators/qemu-user-static-devel/pkg-descr new file mode 100644 index 000000000000..7bfc44d21531 --- /dev/null +++ b/emulators/qemu-user-static-devel/pkg-descr @@ -0,0 +1,22 @@ +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. + +This port builds static bsd-user targets named like qemu-mips-static. While +still being experimental, people have already built many armv6/mips/mips64 ports +using these and, e.g., poudriere. Some notes are also here: + + http://wiki.freebsd.org/QemuUserModeHowTo + +WWW: http://wiki.qemu.org/Main_Page |