Rcore Documentation -
[fs] disk_image = "disk.img" max_files = 64 Logging Enable debug output:
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
rCore v0.1.0 hello from kernel init process started shell> rCore follows a microkernel-like structure with modular subsystems: [fs] disk_image = "disk
A: Add to syscall.rs , assign a new ID, and update the handler match arm. assign a new ID