From b866447f2d8db256d5f14a78bfab454ffce50f7f Mon Sep 17 00:00:00 2001 From: lukas Date: Wed, 12 Jan 2022 16:23:20 +0000 Subject: [PATCH] docs: update virt/reactos --- virt/reactos.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/virt/reactos.md b/virt/reactos.md index 817ea32..6b8d16d 100644 --- a/virt/reactos.md +++ b/virt/reactos.md @@ -2,7 +2,7 @@ title: ReactOS reference description: published: true -date: 2022-01-12T15:23:30.103Z +date: 2022-01-12T16:23:17.634Z tags: editor: markdown dateCreated: 2022-01-06T21:53:31.225Z @@ -12,7 +12,7 @@ dateCreated: 2022-01-06T21:53:31.225Z ## State of support -> The current state of support for ReactOS in Phyllome OS is poor +> The current state of support for ReactOS in Phyllome OS is very limited {.is-warning} | **Hardware** | ReactOS 4.13 | ReactOS 4.14 | @@ -20,14 +20,16 @@ dateCreated: 2022-01-06T21:53:31.225Z | *[Chipset](/virt/chipset)* | i440fx | i440fx | | *[Firmware](/virt/firmware)* | SeaBIOS [^1] | SeaBIOS | | *virtio-gpu* | No | No | -| *virtio-net* | No | **Yes** [^2] | +| *virtio-video* | No | No | +| *virtio-snd* | No | No | | *virtio-blk* | No | No | | *virtio-scsi* | No | No | | *virtio-fs* | No | No | -| *virtio-console* | No | No | +| *virtio-net* | No | **Yes** [^2] | | *virtio-keyboard* | No | No | | *virtio-tablet* | No | No | + > Porting new paravirtual devices to ReactOS would significantly improve the experience of running ReactOS inside Phyllome OS, and other virtualization solutions leveraging [paravirtual hardware](https://wiki.phyllo.me/e/en/virt/virtio). See [here](https://reactos.org/contributing/) on how you can contribute to ReactOS {.is-info} @@ -39,7 +41,12 @@ dateCreated: 2022-01-06T21:53:31.225Z * [Current effort](https://github.com/QubesOS/qubes-issues/issues/2809) to integrate ReactOS and QubesOS * [GSoC 2018 project idea](https://reactos.org/wiki/Google_Summer_of_Code_2018_Ideas#Paravirtualization_Support) to port more paravirtualized devices to ReactOS -## Footnotes +--- + +*Go back to [KVM virtualization](/https://wiki.phyllo.me/e/en/virt)* + +--- +#### Footnotes [^1]: Support for [UEFI](https://reactos.org/wiki/UEFI), and potentially OVMF, is under-way. -[^2]: See [here](https://doxygen.reactos.org/d1/dc8/virtio__types_8h.html#a5a27dcd221caab788e973f6964d84aa9) for the source code reference for `virtio-net` \ No newline at end of file +[^2]: See [here](https://doxygen.reactos.org/d1/dc8/virtio__types_8h.html#a5a27dcd221caab788e973f6964d84aa9) for the source code reference for `virtio-net`