From 218a6fd2245d18ae0f4e9572c60ddb1658135cde Mon Sep 17 00:00:00 2001 From: gatieme Date: Fri, 17 Jun 2016 16:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E7=A8=8B=E8=B0=83=E5=BA=A6...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- study/kernel/01-process/05-schedule/02-develop/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/study/kernel/01-process/05-schedule/02-develop/README.md b/study/kernel/01-process/05-schedule/02-develop/README.md index 02b6619..0ae3ee9 100644 --- a/study/kernel/01-process/05-schedule/02-develop/README.md +++ b/study/kernel/01-process/05-schedule/02-develop/README.md @@ -6,7 +6,7 @@ Linux进程调度的演变 | ------- |:-------:|:-------:|:-------:|:-------:|:-------:| | 2016-06-14 | [Linux-4.6](http://lxr.free-electrons.com/source/?v=4.6) | X86 & arm | [gatieme](http://blog.csdn.net/gatieme) | [LinuxDeviceDrivers](https://github.com/gatieme/LDD-LinuxDeviceDrivers) | [Linux进程管理与调度](http://blog.csdn.net/gatieme/article/category/6225543) | -#前沿 +#前言 ------- ##进程调度 @@ -120,7 +120,7 @@ Linux2.4调度器是如何提高交互式进程的优先级的呢?如前所述 为了解决这些问题,Ingo Molnar开发了新的$O(1)调度器,在CFS和RSDL之前,这个调度器不仅被Linux2.6采用,还被backport到Linux2.4中,很多商业的发行版本都采用了这个调度器 -#$O(1)的调度算法 +#$O(1)$的调度算法 ------- ##概述