MidAS is a hobby operating system written in Rust

rustup default nightly
)qemu for 64-bit systems (Downloads at qemu.org)
- Make sure qemu is added to your path
- Make sure rust is installed (run
rustc --version
) - Add llvm-tools-preview with
rustup component add llvm-tools-preview
cargo install bootimage
cargo run
If anything goes wrong, feel free to create an issue!