Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Redox: A Rust Operating System
Rust C HTML Shell C++ Makefile Other
Branch: master

README.md

Redox

Redox is a Rust based operating system, designed to be modular and well documented.

Building on Ubuntu

  • Run the setup script and enter your password when prompted (to install Rust compiler and its dependencies)
cd setup
./ubuntu.sh
./binary.sh
  • Make the project
make

Running on Ubuntu

  • Install VirtualBox
sudo apt-get install virtualbox
  • Run VirtualBox
make virtualbox

Running on Ubuntu (Qemu, Advanced)

  • Install Qemu
sudo apt-get install qemu-system-x86 qemu-kvm uml-utilities
  • Run Qemu
make qemu_tap

Building on OS X

  • Install MacPorts
  • Run the setup script and enter your password when prompted (to install Rust compiler and its dependencies)
cd setup
./osx.sh
./binary.sh
  • Make the project
make

Running on OS X

make virtualbox

Building on Windows

windows\make

Running on Windows

windows\make virtualbox
Something went wrong with that request. Please try again.