UnnamedOS
vmm_domain_t Struct Reference

We use two domains, kernel and user memory. More...

Data Fields

void * start
 start address of the domain
 
void * end
 end address of the domain
 

Detailed Description

We use two domains, kernel and user memory.

This is used for permissions and to determine which parts of a page directory to link and which to clone.

Definition at line 29 of file vmm.c.


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