started with lego stuff
[des2015.git] / mart / xenomai / ex07 / explanations.txt
1 7a.
2 The tasks just run according to the order of starting so: 0, 1, 2
3
4 7b.
5 The tasks just finish one bit every time.
6
7 7c.
8 Same as 7b except that task 3 finishes completely first. This is because round
9 robin is only used for tasks with the same priority.