Full System Emulation

QEMU has two operation modes, User Mode Emulation and Full system emulation.

In Full system emulation mode, QEMU emulates a full system (for example a PC), including one or several processors and various peripherals. It can be used to launch different Operating Systems without rebooting the PC or to debug system code.

 |~~~~~~~~~~~~~~~~~~~~~|
 |                     |
 |    Applications     |
 |                     |
 +---------------------+ 
 |                     |
 |      Kernel/OS      |
 |                     |
 +---------------------+  ^^^ QEMU full system emulation ^^^
 |                     |
 |       Hardware      | 
 | (CPU & Peripherals) |
 |                     |
 +---------------------+

Examples

Because Full System Emulation is the most common mode QEMU is used for, there are a lot of examples. Some examples where full system emulation is used:


Back to FrontPage

See http://qemu-buch.de/d/Grundlagen for further information.


Hosted by http://qemu-buch.de

FullSystemEmulation (last edited 2010-07-31 09:50:50 by Rowa)