“Zhanglei”的版本间的差异
来自南京大学IIP
(更改可见性) |
(更改可见性) |
||
(未显示同一用户的8个中间版本) | |||
第1行: | 第1行: | ||
− | <span style="font-size:x-large | + | <span style="font-size:x-large">'''Linux 系统分析'''</span> |
| | ||
第14行: | 第14行: | ||
'''Tentative Schedule:''' | '''Tentative Schedule:''' | ||
− | {| border="1" cellpadding="1" cellspacing="1" style="width: 500px | + | {| border="1" cellpadding="1" cellspacing="1" style="width: 500px" |
|+ | |+ | ||
|- | |- | ||
第32行: | 第32行: | ||
| Sept 12 | | Sept 12 | ||
| 乙126 | | 乙126 | ||
− | | 实验-1 | + | | 实验-1: 编译内核 |
| [[Media:Lab-1.pptx|[Lab 1]]] | | [[Media:Lab-1.pptx|[Lab 1]]] | ||
|- | |- | ||
第44行: | 第44行: | ||
| Sept 26 | | Sept 26 | ||
| 乙126 | | 乙126 | ||
− | | 实验- | + | | 实验-2:Myshell |
| [[Media:Lab-2.pptx|[Lab 2]]] | | [[Media:Lab-2.pptx|[Lab 2]]] | ||
|- | |- | ||
第56行: | 第56行: | ||
| Oct. 17 | | Oct. 17 | ||
| 乙126 | | 乙126 | ||
− | | 实验- | + | | 实验-3:多线程编程 |
| [[Media:Lab-3.pptx|[Lab 3]]] | | [[Media:Lab-3.pptx|[Lab 3]]] | ||
|- | |- | ||
第68行: | 第68行: | ||
| Oct. 31 | | Oct. 31 | ||
| 乙126 | | 乙126 | ||
− | | 实验- | + | | 实验-4:CPU调度策略 |
| [[Media:Lab-4.pptx|[Lab-4]]] | | [[Media:Lab-4.pptx|[Lab-4]]] | ||
|- | |- | ||
第83行: | 第83行: | ||
| [[Media:Lect-6.pptx|[Lecture 6]]] | | [[Media:Lect-6.pptx|[Lecture 6]]] | ||
|- | |- | ||
+ | | 11 | ||
+ | | Nov. 21 | ||
+ | | 乙126 | ||
+ | | 实验-2:Myshell | ||
+ | | [[Media:Lab2-new.pptx|[Lab 2.x]]] | ||
+ | |- | ||
+ | | 12 | ||
+ | | Nov. 28 | ||
+ | | 仙I-202 | ||
+ | | 中断与系统调用 | ||
+ | | | ||
+ | |- | ||
+ | | 13 | ||
+ | | Dec. 05 | ||
+ | | 乙126 | ||
+ | | 实验-5:增加系统调用 | ||
+ | | 教材333页面13.3 | ||
+ | |- | ||
+ | | 14 | ||
+ | | Dec. 12 | ||
+ | | 仙I-202 | ||
+ | | | ||
| | | | ||
+ | |- | ||
+ | | 15 | ||
+ | | Dec. 19 | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | 16 | ||
+ | | Dec. 26 | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | 17 | ||
+ | | Jan. 02 | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | 18 | ||
| | | | ||
| | | | ||
第91行: | 第133行: | ||
| | ||
+ | |||
+ | | ||
+ | |||
+ | 代码阅读工具: | ||
+ | |||
+ | lxr: [http://elixir.free-electrons.com/linux/latest/source/kernel http://elixir.free-electrons.com/linux/latest/source/kernel] | ||
+ | |||
+ | woboq: [https://code.woboq.org/linux/linux/ https://code.woboq.org/linux/linux/] |
2017年12月5日 (二) 14:05的最新版本
Linux 系统分析
地点;仙Ⅰ-202(单),基础实验楼乙 126(双)
教材:Linux操作系统实验教程 费翔林 高等教育出版社; 第1版 [PDF]
参考书:Understanding the Linux Kernel, Third Edition 3rd Edition by Daniel P. Bovet (Author), Marco Cesati, O'Reilly Media;
Tentative Schedule:
序号 | 时间 | 地点 | 内容 | 课件 |
---|---|---|---|---|
1 | Sept 05 | 仙I-202 | Linux系统分析基础 | [Lecture 1] |
2 | Sept 12 | 乙126 | 实验-1: 编译内核 | [Lab 1] |
3 | Sept 19 | 仙I-202 | 进程与线程 | [Lecture 2] |
4 | Sept 26 | 乙126 | 实验-2:Myshell | [Lab 2] |
5 | Oct. 10 | 仙I-202 | 进程与线程II | [Lecture 3] |
6 | Oct. 17 | 乙126 | 实验-3:多线程编程 | [Lab 3] |
7 | Oct. 24 | 仙I-202 | 进程调度 | [Lecture 4] |
8 | Oct. 31 | 乙126 | 实验-4:CPU调度策略 | [Lab-4] |
9 | Nov. 07 | 仙I-202 | 进程通信 | [Lecture 5] |
10 | Nov. 14 | 仙I-202 | 进程通信II | [Lecture 6] |
11 | Nov. 21 | 乙126 | 实验-2:Myshell | [Lab 2.x] |
12 | Nov. 28 | 仙I-202 | 中断与系统调用 | |
13 | Dec. 05 | 乙126 | 实验-5:增加系统调用 | 教材333页面13.3 |
14 | Dec. 12 | 仙I-202 | ||
15 | Dec. 19 | |||
16 | Dec. 26 | |||
17 | Jan. 02 | |||
18 |
代码阅读工具:
lxr: http://elixir.free-electrons.com/linux/latest/source/kernel