We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Formal Metadata

Title
Redox OS
Subtitle
A safety-first µKernel in Rust
Alternative Title
A safety-first microkernel developed in Rust
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
Redox is an attempt to make a complete, fully-functioning, general-purposeoperating system with a focus on safety, freedom, reliability, correctness,and pragmatism. So how do we get there? By keeping the kernel minimal, both in terms ofsyscalls and in terms of size. By writing the code in Rust, a modern, memory-safe and type-safe systems programming language. By maintaining minimalprivileges, through a general capability-based system. Redox is an ambitious project, but it already runs on real hardware. Let'stake a look.