Difference between revisions of "Related Projects"
From Linux-VServer
(Qemu website moved.) |
(→Operating System-level Virtualization) |
||
Line 20: | Line 20: | ||
== 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 Parallels Virtuozzo Containers product from Parallels | * [http://openvz.org OpenVZ] - Open Source version of the commercial Parallels Virtuozzo Containers product from Parallels | ||
* [http://docs.freebsd.org/44doc/papers/jail/jail.html FreeBSD jails] - the closest equivalent standard feature in FreeBSD | * [http://docs.freebsd.org/44doc/papers/jail/jail.html FreeBSD jails] - the closest equivalent standard feature in FreeBSD | ||
* [http://sysjail.bsd.lv/ Sysjail] - systrace userland virtualisation | * [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/ Linux Containers] - Linux implementation based on control groups and namespaces | + | * [http://lxc.sourceforge.net/ LxC Linux Containers] - Linux implementation based on control groups and namespaces |
== Cluster Virtualization / Cloud Computing == | == Cluster Virtualization / Cloud Computing == |
Revision as of 05:05, 1 August 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 |
Emulation
- Qemu - QEMU CPU Emulator
- Bochs - highly portable open source IA-32 (x86) PC emulator written in C++
- PearPC - architecture-independent PowerPC platform emulator
Paravirtualization
- Xen - Xen virtual machine monitor
Native Virtualization
- KVM - Kernel Based Virtual Machine
- VMware - desktop virtualization software for software developers/testers
- VirtualBox - GPL Virtual Computer
- UML - User-mode Linux
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
- 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