Expand description
Paging module for Proka Kernel Copyright (C) RainSTR Studio 2025, All Rights Reserved.
This module provides paging support, including:
- HHDM (Higher Half Direct Map) offset retrieval
- OffsetPageTable initialization
- Bitmap-based frame allocator with deallocation support
- Memory statistics and protection utilities
Functions§
- get_
hhdm_ offset - Retrieve the HHDM (Higher Half Direct Map) offset from Limine
- get_
memory_ stats - Get memory statistics
- init_
frame_ ⚠allocator - Create a buddy system based frame allocator with deallocation support
- init_
offset_ ⚠page_ table - Initialize an OffsetPageTable for accessing page tables
- print_
memory_ stats - Print memory statistics