docs: update virt

This commit is contained in:
lukas 2022-01-20 10:13:49 +00:00
parent cbca8fe8c3
commit 734fc5833b

35
virt.md
View File

@ -2,7 +2,7 @@
title: Virtualization for the rest of us title: Virtualization for the rest of us
description: description:
published: true published: true
date: 2022-01-20T09:46:50.761Z date: 2022-01-20T10:13:47.276Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2021-11-13T12:08:53.048Z dateCreated: 2021-11-13T12:08:53.048Z
@ -12,32 +12,18 @@ dateCreated: 2021-11-13T12:08:53.048Z
*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.* *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.*
## Guests ## Guest operating systems
*This idea of this section is to provide a reference for guest operating systems used in virtual machines* *[This section](/virt/guest) provides a reference for guest operating systems used in KVM-powered virtual machines, and their current support.*
* [Guests support matrix](/virt/guest) * [ReactOS](/virt/guest/reactos)
* ...and [**more**](/virt/guest)
### Unix-based ## The host operating system
* [Linux family](/virt/linux) *[This section](/virt/host) provides a reference for the host operating system.*
* [BSD family](/virt/bsd)
* [OpenSolaris and derivatives](/virt/opensolaris)
* [Darwin and derivatives](/virt/darwin)
### Windows NT * [Linux Kernel modules](/virt/host/modules) related to virtualization
* [Windows family](/virt/windows)
* [ReactOS](/virt/reactos)
### Independent
* [Sculpt OS](/virt/sculpt-os)
* [Fuchsia OS](/virt/fuchsia-os)
## The host
* [Linux Kernel modules](/virt/kernel-modules) related to virtualization
* [Virtualization-related paths](/virt/linux-paths) on Phyllome OS * [Virtualization-related paths](/virt/linux-paths) on Phyllome OS
* [XML](/virt/xml) commented * [XML](/virt/xml) commented
* [GPU virtualization](/virt/gpu) * [GPU virtualization](/virt/gpu)
@ -55,10 +41,13 @@ dateCreated: 2021-11-13T12:08:53.048Z
* [Display](/virt/display) * [Display](/virt/display)
* [Paravirtualized hardware](/virt/virtio) (`virtio`) * [Paravirtualized hardware](/virt/virtio) (`virtio`)
### Bare-metal hardware
## Resources ## Resources
* [A very short history](/virt/history) of virtualization * [A very short history](/virt/history) of virtualization
* [Lexicon](/virt/lexicon) * [Lexicon](/virt/lexicon)
* [Projects](/virt/projects)
* [External resources](/virt/resources) * [External resources](/virt/resources)
--- ---