Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandonchinn178/toy-os


https://github.com/brandonchinn178/toy-os

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# toy-os

An OS I'm building from scratch.

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

## Quickstart

```bash
rustup override set nightly
rustup component add rust-src --toolchain nightly-aarch64-apple-darwin

cargo install bootimage
rustup component add llvm-tools-preview

brew install qemu

cargo run
```