Better guidance for exercise.

This commit is contained in:
Nils Hölscher 2022-06-03 08:56:33 +02:00
parent e21a904c72
commit a382f8d408
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# RTSA-lab02-SchedulabilityTest # RTSA-lab02-SchedulabilityTest
In this lab session you will learn how to implement the schedulability tests for: In this lab session you will learn how to implement the schedulability tests for:
* Liu and Layland Bound * Liu and Layland Bound, see [ResAugmentation](https://moodle.tu-dortmund.de/pluginfile.php/1976120/course/section/428170/ResAugmentation.pdf) slide 27.
* Time Demand Analysis * Time Demand Analysis, see [Sporadic-FP](https://moodle.tu-dortmund.de/pluginfile.php/1976120/course/section/428170/Sporadic-FP.pdf) slide 38.
* Hyperbolic Bound * Hyperbolic Bound, see [ResAugmentation](https://moodle.tu-dortmund.de/pluginfile.php/1976120/course/section/428170/ResAugmentation.pdf) slide 36.
All Tasks are periodic, preemptable, fixed priority Tasks with implicit Deadlines. All Tasks are periodic, preemptable, fixed priority Tasks with implicit Deadlines.