rCore-Tutorial-v3 icon indicating copy to clipboard operation
rCore-Tutorial-v3 copied to clipboard

syscall numbers of sys_open and sys_openat are confusing

Open itewqq opened this issue 2 years ago • 0 comments

In os/src/syscall/mod.rs#L1 the syscall number for sys_open is 56, how ever in this refrence 56 points to sys_openat

Also, in rcore-os/rcore_tutorial_tests/ the number 56 is also pointing to sys_openat. I'm not sure if that was intended here. 🤔

itewqq avatar Apr 29 '22 14:04 itewqq