Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
virtual_memory_block Struct Reference

#include <vm_manager.h>

Data Fields

uintptr_t phys_address
 
uintptr_t pml4_base
 
struct virtual_memory_blocknext
 

Detailed Description

Definition at line 29 of file vm_manager.h.

Field Documentation

◆ next

struct virtual_memory_block* virtual_memory_block::next

Definition at line 32 of file vm_manager.h.

◆ phys_address

uintptr_t virtual_memory_block::phys_address

Definition at line 30 of file vm_manager.h.

◆ pml4_base

uintptr_t virtual_memory_block::pml4_base

Definition at line 31 of file vm_manager.h.


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