We are still actively working on the spam issue.

Difference between revisions of "Virtual machine"

From InstallGentoo Wiki
Jump to: navigation, search
(Create stub)
 
(Extend introductory paragraph, add notable usages of Virtual Machines.)
 
Line 2: Line 2:
  
 
A '''Virtual Machine''' (or VM) is a form of virtualization of hardware within software-level processing through extended features of the Processor. A practical definition of a VM is that it allows you to emulate an entire computer within your own system, and run that system in an isolated container, under what is known as a ''hypervisor''. For instance, on a [[GNU/Linux]] system, you can run [[QEMU]] or [[VirtualBox]] to run [[Windows]] within this container without having to switch systems.
 
A '''Virtual Machine''' (or VM) is a form of virtualization of hardware within software-level processing through extended features of the Processor. A practical definition of a VM is that it allows you to emulate an entire computer within your own system, and run that system in an isolated container, under what is known as a ''hypervisor''. For instance, on a [[GNU/Linux]] system, you can run [[QEMU]] or [[VirtualBox]] to run [[Windows]] within this container without having to switch systems.
 +
 +
Some systems have the ability to break the hypervisor and access the main system. These are deliberately malicious systems. Be forewarned when using a VM due to this vulnrability. In 2015, [[Windows 10]] was reported to have this ability.
 +
 +
 +
==Notable usages of Virtual Machines==
 +
* [[Bill Gates]] infamously used his Father's connections at Harvard University to emulate the Intel 8080 before its release so he could be ahead of the curve from his Homebrew Computer Club, and then complained when people copied his [[Altair Basic]] for free despite this meaning it was made with Tax-Payer assistance.
 +
 +
* [[Terry A. Davis]] would use his [[TempleOS]] in [[QEMU]] while using Ubuntu as the host system.

Latest revision as of 06:13, 20 February 2022

A Virtual Machine (or VM) is a form of virtualization of hardware within software-level processing through extended features of the Processor. A practical definition of a VM is that it allows you to emulate an entire computer within your own system, and run that system in an isolated container, under what is known as a hypervisor. For instance, on a GNU/Linux system, you can run QEMU or VirtualBox to run Windows within this container without having to switch systems.

Some systems have the ability to break the hypervisor and access the main system. These are deliberately malicious systems. Be forewarned when using a VM due to this vulnrability. In 2015, Windows 10 was reported to have this ability.


Notable usages of Virtual Machines

  • Bill Gates infamously used his Father's connections at Harvard University to emulate the Intel 8080 before its release so he could be ahead of the curve from his Homebrew Computer Club, and then complained when people copied his Altair Basic for free despite this meaning it was made with Tax-Payer assistance.