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_region_t Struct Reference

Represents a single physical memory span. More...

#include <fdt.h>

Data Fields

phy_addr base
 Start physical address of the region.
 
uint64_t size
 Size of the region in bytes.
 

Detailed Description

Represents a single physical memory span.


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