summaryrefslogtreecommitdiff
path: root/Distrib
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-08-12 14:49:34 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-08-12 14:49:34 +0200
commitdff8f7b8ba0a7836c348ce4899b16e2a2e2ce154 (patch)
treefe9f80b9823132f819e60e4423dd9963e3a65700 /Distrib
parent46d41526078a862ed9f3c0b7ea25f6d0b8913261 (diff)
Update link to the QEMU wiki. Reported by `arnuld'.
Diffstat (limited to 'Distrib')
-rw-r--r--Distrib/QEMU.mdwn12
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/)