VM(9) Hyra Kernel Developer’s Manual VM(9)

NAME

vm - hyra virtual memory subsystem

SYNOPSIS

#include <vm/vm.h>

DESCRIPTION

The Hyra virtual memory subsystem is a crucial subsystem within the kernel. This subsystem facilitates machine independent management of per-process virtual address spaces and has many frameworks within that allow abstractions over various things such as pages, memory mapping, and objects.

AUTHORS

Ian Moffett <ian@osmora.org>

SEE ALSO

vm_map(9)

Hyra Jun 6 2024 Hyra