0x5457 / riscv-emulator

🖥️ a toy riscv emulator, written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

riscv-emulator

用于练习的 risc-v 模拟器

Boot xv6-riscv xv6 is a simple Unix-like operating system

Getting Start

git clone https://github.com/tw666/riscv-emulator
cd riscv-emulator

# run xv6
cargo run --release example/xv6/kernel.bin example/xv6/fs.img

References

About

🖥️ a toy riscv emulator, written in Rust


Languages

Language:Rust 100.0%