搜索资源列表
linux
- 实现操作系统实验进程的控制——Linux系统下-Experimental process control of the operating system- Linux
myOS
- 本操作系统有 1. 区分特权等级 2. 多进程 3. 系统时钟 4.键盘中断 5.系统调用门 6.Shell 7.显示 8.内存管理 文件夹有4个:1.Boot:用作搬操作系统入内核的 2. include:主要是用作装头文件 3.kernel:内核主要函数,以及头文件include.h用作编译的 4.Thread:进程调度,以及时间片处理. 本操作系统适合初学者练手.-The operating system has to distinguish privilege level 1
second.c
- 生产者与消费者问题模型,在linux操作系统下,创建两个进程一个进程作为生产者,另一个作为消费者。-Producer and consumer issues model
P1-3.c
- 操作系统实验1,Linux 系统开发。 遍历所有的进程,并输出它们的名字、父进程名字、进程状态,最后输出所有进程状态的统计信息。-collect information of all the processes
code
- 操作系统 这是本人自己编写的有关操作系统进程和线程的C的源代码。具体的作用已在代码中注释中说明。希望对你有帮助-Operating system This is my own preparation of the operating system processes and threads of the C source code. The specific role of the code has been explained in the Notes. Hope it helps you