Add QEMU member project.
This commit is contained in:
parent
ee938d1000
commit
680c2898b2
1 changed files with 12 additions and 0 deletions
|
@ -268,6 +268,18 @@ aspects.</li>
|
|||
using the above framework to enable new advanced features without having
|
||||
to encode low level details into it.</li></ul>
|
||||
|
||||
<h2><a href="http://qemu.org">QEMU</a></h2>
|
||||
<p> QEMU is a generic and open source machine emulator and
|
||||
virtualizer. When used as a machine emulator, QEMU can run OSes and
|
||||
programs made for one machine (e.g. an ARM board) on a different
|
||||
machine (e.g. your own PC). By using dynamic translation, it achieves
|
||||
very good performance. When used as a virtualizer, QEMU achieves near
|
||||
native performances by executing the guest code directly on the host
|
||||
CPU. QEMU supports
|
||||
virtualization when executing under the Xen hypervisor or using the
|
||||
KVM kernel module in Linux. When using KVM, QEMU can virtualize x86,
|
||||
server and embedded PowerPC, and S390 guests.</p>
|
||||
|
||||
<h2><a href="http://us1.samba.org/samba/">Samba</a></h2>
|
||||
|
||||
<p>Samba is a FOSS suite that provides seamless file and print
|
||||
|
|
Loading…
Reference in a new issue