|
theCore C++ embedded framework
|
Collection of kernel stubs. More...
Functions | |
| int | early_main () |
| Early-main routine performs final initialization steps. More... | |
| void | kernel_main () |
Collection of kernel stubs.
This module suppplies the dummy kernel main routine in case if kernel isn't present or it's main routine shouldn't be called when initiliazing the Core.
| int early_main | ( | ) |
Early-main routine performs final initialization steps.
All global objects must be constructed before entering user's main routine. Kernel in responsible for calling early_main() after it (kernel) will be completely ready.

| void kernel_main | ( | ) |
