|
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.
|

Files | |
| arm_timer.c | |
| Implementation of the ARM generic system timer driver (CNTP). | |
| arm_timer.h | |
| ARM generic system timer driver. | |
| gicv3.c | |
| ARM GICv3 interrupt controller support. | |
| gicv3.h | |
| ARM GICv3 interrupt controller definitions. | |
| uart.c | |
| PL011 UART driver implementation. | |
| uart.h | |
| PL011 UART hardware abstraction layer. | |