|
Lazuli
|
Kernel entry point. More...
#include <Lazuli/common.h>#include <Lazuli/config.h>#include <Lazuli/sys/arch/arch.h>#include <Lazuli/sys/linker.h>#include <Lazuli/sys/memory.h>#include <Lazuli/sys/scheduler.h>Go to the source code of this file.
Functions | |
| int | main (void) |
| Main entry point for user tasks. More... | |
| void | Kernel_Main (void) |
| This is the kernel entry point. More... | |
| void | Kernel_Panic (void) |
| Kernel panic. More... | |
Variables | |
| AllocationMap | kernelAllocationMap |
| The allocation map for the whole kernel. More... | |
Kernel entry point.
This file describes all the kernel routines such as:
It also holds the kernel memory allocation map.
Definition in file kernel.c.
| int main | ( | void | ) |
Main entry point for user tasks.
This is the function the user has to define to register his own tasks.
| void Kernel_Main | ( | void | ) |
| void Kernel_Panic | ( | void | ) |
| AllocationMap kernelAllocationMap |
1.8.13