Rcore Documentation [extra Quality] -

make test Integration test (user programs):

A: Yes, on SiFive HiFive1 (RISC-V) or Raspberry Pi (experimental). rcore documentation

make debug # In another terminal: riscv64-unknown-elf-gdb target/rcore.elf (gdb) target remote :1234 (gdb) b handle_trap (gdb) c Add rcore_backtrace crate and use: make test Integration test (user programs): A: Yes,