Kernelite 0.1.0
Kernelite is a minimalist, educational operating system kernel built from scratch. The project aims to recreate core components of the Linux architecture to explore the fundamentals of operating system design and hardware-software interaction.
Loading...
Searching...
No Matches
Macros
error_codes.h File Reference

Kernel-wide error definitions and diagnostic utilities. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ERROR_CODE_SUCCESS   0x0
 Success error code.
 
#define ERROR_CODE_NOT_EL1   0x1
 Error code for when the current privilege level is not EL1.
 

Detailed Description

Kernel-wide error definitions and diagnostic utilities.

Defines kernel error codes used throughout the bootloader and runtime subsystems for consistent failure reporting.

Author
Abhin Parekadan Jose
Date
2026-04-11