Relate HN: Stephen Marz の「RISC-V OS in Rust」シリーズのより単純なセットアップ
A starter repo for writing an OS in Rust. The OS is intended to be run on a RISC-V 64-bit (RV64) computer. The starter repo sets you up to emulate the RV64 computer with QEMU. The OS code is based off chapter 1 in The Adventures of OS: Making a RISC-V Operating System using Rust…