wiki/virt/reactos.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2022-01-06 21:53:34 +00:00
---
title: ReactOS reference
description:
published: true
2022-01-06 23:00:38 +00:00
date: 2022-01-06T23:00:35.796Z
2022-01-06 21:53:34 +00:00
tags:
editor: markdown
dateCreated: 2022-01-06T21:53:31.225Z
---
# ReactOS virtualization reference
## State of support
| **Hardware** | ReactOS 4.14 |
| :-- | -- |
| *Chipset* | i440fx only |
2022-01-06 22:06:38 +00:00
| *Firmware* | BIOS only but UEFI is under-way |
2022-01-06 21:53:34 +00:00
| *virtio-gpu* | No |
2022-01-06 22:56:18 +00:00
| *virtio-net* | Yes |
2022-01-06 21:53:34 +00:00
| *virtio-blk* | No |
| *virtio-scsi* | No |
| *virtio-keyboard* | No |
| *virtio-tablet* | No |
2022-01-06 22:06:38 +00:00
2022-01-06 22:21:42 +00:00
## Resources around virtualization and ReactOS
2022-01-06 22:06:38 +00:00
2022-01-06 22:56:18 +00:00
* [Official resource on running ReactOS with QEMU](https://reactos.org/wiki/QEMU)
* [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
* [GSoC 2018 project idea](https://reactos.org/wiki/Google_Summer_of_Code_2018_Ideas#Paravirtualization_Support) to port more paravirtualized devices to ReactOS.