wiki/virt.md

55 lines
1.5 KiB
Markdown
Raw Normal View History

2021-11-13 12:08:56 +00:00
---
2021-11-13 19:18:03 +00:00
title: Virtualization for the rest of us
2021-11-13 12:08:56 +00:00
description:
published: true
2022-01-20 10:13:49 +00:00
date: 2022-01-20T10:13:47.276Z
2021-11-13 12:08:56 +00:00
tags:
editor: markdown
dateCreated: 2021-11-13T12:08:53.048Z
---
2022-01-12 14:24:05 +00:00
# On KVM virtualization
2021-11-13 12:55:02 +00:00
2022-01-17 19:12:12 +00:00
*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.*
2021-11-13 12:55:02 +00:00
2022-01-20 10:13:49 +00:00
## Guest operating systems
2022-01-06 11:29:50 +00:00
2022-01-20 10:13:49 +00:00
*[This section](/virt/guest) provides a reference for guest operating systems used in KVM-powered virtual machines, and their current support.*
2022-01-06 16:13:40 +00:00
2022-01-20 10:13:49 +00:00
* [ReactOS](/virt/guest/reactos)
* ...and [**more**](/virt/guest)
2022-01-07 09:52:56 +00:00
2022-01-20 10:13:49 +00:00
## The host operating system
2022-01-06 11:29:50 +00:00
2022-01-20 10:13:49 +00:00
*[This section](/virt/host) provides a reference for the host operating system.*
2022-01-06 11:29:50 +00:00
2022-01-20 10:13:49 +00:00
* [Linux Kernel modules](/virt/host/modules) related to virtualization
2022-01-17 19:12:05 +00:00
* [Virtualization-related paths](/virt/linux-paths) on Phyllome OS
* [XML](/virt/xml) commented
* [GPU virtualization](/virt/gpu)
## 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`)
2022-01-20 10:13:49 +00:00
### Bare-metal hardware
2022-01-06 11:29:50 +00:00
## Resources
2022-01-17 20:22:47 +00:00
* [A very short history](/virt/history) of virtualization
2022-01-20 10:13:49 +00:00
* [Lexicon](/virt/lexicon)
* [Projects](/virt/projects)
2022-01-12 18:07:22 +00:00
* [External resources](/virt/resources)
---
2022-01-17 14:53:26 +00:00
*[**Go back to parent page**](https://wiki.phyllo.me/)*