|
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.
|
Container for the system physical memory layout. More...
#include <fdt.h>

Data Fields | |
| memory_region_t | regions [MAX_MEM_REGIONS] |
| Array of discovered regions. | |
| int | count |
| Actual number of regions populated. | |
Container for the system physical memory layout.