Skip to content

Commit e740a66

Browse files
committed
documentations: so2: add all lectures
Some are stubs, the rest include content from the generic lectures folder. Signed-off-by: Octavian Purdila <tavi@cs.pub.ro>
1 parent f7a905c commit e740a66

14 files changed

+171
-0
lines changed

Documentation/teaching/so2/index.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Operating Systems 2
88
:maxdepth: 1
99

1010
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
1122

1223
.. toctree::
1324
:caption: Labs
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

0 commit comments

Comments
 (0)