Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utam0k/nyarnos
Toy OS written in Rust, modeled on xv6
https://github.com/utam0k/nyarnos
Last synced: 24 days ago
JSON representation
Toy OS written in Rust, modeled on xv6
- Host: GitHub
- URL: https://github.com/utam0k/nyarnos
- Owner: utam0k
- License: mit
- Created: 2020-01-05T09:19:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T06:36:23.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T22:22:57.286Z (3 months ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 26
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NyarnOS
Toy OS written in Rust, modeled on xv6
## Overview
`Nyarn` is a cat's meow in Japan.
There is no special meaning.
This toy OS is incomplete.## Build and Run
Requires `qemu` and `docker`.
```
$ make run
```## Special Thanks
- [xv6](https://github.com/mit-pdos/xv6-public)
- [Writing an OS in Rust](https://os.phil-opp.com/)
- [OSDev.org](https://wiki.osdev.org/Main_Page)
- [rust-analyzer](https://github.com/rust-analyzer/rust-analyzer)