http://12000.org/my_notes/system_calls_in_linux/system_call_in_linux/index.htm
These are my notes I wrote while learning how system calls work on a Linux system. Started in may 29,2000.
To help show this, I show flow of a typical system call such as 'fopen()'. fopen() is a function call defined in the C standard library. I use glibc-2.1 as an implementation.
From the UNIX98 standard, fopen() is defined as
本文档从2000年开始撰写,详细记录了作者在学习Linux系统调用过程中的笔记。通过跟踪典型的系统调用流程,如fopen()函数,展示了在Linux环境下系统调用的工作原理。使用glibc-2.1作为实现示例。
836

被折叠的 条评论
为什么被折叠?



