|
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.
|
Kernel-wide error definitions and diagnostic utilities. More...

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. | |
Kernel-wide error definitions and diagnostic utilities.
Defines kernel error codes used throughout the bootloader and runtime subsystems for consistent failure reporting.