Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
main.c File Reference
#include <device.h>
#include <ether.h>
#include <platform.h>
#include <shell.h>
#include <stdio.h>
#include <thread.h>
#include <version.h>
#include <stdlib.h>
#include <core.h>

Functions

void print_os_info (void)
 
thread main (void)
 
void _start (void)
 

Function Documentation

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.