Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonchinn178/toy-os
https://github.com/brandonchinn178/toy-os
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandonchinn178/toy-os
- Owner: brandonchinn178
- Created: 2023-09-23T22:50:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-24T23:36:32.000Z (about 1 year ago)
- Last Synced: 2023-09-25T10:54:49.054Z (about 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-darwincargo install bootimage
rustup component add llvm-tools-previewbrew install qemu
cargo run
```