Rcore Documentation -

A: Add to syscall.rs , assign a new ID, and update the handler match arm.

[memory] kernel_base = "0x80200000" heap_size = "32MB" [scheduler] quantum_ms = 10 priority_boost_ms = 200 rcore documentation

make test Integration test (user programs): A: Add to syscall