User-mode Linux: Difference between revisions

Content deleted Content added
m Reverted edits by 103.221.209.145 (talk) (HG) (3.4.10)
m removed redundant "Linux kernel" wikilink in first paragraph
Line 32:
| website = {{URL|http://user-mode-linux.sourceforge.net/}}
}}
 
'''User-mode Linux''' ('''UML''') is an architectural [[porting|port]] of the [[Linux kernel]] to its own [[system call]] interface, which enables multiple virtual [[Linux kernel]]-based operating systems (known as guests) to run as an application within a normal Linux system (known as the host). A Linux kernel compiled for the ''um'' architecture can then boot as a process under another Linux kernel, entirely in [[user space]], without affecting the host environment's configuration or stability.
 
As each guest is just a normal application running as a process in [[user space]], this approach provides the user with a way of running multiple virtual Linux machines on a single piece of hardware, offering some isolation, generally without affecting the host environment's configuration or stability.