Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rinhizakura/amirvos

Write an mini RISC-V operating system with Rust, just for fun!
https://github.com/rinhizakura/amirvos

operating-system riscv riscv64 rust

Last synced: 28 days ago
JSON representation

Write an mini RISC-V operating system with Rust, just for fun!

Awesome Lists containing this project

README

        

# AmiRVOS

Write an mini RISC-V operating system with Rust, just for fun!

## Build and Run

You can play with AmiRVOS with the following command.

```
$ rustup target add riscv64gc-unknown-none-elf
$ make qemu
```

## Reference
* [rCore-Tutorial V3](https://rcore-os.github.io/rCore-Tutorial-deploy/)
* [osblog](https://github.com/sgmarz/osblog)
* [Writing an OS in Rust](https://os.phil-opp.com/)