kuopinghsu / srv32

Simple 3-stage pipeline RISC-V processor
MIT License
133 stars 25 forks source link

Run modified xv6 for RV32I #3

Open jserv opened 4 years ago

jserv commented 4 years ago

Recently, MIT xv6 operating system is being ported to RV32I, and I maintain RV32I fork here: https://github.com/jserv/xv6-riscv

Is it possible to run the modified xv6 on this simple-riscv? If so, it would be ideal for educational purpose.

kuopinghsu commented 4 years ago

Sounds interesting. I will try it.