rCore-Tutorial-v3
rCore-Tutorial-v3 copied to clipboard
Bug in user/src/bin/sig_simple2.rs
trafficstars
The 2nd parameter of kill here should be 10, not 1<<10. Otherwise you'll get 1<<(1<<10) in os/src/syscall/process.rs#sys_kill