wiki/virt.md
2022-01-20 10:16:52 +00:00

54 lines
1.5 KiB
Markdown

---
title: Virtualization for the rest of us
description:
published: true
date: 2022-01-20T10:16:49.810Z
tags:
editor: markdown
dateCreated: 2021-11-13T12:08:53.048Z
---
# On KVM virtualization
*In this section, the focus is on KVM virtualization, and its associated tools, including QEMU, the Linux Kernel, `libvirt`, etc., mostly in the context of Phyllome OS.*
## Guest operating systems
*[This section](/virt/guest) provides a reference for guest operating systems used in KVM-powered virtual machines, and their current support.*
* [ReactOS](/virt/guest/reactos)
* ...and [**more**](/virt/guest)
## The host operating system
*[This section](/virt/host) provides a reference for the host operating system.*
* [Linux Kernel modules](/virt/host/modules) related to virtualization
* [Virtualization-related paths](/virt/host/paths) on Phyllome OS
* [XML](/virt/host/xml) commented
## Virtual hardware
* [Anatomy of a virtual machine](/virt/vm)
* [Architecture](/virt/architecture)
* [Chipset](/virt/chipset)
* [Firmware](/virt/firmware)
* [CPU](/virt/cpu)
* [Memory](/virt/memory)
* [Storage](/virt/storage)
* [Network](/virt/network)
* [Display](/virt/display)
* [Paravirtualized hardware](/virt/virtio) (`virtio`)
### Bare-metal hardware
## Resources
* [A very short history](/virt/history) of virtualization
* [Lexicon](/virt/lexicon)
* [Projects](/virt/projects)
* [External resources](/virt/resources)
---
*[**Go back to parent page**](https://wiki.phyllo.me/)*