...for the book "Writing a RISC-V Emulator in Rust".
Reference implementation ofthe book,Writing a RISC-V Emulator from Scratch in 10 Steps. The goal of this code and the book is runnningxv6in our emulator. This is based on original RISC-V emulatorrvemuin Rust. Ho