docs: update home

This commit is contained in:
lukas 2021-11-11 16:16:27 +00:00
parent cec3991028
commit b2761fe490

39
home.md
View File

@ -2,7 +2,7 @@
title: Homepage title: Homepage
description: description:
published: true published: true
date: 2021-11-11T15:46:34.508Z date: 2021-11-11T16:16:24.988Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2021-06-19T09:29:20.593Z dateCreated: 2021-06-19T09:29:20.593Z
@ -12,15 +12,17 @@ dateCreated: 2021-06-19T09:29:20.593Z
Welcome to the **Phyllome's OS wiki**! Welcome to the **Phyllome's OS wiki**!
Here, you will find guides about how to install, use and hack Phyllome OS, as well more general infos as about open-source virtualization in general. Here, you will find guides about how to install, use and hack Phyllome OS, as well as more general infos about open-source virtualization.
> If you would rather avoid JavaScript altogether, or wish to download the content of this wiki locally, we got you covered [here](https://github.com/PhyllomeOS/wiki). > If you would rather avoid JavaScript altogether, or wish to download the content of this wiki locally, we got you covered [here](https://github.com/PhyllomeOS/wiki).
{.is-info} {.is-info}
*[Phyllome OS](https://phyllo.me/) is an operating system that makes it easier to run [various guest systems](/phyllomeos/guest) locally using [off-the-shelf hardware](/phyllomeos/requirements).* *[Phyllome OS](https://phyllo.me/) is an operating system that makes it easier to run [various guest systems](/phyllomeos/guests) locally using [off-the-shelf hardware](/phyllomeos/requirements).*
## Do ## Do
### Before
* [Prepare](/do/prepare) * [Prepare](/do/prepare)
* [Choose](/do/choose) * [Choose](/do/choose)
* [Install](/do/install) * [Install](/do/install)
@ -28,20 +30,20 @@ Here, you will find guides about how to install, use and hack Phyllome OS, as we
* [From source](/do/install/source) * [From source](/do/install/source)
* [In a virtual machine](/do/install/vm) (*to hack it*) * [In a virtual machine](/do/install/vm) (*to hack it*)
## Use ### During
* [As a live system](/do/use/live) (*to test it*) * [As a live system](/do/use/live) (*to test it*)
* [As an installed system](/do/use/disk) (*for daily use*) * [As an installed system](/do/use/disk) (*for daily use*)
## Tasks ### After
* [Perform a few checks on Phyllome OS](/tasks/checks)
* [Configure the Virtual Machine Manager](/tasks/virt-manager) manually or automatically * [Configure the Virtual Machine Manager](/tasks/virt-manager) manually or automatically
* [Deploy Phyllome OS inside Phyllome OS](/tasks/inception) * [Deploy Phyllome OS inside Phyllome OS](/tasks/inception)
* [Create two vfio-mdev accelerated virtual machines] with Intel graphics
* [Migrate](/tasks/migrate) an existing guest virtual machine to another Phyllome OS host * [Migrate](/tasks/migrate) an existing guest virtual machine to another Phyllome OS host
* [Resize](/tasks/resize) an existing virtual disk * [Resize](/tasks/resize) an existing virtual disk
* [Encrypt](/tasks/encrypt) virtual disk images using filesystem-level encryption * [Encrypt](/tasks/encrypt) virtual disk images using filesystem-level encryption
* [Use Cloud Hypervisor](/tasks/cloud-hypervisor) * [Use the Cloud Hypervisor](/tasks/cloud-hypervisor) to create a virtual machine
## References ## References
@ -49,15 +51,33 @@ Here, you will find guides about how to install, use and hack Phyllome OS, as we
* [Context](/phyllomeos/context) * [Context](/phyllomeos/context)
* [Purpose](/phyllomeos/purpose) * [Purpose](/phyllomeos/purpose)
* [Limitations](/phyllomeos/limitations)
* [Requirements](/phyllomeos/requirements) * [Requirements](/phyllomeos/requirements)
* [Guests support](/phyllomeos/guests)
* [Architecture](/phyllomeos/architecture) * [Architecture](/phyllomeos/architecture)
* [Software bill of materials](/phyllomeos/sbom) (SBOM) * [Software bill of materials](/phyllomeos/sbom) (SBOM)
* [Roadmap](/phyllomeos/roadmap) * [Roadmap](/phyllomeos/roadmap)
* [Frequently Asked Questions](/phyllomeos/faq) (FAQ) * [Frequently Asked Questions](/phyllomeos/faq) (FAQ)
#### Guests support
By design, Phyllome OS only supports modern UEFI-based guests operating systems compatible with virtio devices.
> It is however possible to deploy non-UEFI compatible operating systems within these guest systems, using so-called nested virtualization.
{.is-info}
* Windows NT family
* Windows
* ReactOS
* Unix-like operating systems
* Linux family
* BSD family
* OpenSolaris and derivatives
* Darwin and derivatives
### On virtualization ### On virtualization
This
* [Linux Kernel modules](/kernel_modules) related to virtualization * [Linux Kernel modules](/kernel_modules) related to virtualization
* [Virtualization-related paths](/linux-paths) on Linux * [Virtualization-related paths](/linux-paths) on Linux
* [Devices](/devices) * [Devices](/devices)
@ -68,8 +88,7 @@ Here, you will find guides about how to install, use and hack Phyllome OS, as we
> If you would rather avoid JavaScript altogether, or wish to download the content locally, we got you covered: you can fetch the content locally [here](https://git.phyllo.me/home/wiki). > If you would rather avoid JavaScript altogether, or wish to download the content locally, we got you covered: you can fetch the content locally [here](https://git.phyllo.me/home/wiki).
{.is-info} {.is-info}
## Phyllome OS ## The Phyllome OS Project
### The Phyllome OS Project
* **Core team** * **Core team**
* [How to join](/join) * [How to join](/join)