QEMU: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Add useful tips about debugging with QEMU
Line 2:
 
==Features==
* two operating modes: full system emulation (which interests us) and Linux user process emulation ( which interests other people ;) and is a NxM platform emulator (multiple host, multiple targets).
* it is faster than [[Bochs]] because it uses 'just in time' code compilation technique (allowing reuse of previous interpretation)
* lacks technical documentation so far (imho), which probably makes it less suitable for "baby steps".