sync
echo " "
echo "This example demonstrates the use of RTAI mailboxes."
echo "It has two senders and one receiver that exchange messages"
echo "on mailboxes. Just run it for some time, if nothing appears"
echo "on the screen than it is OK."
echo "See the code to understand why."
echo "Type <return> to continue"
read junk
sync

../../../scripts/rt_helper load rt_process rtai rt_mem_mgr rtai_sched_up rtai_fifos rtai_cpp

