diff options
Diffstat (limited to 'qemu.mdwn')
-rw-r--r-- | qemu.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2005, 2007, 2008, 2009, 2010 Free Software +[[!meta copyright="Copyright © 2005, 2007, 2008, 2009, 2010, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -11,7 +11,7 @@ License|/fdl]]."]]"""]] QEMU is free software written by Fabrice Bellard that implements a fast processor [[emulator|emulation]], allowing a user to run one operating system -within another one. It is similar to projects such as [[Bochs]] and VMware +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. |