1a89f2e00b
once it builds again on 8 and 9: 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. http://wiki.qemu.org/Main_Page This is building sbruno's bsd-user github branch: WWW: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
11 lines
334 B
Text
11 lines
334 B
Text
Index: qemu/qemu-doc.texi
|
|
@@ -985,7 +985,8 @@
|
|
|
|
@c man begin SEEALSO
|
|
The HTML documentation of QEMU for more precise information and Linux
|
|
-user mode emulator invocation.
|
|
+user mode emulator invocation, as well as the FreeBSD host notes in
|
|
+@file{pkg-message} in the relevant qemu port directory.
|
|
@c man end
|
|
|
|
@c man begin AUTHOR
|