From a382f8d40806746cf6854c3ed9b1ff6d57549ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20H=C3=B6lscher?= Date: Fri, 3 Jun 2022 08:56:33 +0200 Subject: [PATCH] Better guidance for exercise. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36300a6..d8e7ec2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # RTSA-lab02-SchedulabilityTest In this lab session you will learn how to implement the schedulability tests for: - * Liu and Layland Bound - * Time Demand Analysis - * Hyperbolic 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, see [Sporadic-FP](https://moodle.tu-dortmund.de/pluginfile.php/1976120/course/section/428170/Sporadic-FP.pdf) slide 38. + * 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.