docs: update virt

This commit is contained in:
lukas 2022-01-20 10:27:38 +00:00
parent b034fb3392
commit b4832ca983

15
virt.md
View File

@ -2,7 +2,7 @@
title: Virtualization for the rest of us
description:
published: true
date: 2022-01-20T10:21:44.005Z
date: 2022-01-20T10:27:36.302Z
tags:
editor: markdown
dateCreated: 2021-11-13T12:08:53.048Z
@ -29,19 +29,20 @@ dateCreated: 2021-11-13T12:08:53.048Z
## Virtual hardware
*[This sub-section](/virt/host) provides a reference for the host operating system.*
*[This sub-section](/virt/vm) provides a reference for the virtual hardware.*
* [Anatomy of a virtual machine](/virt/vm)
* [Chipset](/virt/chipset)
* [Paravirtualized hardware](/virt/virtio) (`virtio`)
* [Chipset](/virt/vm/chipset)
* [Paravirtualized hardware](/virt/vm/virtio) (`virtio`)
### Bare-metal hardware
## Bare-metal hardware
*[This sub-section](/virt/hardware) will include about the physical hardware.*
## Resources
* [A very short history](/virt/history) of virtualization
* [Lexicon](/virt/lexicon)
* [Projects](/virt/projects)
* [Related projects](/virt/projects)
* [External resources](/virt/resources)
---