Files
amix/README.md
2026-03-30 02:51:59 +03:00

24 lines
231 B
Markdown

# 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
```