⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module vmm

Module vmm 

Source
Expand description

Virtual Memory Manager

Complete virtual memory management for VeridianOS with proper page table support.

Modules§

tlb
TLB management – delegates to architecture-specific implementations in crate::arch::{tlb_flush_address, tlb_flush_all}.

Structs§

VirtualMemoryManager
Virtual memory manager for a process