Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 400 Bytes

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