Allan Hessenflow wrote: > Also, who is responsible for setting that level to > enable interrupts? I did a quick grep and didn't see who is doing it, > just a lot of disable/enable pairs. Interrupts are enabled when the first context switch occurs. The default stack frame created when the task is created should have the CPU mask lowered. Regards Chris