armlinux平台调用说明 :x86平台相关路径(内核):
来源: 网络用户发布,如有版权联系网管删除 2016-07-01
armlinux平台调用说明 :x86平台相关路径(内核): 系统调用号路径——kernel2.6.35.11/arch/x86/include/asm/unistd.h
system_call()函数路径——kernel2.6.35.11/arch/x86/kernel/entry.S
系统调用表路径——kernel2.6.35.11/arch/x86/kernel/syscall_table.S或直接在entry.S中定义
查看评论 回复