POK(kernelpart)
|
Boot function to start the kernel. More...
#include <arch.h>
#include <bsp.h>
#include <core/time.h>
#include <core/thread.h>
#include <core/sched.h>
#include <core/partition.h>
#include <middleware/port.h>
#include <middleware/queue.h>
#include <core/boot.h>
#include <core/instrumentation.h>
Go to the source code of this file.
Functions | |
void | pok_boot () |
Boot function that launch everything. |
void pok_boot | ( | ) |
Boot function that launch everything.
This function load every service according to system requirements (the POK_NEEDS_* maccro).
If we don't use partitioning service, we execute a main function. In that case, POK is acting like an executive, not a real kernel
Definition at line 37 of file boot.c.