summaryrefslogtreecommitdiff
path: root/unsorted
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-10-07 22:59:01 +0200
committerThomas Schwinge <tschwinge@gnu.org>2008-10-07 23:01:28 +0200
commit1f41e899e3da7b8f681e3787b5150e1cd9ecf50a (patch)
treeb857f7b57a73fbe92ac068e75381585944ee66ad /unsorted
parentf19c40829ab06b972f701759ef63c1b0a9814732 (diff)
Reintegrate the QEMU page, change formatting, add copyright and license statements.
Diffstat (limited to 'unsorted')
-rw-r--r--unsorted/QEMU.mdwn15
1 files changed, 0 insertions, 15 deletions
diff --git a/unsorted/QEMU.mdwn b/unsorted/QEMU.mdwn
deleted file mode 100644
index 27086257..00000000
--- a/unsorted/QEMU.mdwn
+++ /dev/null
@@ -1,15 +0,0 @@
-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]].
-
-## <a name="External_links"> External links </a>
-
-* <http://fabrice.bellard.free.fr/qemu/>
-* <http://kidsquid.com/cgi-bin/moin.cgi> QEMU Wiki
-* [Qemu on Windows](http://www.h7.dion.ne.jp/~qemu-win/)