update
This commit is contained in:
parent
5c4b3e14bf
commit
d9470ab980
6 changed files with 26 additions and 2 deletions
|
@ -3,6 +3,7 @@ aliases: ["VM"]
|
|||
obj: concept
|
||||
wiki: https://en.wikipedia.org/wiki/Virtual_machine
|
||||
---
|
||||
|
||||
# Virtual Machine
|
||||
In computing, a virtual machine (VM) is the virtualization or [emulation](../emulation/Emulation.md) of a computer system. Virtual machines are based on computer architectures and provide the functionality of a physical computer.
|
||||
|
||||
|
@ -10,4 +11,5 @@ Virtual Machine can be used to run operating systems in an isolated environment.
|
|||
|
||||
## Virtual Machine Software
|
||||
- [qemu](../linux/qemu.md)
|
||||
- [Proxmox](../linux/Proxmox.md)
|
||||
- [Proxmox](../linux/Proxmox.md)
|
||||
- [libvirt](../libvirt.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue