Cyclic Executive

Cyclic Executive

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