Skip to content

Commit

Permalink
Merge pull request #153 from teoserbanescu/tserbanescu/labs/kernel_ap…
Browse files Browse the repository at this point in the history
…i/exercises_typos

Documentation: teaching: labs: kernel_api: Fix typos in exercises
  • Loading branch information
teoserbanescu authored Mar 3, 2020
2 parents 96a0222 + 7e646b8 commit db1dd30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/teaching/labs/kernel_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ cause of the error?
:c:macro:`set_current_state` macro, forces the current process to wait
for 5 seconds.

.. note:: Review the `Contexts of execution`_, `Locking` and `Spinlock`_
.. note:: Review the `Contexts of execution`_, `Locking`_ and `Spinlock`_
sections.

3. Working with kernel memory
Expand Down Expand Up @@ -706,9 +706,10 @@ free them (in :c:func:`memory_exit`).
process.

.. hint::
Call 2 times the :c:macro:`next_task`.
Call the :c:macro:`next_task` macro 2 times.

3. (TODO 3) Display the four structures.

* Use :c:func:`printk` to display their two fields:
:c:member:`pid` and :c:member:`timestamp`.

Expand Down

0 comments on commit db1dd30

Please sign in to comment.