|
My Kernel v0.1.0
|
Internal functions and variables used by the VMM. More...

Macros | |
| #define | IS_KERNEL_ADDRESS(_addr) ((vaddr_t)(_addr) >= KERNEL_MEMORY_START) |
| Check whether a virtual address has been allocated using kernel_vmm. | |
Functions | |
| static vaddr_t | vma_reserved_allocate (vmm_t *vmm) |
| Allocate memory for a single VMA from within the VMM's reserved area. | |
These are just used by ur implementation and should not be accessed by any other part of the kernel