https://github.com/utam0k/nyarnos
Toy OS written in Rust, modeled on xv6
https://github.com/utam0k/nyarnos
Last synced: 18 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T06:36:23.000Z (about 5 years ago)
- Last Synced: 2025-04-04T15:12:17.007Z (25 days ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 26
- Watchers: 5
- 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)