summaryrefslogtreecommitdiff
path: root/Distrib/QEMU.mdwn
diff options
context:
space:
mode:
authorPedro Macanas <pmacv@telefonica.net>2005-11-13 19:31:00 +0000
committerPedro Macanas <pmacv@telefonica.net>2005-11-13 19:31:00 +0000
commit9ddc8095b94146ccea5dbfab34242f3c7f4d5581 (patch)
tree7742c77180a5019fb9288654c152f51a8b9eadea /Distrib/QEMU.mdwn
parent12dc7cf109ffa2853fe8eeb7dfbedcd8f3185514 (diff)
none
Diffstat (limited to 'Distrib/QEMU.mdwn')
-rw-r--r--Distrib/QEMU.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/Distrib/QEMU.mdwn b/Distrib/QEMU.mdwn
new file mode 100644
index 00000000..6eff4812
--- /dev/null
+++ b/Distrib/QEMU.mdwn
@@ -0,0 +1,17 @@
+QEMU is free software written by Fabrice Bellard that implements a fast processor emulator, allowing a user to run one operating system within another one. It is similar to projects such as Bochs and VMware Workstation, but has several features these lack, including increased speed and support for multiple architectures. By using dynamic translation it achieves a reasonable speed while being easy to port on new host CPUs.
+
+QEMU has two operating modes:
+
+\* User mode emulation: QEMU can launch Linux processes compiled for one CPU on another CPU. Linux system calls are converted because of endianness and 32/64 bit mismatches. Wine and Dosemu are the main targets for QEMU.
+
+\* System mode emulation: QEMU emulates a full system, including a processor and various peripherials. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual PCs on a single server.
+
+The majority of the program is under the [[LGPL]], with the system mode emulation under the [[GPL]].
+
+See also: [[HurdOnQEMU]]
+
+## <a name="External_links"> External links </a>
+
+\* <http://fabrice.bellard.free.fr/qemu/>
+
+\* <http://lilly.csoft.net/~jeffryj/cgi-bin/moin.cgi/FrontPage> Qemu Wiki