|
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 | |
| kprintf.c | |
| Implementation of formatted print functions for kernel debugging. | |
| string.c | |
| Implementation of minimal string and memory helper functions. | |
| utils.c | |
| Implementation of utility functions for kernel development. | |