1
5
mirror of https://github.com/vinc/moros.git synced 2024-06-14 05:06:39 +00:00
MOROS: Obscure Rust Operating System 🦉
Go to file
2019-12-30 22:48:43 +01:00
.cargo Start MOROS project 2019-12-28 18:37:49 +01:00
doc Add doc about shell 2019-12-30 22:47:50 +01:00
src Add move command 2019-12-30 22:48:43 +01:00
.gitignore Update gitignore 2019-12-30 21:53:56 +01:00
Cargo.lock Remove serial 2019-12-29 11:00:01 +01:00
Cargo.toml Refactor Cargo.toml 2019-12-30 21:54:12 +01:00
LICENSE Add license 2019-12-29 11:19:29 +01:00
README.md Add license 2019-12-29 11:19:29 +01:00
rust-toolchain Start MOROS project 2019-12-28 18:37:49 +01:00
x86_64-moros.json Start MOROS project 2019-12-28 18:37:49 +01:00

MOROS: Omniscient Rust Operating System

MOROS is a toy operating system written in Rust.

Usage

Install tools:

curl https://sh.rustup.rs -sSf | sh
rustup install nightly
rustup default nightly
cargo install cargo-xbuild bootimage

Run with:

cargo xrun

LICENSE

This project started from the seventh post of the second edition of Writing an OS in Rust by Philipp Oppermann.

MOROS is released under MIT.