PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Redox OS


Gast
2016-03-20, 15:46:52
What Redox is

Redox is a general purpose operating system and surrounding ecosystem written in pure Rust. Our aim is to provide a fully functioning Linux replacement, without the bad parts.

We have modest compatibility with Linux syscalls, allowing Redox to run many Linux programs without virtualization.

We take inspiration from Plan9, Minix, and BSD. We are trying to generalize various concepts from other systems, to get one unified design. We will speak about this some more in the Design chapter.

Redox runs on real hardware today.

http://www.redox-os.org/book/book/overview/what_redox_is.html

Darkstar
2016-03-21, 14:02:08
Ein Gast hatte im Thread zu Subgraph OS auf Redox OS hingewiesen (@Mods: Kann der Gastpost (http://www.forum-3dcenter.org/vbulletin/showthread.php?p=10977303#post10977303) bitte von dort hierher verschoben oder gelöscht werden? – Danke!):
What Redox is (http://www.redox-os.org/book/book/overview/what_redox_is.html)

Redox is a general purpose operating system and surrounding ecosystem written in pure Rust. Our aim is to provide a fully functioning Linux alternative, without the bad parts.

We have modest compatibility with Linux syscalls, allowing Redox to run many Linux programs without virtualization.

We take inspiration from Plan9, Minix, and BSD. We are trying to generalize various concepts from other systems, to get one unified design. We will speak about this some more in the Design (http://www.redox-os.org/book/book/design/design.html)
chapter.

Redox runs on real hardware today.

Phoronix hat eine kurze Nachricht dazu:
Redox: A Rust-Written, Microkernel Open-Source OS (https://www.phoronix.com/scan.php?page=news_item&px=Redos-OS-Intro)
Einige Features klingen schon mal ganz interessant:
Microkernel größtenteils in Rust geschrieben, was Vorteile bei der Speichersicherheit und beim Multithreading bietet ZFS-Dateisystemunterstützung optionale GUI

Das ganze ist noch in der Entwicklung, macht aber schon einen vielversprechenden Eindruck.

iuno
2016-03-21, 15:23:25
Das DE ist dann quasi Servo + HTML GUI? (-> Firefox OS 3.0?!) ;p

Ein interessantes und ambitioniertes Hobbyprojekt. Natuerlich wird es nicht zeitnah ein etabliertes System wie GNU/Linux oder ein BSD ersetzen koennen, aber ich bin gespannt wie sich das entwickelt.