Files
LDD-LinuxDeviceDrivers/study/kernel/process/README.md
T
2016-05-19 19:38:21 +08:00

27 lines
1.7 KiB
Markdown

Linux进程管理与调度-之-目录总结
=======
| 日期 | 内核版本 | 架构| 作者 | GitHub| CSDN |
| ------------- |:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|
| 2016-05-12 | [Linux-4.5](http://lxr.free-electrons.com/source/?v=4.5) | X86 & arm | [gatieme](http://blog.csdn.net/gatieme) | [LinuxDeviceDrivers](https://github.com/gatieme/LDD-LinuxDeviceDrivers) | [Linux进程管理与调度](http://blog.csdn.net/gatieme/article/category/6225543) |
#进程的描述
-------
| CSDN | GitHub |
| ------------- |:-------------:|
| [Linux进程描述符task_struct结构体详解--Linux进程的管理与调度(一)](http://blog.csdn.net/gatieme/article/details/51383272)| [study/kernel/process/task/01-task_struct](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/kernel/process/task/01-task_struct) |
|[ Linux的命名空间详解--Linux进程的管理与调度(二)](http://blog.csdn.net/gatieme/article/details/51383322) | [study/kernel/process/task/02-namespace/](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/kernel/process/task/02-namespace) |
|[Linux进程ID号--Linux进程的管理与调度(三)](http://blog.csdn.net/gatieme/article/details/51383377) | [study/kernel/process/task/03-pid](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/kernel/process/task/03-pid)|
#进程的创建
-------
| CSDN | GitHub |
| ------------- |:-------------:|
| [Linux内核线程、轻量级进程和用户进程以及其创建方式]()| [study/kernel/process/create/01-duplicate/](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/kernel/process/create/01-duplicate)|
#进程的调度
-------