wiki/gofurther/reactos.md

70 lines
1.6 KiB
Markdown
Raw Normal View History

2021-11-13 11:52:36 +00:00
---
title: ReactOS
description:
published: true
2022-01-06 18:15:23 +00:00
date: 2022-01-06T18:15:20.929Z
2021-11-13 11:52:36 +00:00
tags:
editor: markdown
dateCreated: 2021-11-13T11:52:33.257Z
---
2022-01-06 18:15:23 +00:00
# ReactOS
[ReactOS](https://reactos.org/) is a open-source operating system meant to behave like Windows XP and Windows Server 2003.
In theory, it can run any software and work with any drivers developped for those closed-source operating systems. In practice, it is still under heavy-development and may not work as expected.
## Installation
> ReactOS is currently in **Alpha** stage and does **not** work with most virtio-devices.
{.is-warning}
2022-01-06 18:15:23 +00:00
### Download
* *Go fetch the latest build of the *Boot CD* version of ReactOS on the official website*: https://reactos.org/getbuilds/
* *Unzip it using p7zip* (`dnf install p7zip`).
```
7za x reactos-bootcd-0.4.15-dev-3628-ga6bf77e-x86-gcc-lin-dbg.7z
```
* *Copy the resulting ISO under* `/var/lib/libvirt/images`
```
mv reactos-bootcd-0.4.15-dev-3628-ga6bf77e-x86-gcc-lin-dbg /var/lib/libvirt/images
```
### Launch the installer
* *Clone the `legacy model` of virtual machine and, optionaly, rename it*
* *Add the ISO file you just downloaded and a 1GB IDE disk using the Virtual Machine Manager*
* *Power-on the virtual machine*
* *Connect to the console*
---
* Official resource https://reactos.org/wiki/QEMU
> It accepts donations: https://reactos.org/donate/
## State of support
| **Hardware** | ReactOS 4.14 |
| :-- | -- |
| *Chipset* | i440fx only |
| *Firmware* | BIOS only |
| *virtio-gpu* | No |
| *virtio-net* | **Yes** |
| *virtio-blk* | No |
| *virtio-scsi* | No |
| *virtio-keyboard* | No |
| *virtio-tablet* | No |