“Zhanglei”的版本间的差异

来自南京大学IIP
跳转至: 导航搜索
   更改可见性
Lhy讨论 | 贡献
   更改可见性
 
(未显示同一用户的9个中间版本)
第1行: 第1行:
  
<span style="font-size:x-large;">'''Linux 系统分析'''</span>
+
<span style="font-size:x-large">'''Linux 系统分析'''</span>
  
 
&nbsp;
 
&nbsp;
第14行: 第14行:
 
'''Tentative Schedule:'''
 
'''Tentative Schedule:'''
  
#Sept 05 &nbsp; Linux系统分析基础 &nbsp;[[Media:Lect_01.pptx|[Lecture 1]]]&nbsp;
+
{| border="1" cellpadding="1" cellspacing="1" style="width: 500px"
#Sept 12 &nbsp; 实验-1 [[Media:Lab-1.pptx|[Lab 1]]]
+
|+ &nbsp;
#Sept 19 &nbsp; 进程与线程 [[Media:Lect-2.pptx|[Lecture 2]]]
 
#Sept 26&nbsp; &nbsp;实验-2 [[Media:Lab-2.pptx|[Lab 2]]]
 
#Oct. 10 &nbsp; &nbsp;进程与线程II&nbsp;[[Media:Linux-lect3.pptx|[Lecture 3]]]
 
#Oct. 17&nbsp; &nbsp; 实验-3 [[Media:Lab-3.pptx|[Lab 3]]]
 
#Oct. 24&nbsp; &nbsp; 进程调度 [[Media:Lect-4.pptx|[Lecture 4]]]
 
#Oct. 31&nbsp; &nbsp; 实验-4 [[Media:Lab-4.pptx|[Lab-4]]]
 
#Nov. 07&nbsp; &nbsp;进程通信-1 [[Media:Lect-5.pptx|[Lecture 5]]]
 
#Nov. 14&nbsp; &nbsp;进程通信-2 [[Media:Lect-6.pptx|[Lecture 6]]]
 
 
 
{| border="1" cellpadding="1" cellspacing="1" style="width: 500px;"
 
|+ Schedule
 
 
|-
 
|-
 
! scope="col" | 序号
 
! scope="col" | 序号
第43行: 第32行:
 
| Sept 12
 
| Sept 12
 
| 乙126
 
| 乙126
| 实验-1
+
| 实验-1: 编译内核
 
| [[Media:Lab-1.pptx|[Lab 1]]]
 
| [[Media:Lab-1.pptx|[Lab 1]]]
 
|-
 
|-
第55行: 第44行:
 
| Sept 26
 
| Sept 26
 
| 乙126
 
| 乙126
| 实验-2
+
| 实验-2:Myshell
 
| [[Media:Lab-2.pptx|[Lab 2]]]
 
| [[Media:Lab-2.pptx|[Lab 2]]]
 
|-
 
|-
第67行: 第56行:
 
| Oct. 17&nbsp;
 
| Oct. 17&nbsp;
 
| 乙126
 
| 乙126
| 实验-3
+
| 实验-3:多线程编程
 
| [[Media:Lab-3.pptx|[Lab 3]]]
 
| [[Media:Lab-3.pptx|[Lab 3]]]
 
|-
 
|-
第79行: 第68行:
 
| Oct. 31
 
| Oct. 31
 
| 乙126
 
| 乙126
| 实验-4
+
| 实验-4:CPU调度策略
 
| [[Media:Lab-4.pptx|[Lab-4]]]
 
| [[Media:Lab-4.pptx|[Lab-4]]]
 
|-
 
|-
第94行: 第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
 +
| 中断与系统调用
 +
| &nbsp;
 +
|-
 +
| 13
 +
| Dec. 05
 +
| 乙126
 +
| 实验-5:增加系统调用
 +
| 教材333页面13.3
 +
|-
 +
| 14
 +
| Dec. 12
 +
| 仙I-202
 +
| &nbsp;
 +
| &nbsp;
 +
|-
 +
| 15
 +
| Dec. 19
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|-
 +
| 16
 +
| Dec. 26
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|-
 +
| 17
 +
| Jan. 02
 +
| &nbsp;
 +
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 +
|-
 +
| 18
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
第102行: 第133行:
  
 
&nbsp;
 
&nbsp;
 +
 +
&nbsp;
 +
 +
代码阅读工具:
 +
 +
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/