Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <xinu.h>
#include <platform.h>
#include <stdint.h>
#include <mutex.h>
Functions | |
thread | main (void) |
void | nulluser (void) |
The system begins intializing after the C environment has been established. After intialization, the null thread remains always in a ready (THRREADY) or running (THRCURR) state.
thread main | ( | void | ) |
Main thread. You can modify this routine to customize what Embedded Xinu does when it starts up. The default is designed to do something reasonable on all platforms based on the devices and features configured.