|
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.
|
Assembly helper macros for system register access. More...

Go to the source code of this file.
Macros | |
| #define | READ_SYS_REG(reg, val) |
| #define | WRITE_SYS_REG(reg, val) |
Assembly helper macros for system register access.
Declares macros that wrap MRS/MSR instructions for reading and writing ARM64 system registers from C.
| #define READ_SYS_REG | ( | reg, | |
| val | |||
| ) |
Read a system register
| #define WRITE_SYS_REG | ( | reg, | |
| val | |||
| ) |
Write to a system register