搜索资源列表
Linux-source-code-
- linux源代码-fork[1]. c源代码,不多说,很好的资料-Linux source code-fork
jinchegndechuangjian
- 编写一段源程序,使系统调用fork()创建两个子进程,当此程序运行时,在系统中有 一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a” 子进程分别显示字符“b”和字符“c”。试观察纪录屏幕上的显示结果,并分析原因。-Write a program, make the system call fork () to create two sub process, when running, the system is A process and the
fork注释
- Linux源代码阅读, 其中fork.c部分内核代码注释(Linux fork.c kernel code annotation)