Write an mini RISC-V operating system with Rust, just for fun!
You can play with AmiRVOS with the following command.
$ rustup target add riscv64gc-unknown-none-elf
$ make qemu
Write an mini RISC-V operating system with Rust, just for fun!
You can play with AmiRVOS with the following command.
$ rustup target add riscv64gc-unknown-none-elf
$ make qemu