Skip to main content

Module paging

Module paging 

Source
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