void rtems_initialize_start_multitasking(void);
NONE
This directive is called after the other Initialization Manager directives have successfully completed. This directive initiates multitasking and performs a context switch to the first user application task and enables interrupts as a side-effect of that context switch.
This directive DOES NOT RETURN to the caller until the
rtems_shutdown_executive
is invoked.
This directive causes all nodes in the system to verify that certain configuration parameters are the same as those of the local node. If an inconsistency is detected, then a fatal error is generated.
Copyright © 1988-2008 OAR Corporation