Skip to content

rinuxos/rinux

Repository files navigation

rinux-logo

Rinux

Library for writing OSs with Rust

GitHub Workflow Status

Obtaining:

Mercurial: hg clone linkrbot.com/hg/rinux
Git: git clone github.com/AtomicGamer9523/rinux

Documentation:

here

Note:

This project depends on STD3, which is still WIP. If you are able to contribute to it please do so! :)

Running:

Items expected in PATH:

# First time only, installs dependencies
./epearl init

# Builds the os and kernel
./epearl build

# Runs the os in qemu
./epearl run

# If you need help
./epearl help