MOROS: Obscure Rust Operating System 🦉
Go to file
Vincent Ollivier 03e9744e67 Update cool-retro-term script 2020-01-06 22:45:54 +01:00
.cargo Start MOROS project 2019-12-28 18:37:49 +01:00
doc Add append command to shell doc 2020-01-06 22:26:31 +01:00
dsk/cfg Add password hashing 2020-01-03 22:01:48 +01:00
run Update cool-retro-term script 2020-01-06 22:45:54 +01:00
src Add check for empty commands 2020-01-06 22:31:46 +01:00
.gitignore Update gitignore 2019-12-30 21:53:56 +01:00
Cargo.lock Add password hashing 2020-01-03 22:01:48 +01:00
Cargo.toml Add password hashing 2020-01-03 22:01:48 +01:00
LICENSE Add license 2019-12-29 11:19:29 +01:00
README.md Add logo to readme 2020-01-04 18:21:16 +01:00
rust-toolchain Start MOROS project 2019-12-28 18:37:49 +01:00
x86_64-moros.json Add password hashing 2020-01-03 22:01:48 +01:00

README.md

MOROS: Omniscient Rust Operating System

.001  101.  .1101.  110001.  .0011.  .01011.
01'1100`11 .00  10. 01  `01 .10  10. 11'  00
10  10  11 10    11 101001' 01    01 `000.
01  00  10 00    11 00`10   00    11   `111.
10  00  10 `00  11' 00 `11. `10  10' 11   01
10  11  10  `1010'  00   01  `1100'  `11000'

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.