This commit is contained in:
JMARyA 2024-12-23 08:58:46 +01:00
parent 5c4b3e14bf
commit d9470ab980
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 26 additions and 2 deletions

View file

@ -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)