A: Yes, on SiFive HiFive1 (RISC-V) or Raspberry Pi (experimental).
[fs] disk_image = "disk.img" max_files = 64 Logging Enable debug output: 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: A: Yes, on SiFive HiFive1 (RISC-V) or Raspberry
make test Integration test (user programs): assign a new ID
A: Add to syscall.rs , assign a new ID, and update the handler match arm.
rCore v0.1.0 hello from kernel init process started shell> rCore follows a microkernel-like structure with modular subsystems: