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
- Host: GitHub
- URL: https://github.com/chadxz/chados
- Owner: chadxz
- Created: 2021-03-08T21:22:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T03:35:38.000Z (about 4 years ago)
- Last Synced: 2025-01-23T22:18:40.233Z (4 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`