Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

NyarnOS


Toy OS written in Rust, modeled on xv6



License: MIT

## 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)