diff --git a/virt.md b/virt.md index 3724013..240ac1b 100644 --- a/virt.md +++ b/virt.md @@ -2,7 +2,7 @@ title: Virtualization for the rest of us description: published: true -date: 2022-01-17T14:53:24.125Z +date: 2022-01-17T19:12:03.778Z tags: editor: markdown dateCreated: 2021-11-13T12:08:53.048Z @@ -12,26 +12,6 @@ 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.* -## 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`) - -## Host - -* [Linux Kernel modules](/virt/kernel-modules) related to virtualization -* [Virtualization-related paths](/virt/linux-paths) on Phyllome OS -* [XML](/virt/xml) commented -* [GPU virtualization](/virt/gpu) - ## Guests *This idea of this section is to provide a reference for guest operating systems used in virtual machines* @@ -55,6 +35,26 @@ dateCreated: 2021-11-13T12:08:53.048Z * [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 +* [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`) + ## Resources * [Lexicon](/virt/lexicon)