Security-Distro

Published on March 29th, 2016 📆 | 6432 Views ⚑

0

ReDox A Unix Like Operating System Design To Be Secure


https://www.ispeech.org

Redox is a Unix-like Operating System written in Rust. It's aiming to bring the innovations of Rust to a modern microkernel and full set of applications.

What is Rust Language:
Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.Rust Features:

  • zero-cost abstractions
  • move semantics
  • guaranteed memory safety
  • threads without data races
  • trait-based generics
  • pattern matching
  • type inference
  • minimal runtime
  • efficient C bindings
[adsense size='1']

Redox Features:





  • Microkernel Design
  • Most features are implemented in Rust
  • Includes optional GUI - Orbital
  • Newlib provided for C programs
  • MIT Licensed
  • Drivers run in Userspace
  • Includes common Unix commands
  • ZFS Filesystem Support (WIP)
The development blog can be found at https://www.redox-os.org



Comments are closed.