• 从2 6 19的linux内核开始 内核的系统调用使用函数syscall 其函数原型为 int syscall int number 其中number是系统调用号 number后面应顺序接上该系统调用的所有参数 以x86平台为例 系统调用号