Jump to content

QEMU

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Martinultima (talk | contribs) at 14:12, 4 February 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

QEMU is a CPU emulator which allows you to run one operating system within another. It is similar to projects such as Bochs and PearPC, but has several features these lack, including increased speed and support for multiple architectures.

Advantages of QEMU

  • supports both IA-32 (x86) and PowerPC architectures
  • support for other architectures in both host and emulated systems (see homepage for complete list)
  • increased speed - some applications can run in close to real time
  • support for running Linux binaries for other platforms

Disadvantages of QEMU