Cyclic Executive
October 27 by Bina
Lets examine a execution of the
cyclic executive implemented as table driven program.
For the Xinu lab, these are the steps:
- Design the cyclic executive for the given schedule
- Create a table that represnts this cyclic executive
- Create a shell command to execute this program
- Execute the shell command
In reality you will implement each task with a thread.
See this
problem.