Lazuli
Functions | Variables
kernel.h File Reference

Kernel symbols definition. More...

#include <Lazuli/common.h>
#include <Lazuli/sys/compiler.h>
#include <Lazuli/sys/memory.h>

Go to the source code of this file.

Functions

void Kernel_Panic (void)
 Kernel panic. More...
 

Variables

AllocationMap kernelAllocationMap
 Allocation map for the kernel. More...
 

Detailed Description

Kernel symbols definition.

This file declares symbols related to the kernel itself.

Definition in file kernel.h.

Function Documentation

◆ Kernel_Panic()

void Kernel_Panic ( void  )

Kernel panic.

Warning
This function is declared to never return! If this has to evolve, remember to remove NORETURN declaration on this function.

Definition at line 77 of file kernel.c.

Variable Documentation

◆ kernelAllocationMap

AllocationMap kernelAllocationMap

Allocation map for the kernel.

Allocation map for the kernel.

Definition at line 40 of file kernel.c.