d0iasm / rvemu

RISC-V emulator for CLI and Web written in Rust with WebAssembly. It supports xv6 and Linux (ongoing).
https://rvemu.app/
MIT License
774 stars 58 forks source link

I can't seem to run Linux #17

Open Penncilk opened 2 years ago

Penncilk commented 2 years ago

When compiling this, I ran the tests, and it passed.

However, when trying to run busybear, I was confronted with this error:

./rvemu-cli --kernel /home/judeu/debian-rv64/bbl.bin --file /home/judeu/debian-rv64/busybear.bin pc: 0x0, trap Fatal

How could I fix this?

Penncilk commented 2 years ago

I forgot to add, I'm running this on Linux