wiki/home.md

94 lines
3.5 KiB
Markdown
Raw Normal View History

2021-06-19 09:29:23 +00:00
---
2021-06-19 10:13:28 +00:00
title: Homepage
2021-06-19 09:29:23 +00:00
description:
published: true
2023-05-20 21:39:30 +00:00
date: 2023-05-20T21:39:28.769Z
2021-11-11 13:36:43 +00:00
tags:
2021-06-19 09:29:23 +00:00
editor: markdown
dateCreated: 2021-06-19T09:29:20.593Z
---
2022-01-17 19:53:24 +00:00
# The Phyllome OS wiki
2021-11-11 14:05:10 +00:00
2023-05-20 21:39:30 +00:00
*Phyllome[^1] OS is an operating system that makes it easier to run [various operating systems](/gofurther) locally using [off-the-shelf hardware](/deploy/prepare) and [virtualization](/virt/lexicon#virtualization) technologies.*
2021-11-11 17:09:21 +00:00
2023-05-20 21:39:30 +00:00
In this wiki, you will find guides about [how to install](/deploy/install), [use](/getstarted/disk) and [hack](/gofurther/hack) Phyllome OS. You will also find more generic information on the [underlying technologies](/virt), Phyllome OS [itself](/phyllomeos) and the surrounding [project](/project).
2022-01-17 14:10:42 +00:00
2022-01-17 20:19:54 +00:00
[^1]: According to [the Wiktionary](https://en.wiktionary.org/wiki/phyllome), Phyllome refers to the "foliar part of a plant; any organ homologous with a leaf, or [any organ] produced by metamorphosis of a leaf"
2021-11-19 17:49:15 +00:00
2023-05-19 22:02:29 +00:00
> If you would rather avoid JavaScript altogether, or wish to download the content of this wiki locally, feel free to clone [this repository](https://github.com/PhyllomeOS/wiki).
2021-06-23 12:30:56 +00:00
{.is-info}
2021-06-19 10:17:12 +00:00
2022-09-28 12:53:22 +00:00
## Install Phyllome OS
2021-11-11 17:09:21 +00:00
2023-05-19 21:26:44 +00:00
*[This section](/deploy) illustrates how to install Phyllome OS on a computer*
2021-11-11 16:16:27 +00:00
2022-01-17 19:15:08 +00:00
* [Is Phyllome OS right for you?](/deploy/rightforyou)
* [Prepare your computer](/deploy/prepare)
* [Create an installation medium](/deploy/medium)
2022-07-30 01:06:40 +00:00
* [Install from the installation medium](/deploy/install) (*default method*)
* [Post-installation configuration](/deploy/post-installation)
2022-01-17 19:15:08 +00:00
* ...and [**more**](https://wiki.phyllo.me/en/deploy)
2021-11-11 15:45:26 +00:00
2022-09-28 12:53:22 +00:00
## Deploy guests in Phyllome OS
2022-07-30 00:17:12 +00:00
2022-07-30 01:15:27 +00:00
*[This section](/getstarted) describes how to deploy common operating systems within Phyllome OS*
2022-07-30 00:17:12 +00:00
2022-07-30 01:15:27 +00:00
* **Unix-like**
* [Install](/gofurther/install-guest) a Linux guest system over the internet
* [Automatically deploy](/gofurther/virt-install) an RPM-based guest system with `virt-install` and a kickstart file
2022-07-30 01:06:40 +00:00
2022-07-30 01:15:27 +00:00
* **Windows NT**
2023-05-19 22:02:29 +00:00
* [Install React OS](/gofurther/reactos)
2022-07-30 01:15:27 +00:00
* [Install Windows 11 (*to be created*)](/gofurther/windows11)
2022-07-30 01:06:40 +00:00
2022-07-30 01:15:27 +00:00
* **Darwin-based**
* [Install macOS (*to be created*)](/gofurther/macos)
2022-07-30 01:06:40 +00:00
2022-07-30 00:43:41 +00:00
* ...and [**more**](https://wiki.phyllo.me/en/getstarted#guest-operating-system-installations)
2022-07-30 00:17:12 +00:00
2022-01-17 19:15:08 +00:00
## Go further
2021-11-11 17:55:00 +00:00
2022-07-30 00:48:28 +00:00
*[This section](/gofurther#tasks_related_to_phyllome_os) illustrates specific tasks related to Phyllome OS.*
2021-11-11 17:09:21 +00:00
2022-07-30 01:06:40 +00:00
* [Use Phyllome as a live system](/getstarted/live) (*to test it*)
2021-11-25 16:11:31 +00:00
* [Perform a few checks](/gofurther/checks) on Phyllome OS
2022-01-20 10:55:22 +00:00
* [Resize an existing disk](/gofurther/resize)
* ...and [**more**](/gofurther)
2021-11-13 10:00:58 +00:00
2022-01-18 10:45:09 +00:00
## References
2021-08-12 08:38:08 +00:00
2022-01-17 20:19:54 +00:00
*[This section](/virt) provides information about technologies used by Phyllome OS.*
2022-01-12 18:11:07 +00:00
2022-01-20 10:32:34 +00:00
* [Guest support](/virt/guest)
* [Linux Kernel modules](/virt/host/modules) related to virtualization
* [Paravirtualized hardware](/virt/vm/virtio) (`virtio`)
2021-11-13 10:00:58 +00:00
* [Lexicon](/virt/lexicon)
2022-01-20 10:32:34 +00:00
* ...and [**more**](/virt)
2021-11-11 16:16:27 +00:00
2022-01-17 14:22:20 +00:00
## About Phyllome OS
2022-01-06 17:58:26 +00:00
2022-01-17 20:16:30 +00:00
*[This section](/phyllomeos) describes the context around Phyllome OS and its design*.
2022-01-06 17:58:26 +00:00
* [Context](/phyllomeos/context)
* [Purpose](/phyllomeos/purpose)
* [Use cases](/phyllomeos/use-cases)
* ...and [**more**](https://wiki.phyllo.me/en/phyllomeos)
2021-11-11 15:45:26 +00:00
2022-01-17 15:34:35 +00:00
### About the project
2021-11-11 16:16:27 +00:00
2022-01-17 20:16:30 +00:00
*[This section](/project) describes the project around Phyllome OS*.
2021-11-23 09:33:10 +00:00
* [How to contribute](/project/contribute)
2021-11-13 10:00:58 +00:00
* [How to join](/project/join)
* [Current infrastructure](/project/infrastructure)
2021-11-11 15:45:26 +00:00
2021-11-13 13:07:18 +00:00
### Public presence
2021-08-27 00:47:38 +00:00
2021-08-12 08:38:08 +00:00
* **The website**: https://phyllo.me
2021-11-25 16:09:40 +00:00
* **This wiki**: https://wiki.phyllo.me
2021-11-25 16:09:27 +00:00
* **The issue board**: [https://kanboard.phyllo.me](https://kanboard.phyllo.me/b/CH7qd98J2v7egmodk/development)
2022-01-17 20:19:54 +00:00
* **GitHub's repositories**: https://github.com/PhyllomeOS
2021-11-13 12:53:56 +00:00