Skip to content

Commit b13b4fd

Browse files
valighitadbaluta
authored andcommitted
documentation: so2: pages for all labs
Signed-off-by: Valentin Ghita <valx92@gmail.com>
1 parent f9cc23a commit b13b4fd

12 files changed

+71
-0
lines changed

Documentation/teaching/so2/index.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ Operating Systems 2
1414
:maxdepth: 1
1515

1616
lab1-intro.rst
17+
lab2-kernel-api.rst
18+
lab3-device-drivers.rst
19+
lab4-interrupts.rst
20+
lab5-deferred-work.rst
21+
lab6-memory-mapping.rst
22+
lab7-block-device-drivers.rst
23+
lab8-filesystems-part1.rst
24+
lab9-filesystems-part2.rst
25+
lab10-networking.rst
26+
lab11-arm-kernel-development.rst
27+
lab12-kernel-profiling.rst
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=======================
2+
SO2 Lab 10 - Networking
3+
=======================
4+
5+
.. include:: ../labs/networking.rst
6+
:start-line: 4
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
======================================
2+
SO2 Lab 11 - Kernel Development on ARM
3+
======================================
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
=============================
2+
SO2 Lab 12 - Kernel Profiling
3+
=============================
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=======================
2+
SO2 Lab 02 - Kernel API
3+
=======================
4+
5+
.. include:: ../labs/kernel_api.rst
6+
:start-line: 4
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=====================================
2+
SO2 Lab 03 - Character device drivers
3+
=====================================
4+
5+
.. include:: ../labs/device_drivers.rst
6+
:start-line: 4
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
======================================
2+
SO2 Lab 04 - I/O access and Interrupts
3+
======================================
4+
5+
.. include:: ../labs/interrupts.rst
6+
:start-line: 4
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
==========================
2+
SO2 Lab 05 - Deferred work
3+
==========================
4+
5+
.. include:: ../labs/deferred_work.rst
6+
:start-line: 4
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
===========================
2+
SO2 Lab 06 - Memory Mapping
3+
===========================
4+
5+
.. include:: ../labs/memory_mapping.rst
6+
:start-line: 4
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=================================
2+
SO2 Lab 07 - Block Device Drivers
3+
=================================
4+
5+
.. include:: ../labs/block_device_drivers.rst
6+
:start-line: 4

0 commit comments

Comments
 (0)