Rcore Documentation !!top!! (2026)
make test Integration test (user programs):
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: rcore documentation
[fs] disk_image = "disk.img" max_files = 64 Logging Enable debug output: make test Integration test (user programs): make debug
rcore::debug!("Allocated frame at :#x", frame_addr); Run with QEMU + GDB: Run with QEMU + GDB: