An open API service indexing awesome lists of open source software.

https://github.com/chadxz/chados

Working through "Writing an OS in Rust" series from https://os.phil-opp.com
https://github.com/chadxz/chados

Last synced: 3 months ago
JSON representation

Working through "Writing an OS in Rust" series from https://os.phil-opp.com

Awesome Lists containing this project

README

        

## chados

Working through https://os.phil-opp.com

### Dependencies

```
$ cargo install bootimage
$ rustup component add rust-src
$ rustup component add llvm-tools-preview
$ brew install qemu
```

Then run `cargo bootimage` followed by `cargo run`