RTOS and DualCore

nobody wrote on Friday, April 21, 2006:

I’m dreaming in a dual core RTOS

I’m searching an OS running on a 1st CPU (kernel + webserver + console) and able to give me 100% time on the second CPU for my scheduler (motion control + plc + communication protocol).

is it possible ?

nobody wrote on Friday, April 21, 2006:

Dunno, but there was a post a little while back where somebody was using the IRQ on an ARM7 for the scheduler and the FIQ on the same ARM7 for precise motor control.  The FIQ taking priority over the IRQ.