Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkqk/ros
following along with http://os.phil-opp.com
https://github.com/pkqk/ros
Last synced: about 2 months ago
JSON representation
following along with http://os.phil-opp.com
- Host: GitHub
- URL: https://github.com/pkqk/ros
- Owner: pkqk
- License: mit
- Created: 2016-11-12T18:12:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T14:58:29.000Z (about 8 years ago)
- Last Synced: 2024-10-12T13:31:19.306Z (3 months ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# It's marginally alive
Following along with the posts at
[Writing an OS in Rust](http://os.phil-opp.com).Currently it's the first blog post that prints a
green OK to the screen. I've set up all the required
programs in a docker image so you can just run$ docker-compose run shell
$ makeAnd then I've been running the `build/ros.iso` in
VirtualBox.