From c4a543ce122e6cde754c872c4af52cead86a04bb Mon Sep 17 00:00:00 2001 From: gatieme Date: Thu, 21 Jul 2016 12:50:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BA=86thread=5Finfo?= =?UTF-8?q?=E7=9A=84=E5=AD=A6=E4=B9=A0=E4=BB=A3=E7=A0=81--print=5Fthread?= =?UTF-8?q?=5Finfo=E9=A9=B1=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- study/kernel/01-process/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/study/kernel/01-process/README.md b/study/kernel/01-process/README.md index f5fcc48..0265dc2 100644 --- a/study/kernel/01-process/README.md +++ b/study/kernel/01-process/README.md @@ -1,6 +1,17 @@ | 日期 | 内核版本 | 架构| 作者 | GitHub| CSDN | | ------------- |:-------------:|:-------------:|:-------------:|:-------------:|:-------------:| -| 2016-05-19 | [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) | +| 2016-07-21 | [Linux-4.6](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) | + + +#0 项目链接 +------- + +| 项目 | 描述 | +|:-------:|:-------:| +| [KernelInKernel](https://github.com/gatieme/KernelInKernel) | 一个运行在linux上的小巧内核, 修改了linux-kernel的start_kernel以启动我们自己的内核, 基于[jserv/kernel-in-kernel](https://github.com/jserv/kernel-in-kernel)(基于linux-4.1.0)和[mengning/mykernel](https://github.com/mengning/mykernel)(基于linux-3.9.4), 适合学习和研究调度算法 | +| [Linux进程管理与调度](http://blog.csdn.net/gatieme/article/category/6225543) | CSDN博客--Linux进程管理与调度 | +| [LDD-LinuxDeviceDrivers](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/kernel/01-process) | 与CSDN博客同步更新, 但是除了包含博客的内容, 还包含了一些以驱动方式村子啊的实验代码 | + #1. 进程的描述