| User-mode Linux |
Website Links For Linux |
Information AboutUser-mode Linux |
| CATEGORIES ABOUT USER-MODE LINUX | |
| free virtualization software | |
| virtualization software | |
|
Numerous things become possible through the use of UML. One can run Network services from a UML environment and remain totally sequestered from the main Linux system in which the UML environment runs. Administrators can use UML to set up Honeypot s, which allow one to test the security of one's computers or network. UML can serve to test and debug new software without adversely affecting the host system. UML can also be used for teaching and research, providing a safe and realistic Linux networked environment with a high degree of safety. In UML environments Kernel versions need not match, so it is entirely possible to test a "bleeding edge" version of Linux in User-mode on a system running a much older kernel. Another kernel debugging tool is Kgdb that allows to single-step the Linux kernel. It requires two machines connected with a Null Modem . Recently, several Web Hosting providers have begun offering UML-powered Virtual Server s for $10 to $20 per month. Each customer has Root access on what appears to be their own system, while in reality one physical computer is shared between many people. The UML guest application (a Linux binary ELF) was originally available as a Patch for some Kernel versions above 2.2.x, and the host with any Kernel version above 2.2.x supported it easily in the thread mode (i.e.non- Skas3 ). As of . This means that buggy or malicious software inside an UML running on a non-skas host will be able to modify the memory space of other UML processes or even the UML kernel memory. The skas3 patch works well for 32 bit processors, but 64 bit based machines are more tricky. Some of the latest developments revolve around a technology called skas0, which should allow reasonable performance on a wide range of processors without kernel patching. Often cited as a strength of Xen (a competing technology) is support for TLS. This is now also supported in the latest UML kernels. Xen concentrates on virtualising the whole machine, and thus all systems running on a Xen machine are really virtual machines. In UML, the host machine is not virtualised in any way, and only guest systems are true virtual machines. The UML originally was designed for x86 processors, but is also ported to few other architectures including ia64 and PowerPC. EXTERNAL LINKS
|
|
|