Linux started out with much less system calls then it has now.
Let say in 2.6.32, how many are there?
|
Linux started out with much less system calls then it has now. Let say in 2.6.32, how many are there?
| |||
|
feedback
|
Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.
|
if you look at the source in src/linux2.x/include/asm-generic/unistd.h __NR_syscalls tells you the number of system calls and also tells you what it is. | |||
feedback
|