Some refactoring of the home page

This commit is contained in:
Lukas Greve
2025-11-08 15:28:44 +01:00
parent 88201c65a5
commit fc13f10dfd
2 changed files with 44 additions and 46 deletions

2
.gitignore vendored
View File

@@ -0,0 +1,2 @@
.aider*

88
home.md
View File

@@ -10,80 +10,76 @@ dateCreated: 2021-06-19T09:29:20.593Z
# The Phyllome OS wiki # The Phyllome OS wiki
In this wiki, you will find guides about [how to install](#install) and [use](#get-started) Phyllome OS, as well as information on the [underlying technologies](#references), Phyllome OS [itself](#about-phyllome-os) and the surrounding [project](#about-the-project). Welcome to the Phyllome OS documentation! This wiki contains guides for installing, using, and extending Phyllome OS, as well as information about the underlying virtualization technologies.
## Install ## Installation
*How to install Phyllome OS* *How to install Phyllome OS*
- [Prepare the target computer](/deploy/prepare) - [Prepare the target computer](/deploy/prepare)
- [Create an installation medium](/deploy/medium) - [Create an installation medium](/deploy/medium)
- [Install](/deploy/install) - [Install Phyllome OS](/deploy/install)
## Get started ## Using Phyllome OS
*How to use Phyllome OS and deploy your favorite operating system inside Phyllome OS* *Deploy and manage guest operating systems*
- [First setup and beyond](/getstarted/firstsetup) ### Linux Guests
- [Install a Linux distribution through the network](/getstarted/install-guest)
- [Automatically provision a Linux distribution](/getstarted/virt-install)
### Guests ### Windows Guests
- [Install ReactOS manually](/getstarted/reactos)
- **Linux**:tm:
- [Install a Linux distribution through the network](/getstarted/install-guest)
- [Automatically provision a Linux distribution](/getstarted/virt-install)
- **Windows**:tm: ## Advanced Topics
- [Install ReactOS manually](/getstarted/reactos)
## Go further
*Go further with Phyllome OS* *Go further with Phyllome OS*
- [Resize](/gofurther/resize) a virtual disk - [Resize virtual disks](/gofurther/resize)
- [Encrypt](/gofurther/encrypt) a directory - [Encrypt directories](/gofurther/encrypt)
### Sharing resources with a guest system ### Sharing Resources with Guests
- [Share directories](/gofurther/virtiofs)
- [Share input devices](/gofurther/evdev)
- [Share virtual GPUs](/gofurther/vfio-mdev)
- [Share physical devices](/gofurther/vfio-pci)
- [Share a directory](/gofurther/virtiofs) ## Technical References
- [Share an input device](/gofurther/evdev)
- [Share a virtual GPU](/gofurther/vfio-mdev)
- [Share a physical device](/gofurther/vfio-pci)
## Technical references *Information about virtualization technologies*
*Information about related technologies* - [Virtualization lexicon](/virt/lexicon)
- [A short history of virtualization](/virt/history)
- [Virtualization tools](/virt/tools)
- [Lexicon](/virt/lexicon) ### Host Virtualization
- [A very short history of virtualization](/virt/history) - [Linux Kernel modules](/virt/host/modules)
- [Tools related to virtualization](/virt/tools) - [Virtualization paths](/virt/host/paths)
- [Libvirt XML examples](/virt/host/xml)
### Host virtualization software
- [Linux Kernel modules](/virt/host/modules) related to virtualization
- [Virtualization-related paths](/virt/host/paths) on Phyllome OS
- [A libvirt XML file](/virt/host/xml)
### Guest hardware
### Guest Hardware
- [Virtual hardware definition](/virt/vm) - [Virtual hardware definition](/virt/vm)
- [Chipset](/virt/vm/chipset) - [Chipset](/virt/vm/chipset)
- [Firmware](/virt/vm/firmware) - [Firmware](/virt/vm/firmware)
- [Graphic card](/virt/vm/graphic-card) - [Graphic card](/virt/vm/graphic-card)
- [Virtual I/O device](/virt/vm/virtio) - [Virtual I/O devices](/virt/vm/virtio)
- [Display](/virt/vm/display) - [Display](/virt/vm/display)
### Guest software ### Guest Software
- [Guest OS support](/virt/guest.md)
- [Guest operating systems support](/virt/guest.md)
## About Phyllome OS ## About Phyllome OS
- [Context](/phyllomeos/context) and comparaison *Learn more about the project*
- [Context and comparison](/phyllomeos/context)
- [Architecture](/phyllomeos/purpose) - [Architecture](/phyllomeos/purpose)
- [Roadmap](/phyllomeos/roadmap) - [Roadmap](/phyllomeos/roadmap)
- [FAQ](/phyllomeos/faq) - [FAQ](/phyllomeos/faq)
## About the project ## About the Project
*Contribute to Phyllome OS*
- [How to contribute](/project/contribute) - [How to contribute](/project/contribute)
- [How to join](/project/join) - [How to join](/project/join)
@@ -93,4 +89,4 @@ In this wiki, you will find guides about [how to install](#install) and [use](#g
| The website | This wiki | The issue board | The forge | | The website | This wiki | The issue board | The forge |
| :-: | :-: | :-: | :-: | | :-: | :-: | :-: | :-: |
| phyllo.me | wiki.phyllo.me | [kanboard.phyllo.me](https://kanboard.phyllo.me/b/CH7qd98J2v7egmodk/development) | git.phyllo.me | | phyllo.me | wiki.phyllo.me | [kanboard.phyllo.me](https://kanboard.phyllo.me/b/CH7qd98J2v7egmodk/development) | git.phyllo.me |