wiki/virt.md

58 lines
1.3 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-06 16:50:40 +00:00
date: 2022-01-06T16:50:38.004Z
2021-11-13 12:08:56 +00:00
tags:
editor: markdown
dateCreated: 2021-11-13T12:08:53.048Z
---
2022-01-06 11:29:50 +00:00
# On open-source virtualization
2021-11-13 12:55:02 +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.*
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-06 16:50:40 +00:00
* [Architectures](/virt/architectures)
2021-11-13 12:55:02 +00:00
* [Chipsets](/virt/chipset)
* [Firmware](/virt/firmware)
* [CPU](/virt/cpu)
* [Memory](/virt/memory)
* [Storage](/virt/storage)
* [Display](/virt/display)
2022-01-06 11:29:50 +00:00
## Software
### The host
* [Linux Kernel modules](/virt/kernel-modules) related to virtualization.
* [Virtualization-related paths](/virt/linux-paths) on Phyllome OS
* [XML](/virt/xml) commented
### Guests
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*
#### 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)
#### Windows NT
* [Windows family](/virt/windows)
* [ReactOS](/virt/reactos)
#### Independent
* [Sculpt OS](/virt/sculpt-os)
* [Fuchsia OS](/virt/fuchsia-os)
## Resources
2021-11-13 12:55:02 +00:00
* [Lexicon](/virt/lexicon)
* [External resources](/virt/resources)