main.c File Reference

#include "includes.h"

Go to the source code of this file.

Functions

void Main (void)


Function Documentation

void Main ( void   ) 

Definition at line 12 of file main.c.

00012                {
00013     OsInit();
00014     OsTaskCreat(RootTask,
00015                (OS_STACK*)&RootTaskStack[ROOT_TASK_STACK_SIZE-1],
00016                &RootTaskName,0);
00017     OsStart();
00018 }


Generated on Sat Apr 10 23:28:07 2010 for 80X86 MULTI-TASKING OPERATION SYSTEM by  doxygen 1.5.9