wiki/virt/reactos.md

53 lines
1.9 KiB
Markdown
Raw Normal View History

2022-01-06 21:53:34 +00:00
---
title: ReactOS reference
description:
published: true
2022-01-12 16:23:20 +00:00
date: 2022-01-12T16:23:17.634Z
2022-01-06 21:53:34 +00:00
tags:
editor: markdown
dateCreated: 2022-01-06T21:53:31.225Z
---
2022-01-12 11:13:17 +00:00
# ReactOS reference
2022-01-06 21:53:34 +00:00
## State of support
2022-01-12 16:23:20 +00:00
> The current state of support for ReactOS in Phyllome OS is very limited
2022-01-12 15:23:32 +00:00
{.is-warning}
2022-01-12 11:25:09 +00:00
2022-01-12 11:13:11 +00:00
| **Hardware** | ReactOS 4.13 | ReactOS 4.14 |
2022-01-12 15:22:45 +00:00
| :- | :-: | :-: |
2022-01-12 13:31:25 +00:00
| *[Chipset](/virt/chipset)* | i440fx | i440fx |
| *[Firmware](/virt/firmware)* | SeaBIOS [^1] | SeaBIOS |
2022-01-12 11:13:11 +00:00
| *virtio-gpu* | No | No |
2022-01-12 16:23:20 +00:00
| *virtio-video* | No | No |
| *virtio-snd* | No | No |
2022-01-12 11:13:11 +00:00
| *virtio-blk* | No | No |
| *virtio-scsi* | No | No |
| *virtio-fs* | No | No |
2022-01-12 16:23:20 +00:00
| *virtio-net* | No | **Yes** [^2] |
2022-01-12 11:13:11 +00:00
| *virtio-keyboard* | No | No |
| *virtio-tablet* | No | No |
2022-01-12 16:23:20 +00:00
2022-01-12 15:23:32 +00:00
> 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}
2022-01-12 11:13:11 +00:00
## Resources
* [Official resource](https://reactos.org/wiki/QEMU) on running ReactOS with QEMU
2022-01-06 22:56:18 +00:00
* [Hardware support list](https://reactos.org/wiki/Supported_Hardware) for ReactOS
* [Git repository](https://github.com/hectorm/docker-qemu-reactos) providing a Docker image for the ReactOS operating system
* [Current effort](https://github.com/QubesOS/qubes-issues/issues/2809) to integrate ReactOS and QubesOS
2022-01-12 11:13:11 +00:00
* [GSoC 2018 project idea](https://reactos.org/wiki/Google_Summer_of_Code_2018_Ideas#Paravirtualization_Support) to port more paravirtualized devices to ReactOS
2022-01-12 16:23:20 +00:00
---
*Go back to [KVM virtualization](/https://wiki.phyllo.me/e/en/virt)*
---
#### Footnotes
2022-01-12 11:13:11 +00:00
[^1]: Support for [UEFI](https://reactos.org/wiki/UEFI), and potentially OVMF, is under-way.
2022-01-12 16:23:20 +00:00
[^2]: See [here](https://doxygen.reactos.org/d1/dc8/virtio__types_8h.html#a5a27dcd221caab788e973f6964d84aa9) for the source code reference for `virtio-net`