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

Represents a single page table level (512 entries). More...

#include <page_table.h>

Collaboration diagram for page_table_t:
Collaboration graph
[legend]

Data Fields

page_table_entry_t entries [PTRS_PER_TABLE]
 

Detailed Description

Represents a single page table level (512 entries).

Field Documentation

◆ entries

page_table_entry_t page_table_t::entries[PTRS_PER_TABLE]

Array of page table entries.


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