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

Directories | |
| allocator | |
| drivers | |
| error | |
| exception_handling | |
| exit | |
| fdt | |
| icu | |
| mem_layout | |
| mmu | |
| page_table | |
| timer | |
| utils | |
Files | |
| main.c | |
| Main kernel entry point and primitive UART driver. | |