diff options
Diffstat (limited to 'Distrib')
-rw-r--r-- | Distrib/QEMU.mdwn | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Distrib/QEMU.mdwn b/Distrib/QEMU.mdwn index 3b918ab7..526eb9c7 100644 --- a/Distrib/QEMU.mdwn +++ b/Distrib/QEMU.mdwn @@ -2,9 +2,9 @@ QEMU is free software written by Fabrice Bellard that implements a fast processo 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. +* 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. +* 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]]. @@ -12,8 +12,6 @@ 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 - -\* [Qemu on Windows](http://www.h7.dion.ne.jp/~qemu-win/). +* <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/) |