Rcore Documentation 2021 Info

rcore::debug!("Allocated frame at :#x", frame_addr); Run with QEMU + GDB:

[memory] kernel_base = "0x80200000" heap_size = "32MB" [scheduler] quantum_ms = 10 priority_boost_ms = 200 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: rcore::debug

make test Integration test (user programs): rcore::debug!("Allocated frame at :#x"