24 lines
231 B
Markdown
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
|
|
``` |