浅析基于ARM的Linux下的系统调用的实现

https://www.cnblogs.com/pengdonglin137/p/3878316.html 在Linux下系统调用是用软中断实现的,下面以一个简单的open例子简要分析一下应用层的open是如何调用到内核中的sys_open的。 t8.c 1: #include <stdio.h> 2: #include <sys/types.h> 3: #include
相关文章
相关标签/搜索