• Stars
    star
    184
  • Rank 202,602 (Top 5 %)
  • Language
    Rust
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A toy operating system written in Rust on RISC V(rv32im)

osmium

Operating System written in Rust on RISC V(32im)

Rust version

rustc 1.34.0-nightly (f29b4fbd7 2019-01-31)

Setup

  1. install rust/cargo.
  2. install riscv-toolchain
rustup component add rust-src
rustup install nightly
cargo install cargo-xbuild
  1. make setup (install auxiliary tools(emulator and elf2bin translator). This part needs g++, Python3 and pipenv)

Build

make build

Run on the Emulator

make run