kernel
0.1.0
Module vmm
Module Items
Structs
In kernel::
memory
kernel
::
memory
Module
vmm
Copy item path
Source
Structs
§
Stack
Represents a stack, either in kernel-space or user-space. Stacks are allocated in “slots” of fixed size, but only a subset of the slot may be mapped initially (to reduce physical memory usage). Stacks can’t grow above the size of their slot.
Vmm