wiki/virt.md

49 lines
1.4 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-07-31 09:07:18 +00:00
date: 2022-07-31T09:07:16.354Z
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:21:46 +00:00
*[This sub-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:21:46 +00:00
*[This sub-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-20 10:16:52 +00:00
* [Virtualization-related paths](/virt/host/paths) on Phyllome OS
* [XML](/virt/host/xml) commented
2022-07-31 09:07:18 +00:00
* [Virtual I/O Devices](/virt/vm/virtio) (`virtio`)
2022-01-17 19:12:05 +00:00
## Virtual hardware
2022-01-20 10:27:38 +00:00
*[This sub-section](/virt/vm) provides a reference for the virtual hardware.*
* [Chipset](/virt/vm/chipset)
2022-01-25 21:59:02 +00:00
* [Firmware](/virt/vm/firmware)
2022-07-31 09:07:18 +00:00
* [Display](/virt/vm/display)
* [Input](/virt/vm/input)
2022-01-20 10:13:49 +00:00
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)
2022-01-20 10:27:38 +00:00
* [Related projects](/virt/projects)
2022-01-12 18:07:22 +00:00
* [External resources](/virt/resources)
---
2022-01-20 10:58:36 +00:00
*[**Go back to homepage**](/)*