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
error_codes.h
Go to the documentation of this file.
1
12#ifndef ERROR_CODES_H
13#define ERROR_CODES_H
14
16#define ERROR_CODE_SUCCESS 0x0
17
19#define ERROR_CODE_NOT_EL1 0x1
20
21#endif // ERROR_CODES_H