Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/rinhizakura/amirvos
- Owner: RinHizakura
- Created: 2021-05-02T17:21:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T14:45:46.000Z (11 months ago)
- Last Synced: 2024-11-07T06:26:30.146Z (3 months ago)
- Topics: operating-system, riscv, riscv64, rust
- Language: Rust
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)