Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#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) |
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.