docs: update home

This commit is contained in:
Lukas à Porta 2021-08-12 08:38:08 +00:00 committed by lukas
parent e50a61eb0e
commit 70068e04ac

60
home.md
View File

@ -2,29 +2,63 @@
title: Homepage title: Homepage
description: description:
published: true published: true
date: 2021-07-09T19:36:55.911Z date: 2021-08-12T08:38:05.015Z
tags: test tags: test
editor: markdown editor: markdown
dateCreated: 2021-06-19T09:29:20.593Z dateCreated: 2021-06-19T09:29:20.593Z
--- ---
# Introduction # Welcome to the Phyllome OS wiki !
The [Phyllome Operating System (OS)](https://phyllo.me/) is a multi-user, free and open-source desktop-oriented Linux distribution aimed at running diverse guest operating systems using state-of-the-art virtualization techniques. ## Table of contents
It is designed for usability, featuring native sound capabilities, hardware-accelerated 3D graphics for virtual machines, and simple networking. * **Overview**
* [Context](/context)
* [Phyllome's purpose](/purpose)
* [Roadmap](/roadmap)
## Welcome to the Phyllome OS wiki ! * **Do**
* [Install](/install)
* [Use](/use)
* [Hack](/hack)
* [Contribute](/members)
Here are the main sections of interest: * **Tasks**
* [Create](/create) a `q35`, `ovmf`, Fedora guest with `virtio` devices manually using `virt-manager`
* [Deploy](/deploy) a `q35`, `ovmf`, Fedora guest with `virtio` devices automatically using `virt-install`
* [Migrate](/migrate) an existing guest virtual machine to another Phyllome OS host
* [Resize](/resize) an existing virtual disk that uses an EXT4 filesystem]
* **[Users](/users)** : How to install and use Phyllome OS (work in progress) * **References**
* **Developers** : How to hack and develop Phyllome OS (work in progress) * *Phyllome OS*
* **[Members](/members)** : How the project is currently set up (work in progress) * [Requirements](/requirements)
* **How-to guides** : How to do certain tasks * [Hardware support](/hardware_support)
* **[FAQ](/faq)** : The frequently asked questions section * [Architecture](/architecture)
* **[External resources](/resources)** : List of useful resources around virtualization or tools used by the project * [Software bill of materials](/sbom) (SBOM)
* *Linux and KVM-virtualization*
* [Linux Kernel module list](/kernel_modules) related to virtualization
* [Virtualization-related paths](/linux_paths) on Linux
* *Guests*
* [XML](/xml) commented
* [Lexicon](/lexicon)
> If you would rather avoid JavaScript altogether, or wish to download the content locally, we have you covered: you can download the content [here](https://git.phyllo.me/home/wiki) using git. * [Frequently Asked Questions](/faq) (FAQ)
* [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} {.is-info}
## Phyllome OS
[Phyllome OS](https://phyllo.me/) is an operating system that makes it easier to run [various guest systems](guest_systems) locally using [off-the-shelf hardware](requirements).
## Links
* **The website**: https://phyllo.me
* **The wiki**: https://wiki.phyllo.me
* **The git**: https://git.phyllo.me