Difference between revisions of "Related Projects"
From Linux-VServer
(+cat) |
|||
(23 intermediate revisions by 17 users not shown) | |||
Line 3: | Line 3: | ||
== Emulation == | == Emulation == | ||
− | * [http:// | + | * [http://wiki.qemu.org/Index.html Qemu] - QEMU CPU Emulator |
* [http://bochs.sourceforge.net/ Bochs] - highly portable open source IA-32 (x86) PC emulator written in C++ | * [http://bochs.sourceforge.net/ Bochs] - highly portable open source IA-32 (x86) PC emulator written in C++ | ||
* [http://pearpc.sourceforge.net/ PearPC] - architecture-independent PowerPC platform emulator | * [http://pearpc.sourceforge.net/ PearPC] - architecture-independent PowerPC platform emulator | ||
Line 13: | Line 13: | ||
== Native Virtualization == | == Native Virtualization == | ||
+ | * [http://kvm.qumranet.com/kvmwiki KVM] - Kernel Based Virtual Machine | ||
* [http://www.vmware.com VMware] - desktop virtualization software for software developers/testers | * [http://www.vmware.com VMware] - desktop virtualization software for software developers/testers | ||
+ | * [http://www.virtualbox.org/ VirtualBox] - GPL Virtual Computer | ||
+ | * [http://user-mode-linux.sourceforge.net/ UML] - User-mode Linux | ||
== Operating System-level Virtualization == | == Operating System-level Virtualization == | ||
− | * [http://www.freevps.com FreeVPS] - early Linux-VServer fork | + | * [http://www.freevps.com FreeVPS] - early Linux-VServer fork (Currently a dead link. Try web.archive.org) |
− | * [http://openvz.org OpenVZ] - Open Source version of the commercial | + | * [http://openvz.org OpenVZ] - Open Source version of the commercial Parallels Virtuozzo Containers product from Parallels |
− | * [http:// | + | * [http://www.freebsd.org/doc/handbook/jails.html FreeBSD jails] - the closest equivalent standard feature in FreeBSD ([http://docs.freebsd.org/44doc/papers/jail/jail.html whitepaper]) |
+ | * [http://sysjail.bsd.lv/ Sysjail] - systrace userland virtualisation | ||
* [http://www.sun.com/bigadmin/content/zones/ Solaris Zones] - the closest equivalent standard feature in Solaris 10 | * [http://www.sun.com/bigadmin/content/zones/ Solaris Zones] - the closest equivalent standard feature in Solaris 10 | ||
+ | * [http://lxc.sourceforge.net/ LxC Linux Containers] - Linux implementation based on control groups and namespaces | ||
+ | |||
+ | == Cluster Virtualization / Cloud Computing == | ||
+ | |||
+ | * [http://trac.enomalism.com Enomalism] - AGPL licensed multi-hypervisor web based virtualization framework | ||
+ | * [http://www.openqrm.com openQRM] - openQRM is the next generation, open-source Data-center management platform. | ||
+ | |||
+ | [[Category:Community]] |
Latest revision as of 20:41, 21 October 2011
This page is not considered complete
Your are welcome to help the Wiki Team and edit this page to fill in the missing parts
Contents |
[edit] Emulation
- Qemu - QEMU CPU Emulator
- Bochs - highly portable open source IA-32 (x86) PC emulator written in C++
- PearPC - architecture-independent PowerPC platform emulator
[edit] Paravirtualization
- Xen - Xen virtual machine monitor
[edit] Native Virtualization
- KVM - Kernel Based Virtual Machine
- VMware - desktop virtualization software for software developers/testers
- VirtualBox - GPL Virtual Computer
- UML - User-mode Linux
[edit] Operating System-level Virtualization
- FreeVPS - early Linux-VServer fork (Currently a dead link. Try web.archive.org)
- OpenVZ - Open Source version of the commercial Parallels Virtuozzo Containers product from Parallels
- FreeBSD jails - the closest equivalent standard feature in FreeBSD (whitepaper)
- Sysjail - systrace userland virtualisation
- Solaris Zones - the closest equivalent standard feature in Solaris 10
- LxC Linux Containers - Linux implementation based on control groups and namespaces