Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 376 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 376 Bytes

arOS

Another Rust Operating System - a simple Rust OS to learn how to create one.

Requirements

  • xargo (cargo install xargo)
  • Rust nightly (with rustup: rustup override set nightly)

How to build / run

  • make
  • RUST_TARGET_PATH=`pwd` make run

Screenshots

Current state

state 1