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.
Loading...
Searching...
No Matches
Data Fields
memory_map_t Struct Reference

Container for the system physical memory layout. More...

#include <fdt.h>

Collaboration diagram for memory_map_t:
Collaboration graph
[legend]

Data Fields

memory_region_t regions [MAX_MEM_REGIONS]
 Array of discovered regions.
 
int count
 Actual number of regions populated.
 

Detailed Description

Container for the system physical memory layout.


The documentation for this struct was generated from the following file: