Friday, August 1, 2008

CompSys704

Original ReMIC: no support for context switching or execution of multiple tasks. Scheduling support being added. Each task has one external release signal. Task abstraction in the processor made of task descriptor and code. Task table is used to keep the task descriptors and the executing task index is used to point to the active task. All tasks are defined and ready to run and given a priority and the table entries are sorted by priority.

ReMIC extended to be realtime. Timers can be defined and connect timeout signals to task release signals.

Sent from my iPod Touch

No comments: