wiki/virt/guest.md

51 lines
2.3 KiB
Markdown
Raw Normal View History

2022-01-12 14:25:29 +00:00
---
title: Guests support
description:
published: true
2022-01-20 11:42:40 +00:00
date: 2022-01-20T11:42:37.903Z
2022-01-12 14:25:29 +00:00
tags:
editor: markdown
dateCreated: 2022-01-12T14:25:25.960Z
---
2022-01-20 11:23:57 +00:00
# Guest operating system
2022-01-12 14:25:29 +00:00
2022-01-20 11:42:40 +00:00
> *Phyllome OS 🤎 other operating systems. It is meant to be a cozy platform for almost any modern operating systems to thrive.*
2022-01-20 11:41:49 +00:00
2022-01-20 11:42:40 +00:00
Although Phyllome OS would like to support as many operating systems as possible, due to limited resources and the intent to be forward compatible with the Cloud Hypervisor, it will mainly focus on modern, UEFI-compatible operating systems that are shipping with support for `virtio` devices.
2022-01-20 11:23:57 +00:00
## Support matrix
> *Support for guest systems differs widely. In general, free and open-source operating systems such as Linux distributions are better supported than proprietary operating systems*.
2022-01-12 14:25:29 +00:00
{.is-info}
2022-01-20 11:42:40 +00:00
* The table below only show support for the latest operating systems.
2022-01-12 14:25:29 +00:00
2022-01-12 16:38:59 +00:00
| | Linux | Darwin | Windows |
| :- | :-: | :-: | :-: |
2022-01-15 12:59:48 +00:00
| *[Chipset](/virt/chipset)* | `i440fx` `Q35` `virt` | `Q35` | `i440fx` `Q35` `virt` |
2022-01-12 18:02:22 +00:00
| *[Platform Firmware](/virt/firmware)* | `SeaBIOS` `OVMF` `RHF` [^1] | `OVMF` | `SeaBIOS` `OVMF` `RHF` |
| *`virtio-gpu`* | **Yes** | No | No |
2022-01-12 18:05:23 +00:00
| *`virtio-video`* | *Upcoming* | No | No |
| *`virtio-snd`* | *Upcoming* | No | No |
2022-01-12 16:38:59 +00:00
| *`virtio-blk`* | **Yes** | **Yes** | **Yes** |
2022-01-15 12:59:48 +00:00
| *`virtio-scsi`* | **Yes** | No | **Yes** |
2022-01-12 18:04:06 +00:00
| *`virtio-fs`* | **Yes** | No | **Yes** |
2022-01-12 16:38:59 +00:00
| *`virtio-net`* | **Yes** | **Yes** | **Yes** |
2022-01-12 18:04:06 +00:00
| *`virtio-keyboard`* | **Yes** | No | **Yes** |
| *`virtio-tablet`* | **Yes** | No | **Yes** |
2022-01-12 16:38:59 +00:00
2022-01-12 18:05:01 +00:00
[^1]: RHF stands for the Rust Hypervisor Firmware
2022-01-20 11:23:57 +00:00
## Resource
2022-01-20 11:41:49 +00:00
* **Distrowatch**:
* [All active operating systems and Linux distributions](https://distrowatch.com/search.php?ostype=All&category=All&origin=All&basedon=All&notbasedon=None&desktop=All&architecture=All&package=All&rolling=All&isosize=All&netinstall=All&language=All&defaultinit=All&status=Active#simple) listed on Distrowatch
* [List of other operating systems awaiting validation](https://distrowatch.com/dwres.php?resource=links#new), still on Distrowatch
* **OSDev.org**
* [OSDev.org](https://wiki.osdev.org/Main_Page), a great place to learn about Operating System Development.
* [List of active operating systems](https://wiki.osdev.org/Projects) on OSDev.org
2022-01-12 18:05:01 +00:00
---
2022-01-20 11:11:18 +00:00
*[**Go to parent page**](/virt/)*