OS initialization and running


Detailed Description

Routines to initialize and start the OS.


Functions

void os_init (void)
void os_start (void)


Function Documentation

void os_init ( void   ) 

Initialize the OS.

This initializes the OS data structures. This should be the first OS API called.

void os_start ( void   ) 

Start the OS by running tasks in the ready list.

Note: Tasks should have been created and made ready to run before this function is called.


TiROS User Manual: Last Updated on Fri Jul 20 10:52:24 2007