wiki/virt.md

65 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-12 18:08:04 +00:00
date: 2022-01-12T18:08:01.850Z
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-12 14:24:05 +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-06 11:29:50 +00:00
## Hardware
2021-11-13 12:55:02 +00:00
* [Anatomy of a virtual machine](/virt/vm)
2022-01-12 13:51:54 +00:00
* [Architecture](/virt/architecture)
2022-01-12 13:51:13 +00:00
* [Chipset](/virt/chipset)
2021-11-13 12:55:02 +00:00
* [Firmware](/virt/firmware)
* [CPU](/virt/cpu)
* [Memory](/virt/memory)
* [Storage](/virt/storage)
2022-01-06 16:51:09 +00:00
* [Network](/virt/network)
2021-11-13 12:55:02 +00:00
* [Display](/virt/display)
2022-01-12 13:51:13 +00:00
* [Paravirtualized hardware](/virt/virtio) (`virtio`)
2022-01-12 16:27:08 +00:00
2022-01-12 13:45:13 +00:00
## Host
2022-01-06 11:29:50 +00:00
2022-01-12 13:45:13 +00:00
* [Linux Kernel modules](/virt/kernel-modules) related to virtualization
2022-01-06 11:29:50 +00:00
* [Virtualization-related paths](/virt/linux-paths) on Phyllome OS
* [XML](/virt/xml) commented
2022-01-12 14:24:05 +00:00
* [GPU virtualization](/virt/gpu)
2022-01-06 11:29:50 +00:00
2022-01-12 13:45:13 +00:00
## Guests
2022-01-06 11:29:50 +00:00
2022-01-06 16:13:40 +00:00
*This idea of this section is to provide a reference for guest operating systems used in virtual machines*
2022-01-12 13:51:13 +00:00
* [Guests support matrix](/virt/guests)
2022-01-07 09:52:56 +00:00
2022-01-12 13:45:13 +00:00
### Unix-based
2022-01-06 11:29:50 +00:00
* [Linux family](/virt/linux)
* [BSD family](/virt/bsd)
* [OpenSolaris and derivatives](/virt/opensolaris)
* [Darwin and derivatives](/virt/darwin)
2022-01-12 13:45:13 +00:00
### Windows NT
2022-01-06 11:29:50 +00:00
* [Windows family](/virt/windows)
* [ReactOS](/virt/reactos)
2022-01-12 13:45:13 +00:00
### Independent
2022-01-06 11:29:50 +00:00
* [Sculpt OS](/virt/sculpt-os)
* [Fuchsia OS](/virt/fuchsia-os)
## Resources
2021-11-13 12:55:02 +00:00
* [Lexicon](/virt/lexicon)
2022-01-12 18:07:22 +00:00
* [External resources](/virt/resources)
---
2022-01-12 18:08:04 +00:00
*[Go to the parent page](https://wiki.phyllo.me/)*