Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 2.81 KB

README.md

File metadata and controls

42 lines (32 loc) · 2.81 KB

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