Open
Description
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
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