# Amix Minimalistic Unix-like OS written on Rust. ## Getting started ### Dependencies * Rust * QEMU ### Executing ``` git clone https://git.inotfail.com/ami-chuu/amix.git cd amix cargo run ``` ### Testing ``` cargo test ```