docs: update home

This commit is contained in:
lukas 2021-11-13 10:00:58 +00:00
parent 5334bba81c
commit b8efe3b477

126
home.md
View File

@ -2,7 +2,7 @@
title: Homepage
description:
published: true
date: 2021-11-12T18:59:20.000Z
date: 2021-11-13T10:00:55.996Z
tags:
editor: markdown
dateCreated: 2021-06-19T09:29:20.593Z
@ -20,60 +20,67 @@ dateCreated: 2021-06-19T09:29:20.593Z
> Phyllome OS is still in its infancy and not yet ready for production use.
{.is-warning}
*[Phyllome OS](https://phyllo.me/) is an operating system that makes it easier to run various guest systems locally using [off-the-shelf hardware](https://wiki.phyllo.me/deploy/choose/requirements).*
*[Phyllome OS](https://phyllo.me/) is an operating system that makes it easier to run various guest systems locally using [off-the-shelf hardware](https://wiki.phyllo.me/deploy/requirements).*
## Deploy
*The section is meant to help users prepare their computer to host Phyllome OS, to pick the right version that will suit their needs, to understand its limitations, and to install it.*
* [Choose](/deploy/choose)
* [Is Phyllome OS right for you?](/deploy/choose/phyllomeos)
* [Requirements](/deploy/choose/requirements)
* [Install](/deploy/install)
* [Prepare](/deploy/install/prepare)
* [Create an installation medium](/deploy/install/medium)
* [Install from a live medium](/deploy/install/live) (**default method**)
* [In a virtual machine](/deploy/install/vm) (**to hack it**)
* [From source](/deploy/install/source)
* **Choose**
* [Is Phyllome OS right for you?](/deploy/rightforyou)
* [Requirements](/deploy/requirements)
* **Install**
* [Prepare](/deploy/prepare)
* [Create an installation medium](/deploy/medium)
* [Install from a live medium](/deploy/live) (*default method*)
* [Deploy in a virtual machine](/deploy/vm) (*to hack it*)
* [From source](/deploy/source)
## Use
## Get started
*The section is meant to introduce how to use Phyllome OS in a general way.*
* [Use it as a live system](/use/live) (*to test it*)
* [Use it as an installed system](/use/disk) (*for daily use*)
* [Use it as a live system](/getstarted/live) (*to test it*)
* [Use it as an installed system](/getstarted/disk) (*for daily use*)
## Master
## Go further
*The section is meant to introduce how to execute particular taks on Phyllome OS, including deploying certain guest systems.*
*The section is meant to introduce how to execute particular taks on Phyllome OS, including deploying certain guest systems. Some of these tasks will be rendered obsolete with newer Phyllome OS version.*
#### Tasks related to Phyllome OS
* [Perform a few checks](/tasks/checks) on Phyllome OS
* [Configure the Virtual Machine Manager](/tasks/virt-manager) manually or automatically
* [Deploy Phyllome OS inside Phyllome OS](/tasks/inception)
* [Migrate](/tasks/migrate) an existing guest virtual machine to another Phyllome OS host
* [Resize](/tasks/resize) an existing virtual disk
* [Encrypt](/tasks/encrypt) virtual disk images using filesystem-level encryption
* [Use the Cloud Hypervisor](/tasks/cloud-hypervisor) to create a virtual machine
* [Perform a few checks](/gofurther/checks) on Phyllome OS
* [Configure the Virtual Machine Manager](/gofurther/virt-manager) manually or automatically
* [Install a guest system using netboot.xyz](/gofurther/install-guest)
* [Deploy Phyllome OS inside Phyllome OS](/gofurther/inception)
* [Migrate](/gofurther/migrate) an existing guest virtual machine to another Phyllome OS host
* [Resize](/gofurther/resize) an existing virtual disk
* [Encrypt](/gofurther/encrypt) virtual disk images using filesystem-level encryption
* [Use the Cloud Hypervisor](/gofurther/cloud-hypervisor) to create a virtual machine
#### Deploy guests systems
### Tasks related to your guest OS
*Although Phyllome OS thrives to pick good defaults that will work for many guest systems, further optimizations may be needed.*
* Unix-like
* [Linux family](/guests/linux)
* [BSD family](/guests/bsd)
* [OpenSolaris and derivatives](/guests/opensolaris)
* [Darwin and derivatives](/guests/darwin)
* [Linux family](/gofurther/linux)
* [BSD family](/gofurther/bsd)
* [OpenSolaris and derivatives](/gofurther/opensolaris)
* [Darwin and derivatives](/gofurther/darwin)
* Windows NT
* [Windows family](/guests/windows)
* [ReactOS](/guests/reactos)
* [Windows family](/gofurther/windows)
* [ReactOS](/gofurther/reactos)
* Independant
* [Sculpt OS](/guests/sculpt-os)
* [Fuschia OS](/guests/fuschia-os)
* [Sculpt OS](/gofurther/sculpt-os)
* [Fuschia OS](/gofurther/fuschia-os)
## Learn
> It is possible to deploy non-UEFI compatible operating systems within these guest systems, using so-called nested virtualization.
{.is-info}
### Phyllome OS
> By design, Phyllome OS only supports modern UEFI-based guests operating systems compatible with virtio devices and that haven't reached their end of life.
{.is-info}
## On Phyllome OS
* [Context](/phyllomeos/context)
* [Purpose](/phyllomeos/purpose)
@ -82,39 +89,34 @@ dateCreated: 2021-06-19T09:29:20.593Z
* [Software bill of materials](/phyllomeos/sbom) (SBOM)
* [Roadmap](/phyllomeos/roadmap)
* [Frequently Asked Questions](/phyllomeos/faq) (FAQ)
* [Guests support matrix](/phyllomeos/guests)
### Guests support matrix
## On open-source virtualization
By design, Phyllome OS only supports modern UEFI-based guests operating systems compatible with virtio devices and that haven't reached their end of life.
*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.*
> It is possible to deploy non-UEFI compatible operating systems within these guest systems, using so-called nested virtualization.
{.is-info}
### About open-source virtualization
In this section, the focus is on KVM virtualization, and its associated tools, including QEMU, the Linux kernel, libvirt, etc.
* [Anatomy of a virtual machine](/virtualization/vm)
* [Chipsets](/virtualization/chipset)
* [Firmware](/virtualization/firmware)
* [CPU](/virtualization/cpu)
* [Memory](/virtualization/memory)
* [Storage](/virtualization/storage)
* [Display](/virtualization/display)
* [Linux Kernel modules](/kernel_modules) related to virtualization
* [Virtualization-related paths](/linux-paths) on Linux
* [XML](/xml) commented
* [Lexicon](/lexicon)
* [External resources](/resources)
> 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}
* [Anatomy of a virtual machine](/virt/vm)
* [Chipsets](/virt/chipset)
* [Firmware](/virt/firmware)
* [CPU](/virt/cpu)
* [Memory](/virt/memory)
* [Storage](/virt/storage)
* [Display](/virt/display)
* [Linux Kernel modules](/virt/kernel-modules) related to virtualization
* [Virtualization-related paths](/virt/linux-paths) on Linux
* [XML](/virt/xml) commented
* [Lexicon](/virt/lexicon)
* [External resources](/virt/resources)
## The Phyllome OS Project
* **Core team**
* [How to join](/join)
* [Current infrastructure](/infrastructure)
### Functionning
* [How to join](/project/join)
* [Current infrastructure](/project/infrastructure)
### Tooling
* **The website**: https://phyllo.me
* **The wiki**: https://wiki.phyllo.me
* **The git**: https://git.phyllo.me
* **The internal git**: https://git.phyllo.me