File tree Expand file tree Collapse file tree 14 files changed +171
-0
lines changed
Documentation/teaching/so2 Expand file tree Collapse file tree 14 files changed +171
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,17 @@ Operating Systems 2
8
8
:maxdepth: 1
9
9
10
10
lec1-intro.rst
11
+ lec2-syscalls.rst
12
+ lec3-processes.rst
13
+ lec4-interrupts.rst
14
+ lec5-smp.rst
15
+ lec6-virtmem.rst
16
+ lec7-physmem.rst
17
+ lec8-filesystems.rst
18
+ lec9-debugging.rst
19
+ lec10-networking.rst
20
+ lec11-virtualization.rst
21
+ lec12-profiling.rst
11
22
12
23
.. toctree ::
13
24
:caption: Labs
Original file line number Diff line number Diff line change
1
+ ===========================
2
+ SO2 Lecture 10 - Networking
3
+ ===========================
4
+
5
+ `View slides <lec10-networking-slides.html >`_
6
+
7
+ .. slideconf ::
8
+ :autoslides: False
9
+ :theme: single-level
10
+
11
+ .. slide :: SO2 Lecture 10 - Networking
12
+ :inline-contents: False
13
+ :level: 1
14
+
Original file line number Diff line number Diff line change
1
+ ===============================
2
+ SO2 Lecture 11 - Virtualization
3
+ ===============================
4
+
5
+ `View slides <lec11-virtualization-slides.html >`_
6
+
7
+ .. slideconf ::
8
+ :autoslides: False
9
+ :theme: single-level
10
+
11
+ .. slide :: SO2 Lecture 11 - Virtualization
12
+ :inline-contents: False
13
+ :level: 1
Original file line number Diff line number Diff line change
1
+ ==========================
2
+ SO2 Lecture 12 - Profiling
3
+ ==========================
4
+
5
+ `View slides <lec12-profiling-slides.html >`_
6
+
7
+ .. slideconf ::
8
+ :autoslides: False
9
+ :theme: single-level
10
+
11
+ .. slide :: SO2 Lecture 12 - Profiling
12
+ :inline-contents: False
13
+ :level: 1
Original file line number Diff line number Diff line change
1
+ =============================
2
+ SO2 Lecture 02 - System calls
3
+ =============================
4
+
5
+ `View slides <lec2-syscalls-slides.html >`_
6
+
7
+ .. slideconf ::
8
+ :autoslides: False
9
+ :theme: single-level
10
+
11
+ .. slide :: SO2 Lecture 02 - System calls
12
+ :inline-contents: False
13
+ :level: 1
14
+
15
+ .. include :: ../lectures/syscalls.rst
16
+ :start-line: 6
Original file line number Diff line number Diff line change
1
+ ==========================
2
+ SO2 Lecture 03 - Processes
3
+ ==========================
4
+
5
+ `View slides <lec3-processes-slides.html >`_
6
+
7
+ .. slideconf ::
8
+ :autoslides: False
9
+ :theme: single-level
10
+
11
+ .. slide :: SO2 Lecture 03 - Processes
12
+ :inline-contents: False
13
+ :level: 1
14
+
Original file line number Diff line number Diff line change
1
+ =============================
2
+ SO2 Lecture 04 - Interrupts
3
+ =============================
4
+
5
+ `View slides <lec4-interrupts-slides.html >`_
6
+
7
+ .. slideconf ::
8
+ :autoslides: False
9
+ :theme: single-level
10
+
11
+ .. slide :: SO2 Lecture 04 - Interrupts
12
+ :inline-contents: False
13
+ :level: 1
14
+
15
+ .. include :: ../lectures/interrupts.rst
16
+ :start-line: 6
Original file line number Diff line number Diff line change
1
+ ===========================================
2
+ SO2 Lecture 05 - Symmetric Multi-Processing
3
+ ===========================================
4
+
5
+ `View slides <lec5-smp-slides.html >`_
6
+
7
+ .. slideconf ::
8
+ :autoslides: False
9
+ :theme: single-level
10
+
11
+ .. slide :: SO2 Lecture 05 - Symmetric Multi-Processing
12
+ :inline-contents: False
13
+ :level: 1
14
+
15
+ .. include :: ../lectures/smp.rst
16
+ :start-line: 6
Original file line number Diff line number Diff line change
1
+ ==========================================
2
+ SO2 Lecture 06 - Virtual Memory Management
3
+ ==========================================
4
+
5
+ `View slides <lec6-virtmem-slides.html >`_
6
+
7
+ .. slideconf ::
8
+ :autoslides: False
9
+ :theme: single-level
10
+
11
+ .. slide :: SO2 Lecture 06 - Virtual Memory Management
12
+ :inline-contents: False
13
+ :level: 1
14
+
Original file line number Diff line number Diff line change
1
+ ===========================================
2
+ SO2 Lecture 07 - Physical Memory Management
3
+ ===========================================
4
+
5
+ `View slides <lec7-physmem-slides.html >`_
6
+
7
+ .. slideconf ::
8
+ :autoslides: False
9
+ :theme: single-level
10
+
11
+ .. slide :: SO2 Lecture 07 - Physical Memory Management
12
+ :inline-contents: False
13
+ :level: 1
You can’t perform that action at this time.
0 commit comments