Article 6D1PS Apps and driver support in Redox OS

Apps and driver support in Redox OS

by
Thom Holwerda
from OSnews on (#6D1PS)

The availability of support for various apps and drivers (for various hardware and software) is crucial for the general adoption of anygeneral purpose operating systemlike Redox OS. Some of us developers are working on improving thecoreof Redox OS (like the Kernel), which should create a solid base on which high quality native drivers and apps can be created with ease. Some others are working on porting (and adapting) various open source drivers and apps (written for other OSes) such that they can work with Redox OS. This work is super important and helps Redox OS progress forward.

But in the meanwhile, there's apotential shortcut to enablingwide driver and app supportfor Redox OS, without having to manually port and adapt drivers to Redox OS. (which can be helpful, both today and in the future). The shortcut, in simple words, is to use our Host machine running Redox OS, to run a Virtual Machine with another OS (Linux/Windows) as the guest, and thencleverly use the drivers and apps that can run on that guest OS to help coverup the missing drivers and apps on Redox OS.

This is not a novel solution, but it is quite clever and ingenious. I'm wondering how this would impact performance, and if stability suffers from going through several layers like this. There'll be a more detailed post with technical details of the implementation later on, so keep an eye out for that one.

External Content
Source RSS or Atom Feed
Feed Location http://www.osnews.com/files/recent.xml
Feed Title OSnews
Feed Link https://www.osnews.com/
Reply 0 comments