“Zhanglei”的版本间的差异

来自南京大学IIP
跳转至: 导航搜索
   更改可见性
Lhy讨论 | 贡献
   更改可见性
 
(未显示同一用户的3个中间版本)
第14行: 第14行:
 
'''Tentative Schedule:'''
 
'''Tentative Schedule:'''
  
{| border="1" cellspacing="1" cellpadding="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
+
| 实验-2:Myshell
 
| [[Media:Lab-2.pptx|[Lab 2]]]
 
| [[Media:Lab-2.pptx|[Lab 2]]]
 
|-
 
|-
第56行: 第56行:
 
| Oct. 17 
 
| Oct. 17 
 
| 乙126
 
| 乙126
| 实验-3
+
| 实验-3:多线程编程
 
| [[Media:Lab-3.pptx|[Lab 3]]]
 
| [[Media:Lab-3.pptx|[Lab 3]]]
 
|-
 
|-
第68行: 第68行:
 
| Oct. 31
 
| Oct. 31
 
| 乙126
 
| 乙126
| 实验-4
+
| 实验-4:CPU调度策略
 
| [[Media:Lab-4.pptx|[Lab-4]]]
 
| [[Media:Lab-4.pptx|[Lab-4]]]
 
|-
 
|-
第86行: 第86行:
 
| Nov. 21
 
| Nov. 21
 
| 乙126
 
| 乙126
| 实验-2
+
| 实验-2:Myshell
 
| [[Media:Lab2-new.pptx|[Lab 2.x]]]
 
| [[Media:Lab2-new.pptx|[Lab 2.x]]]
 
|-
 
|-
第98行: 第98行:
 
| Dec. 05
 
| Dec. 05
 
| 乙126
 
| 乙126
| 实验-5
+
| 实验-5:增加系统调用
|  
+
| 教材333页面13.3
 
|-
 
|-
 
| 14
 
| 14
第108行: 第108行:
 
|-
 
|-
 
| 15
 
| 15
|  
+
| Dec. 19
 
|  
 
|  
 
|  
 
|  
第114行: 第114行:
 
|-
 
|-
 
| 16
 
| 16
|  
+
| Dec. 26
 
|  
 
|  
 
|  
 
|  
第120行: 第120行:
 
|-
 
|-
 
| 17
 
| 17
|  
+
| Jan. 02
 
|  
 
|  
 
|  
 
|  
第133行: 第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

woboq: https://code.woboq.org/linux/linux/