FrameManager$allocate_frame function <nucleus/kernel.h>

The FrameManager$allocate_frame function allocates a single page frame.

Syntax

uintptr_t
FrameManager$allocate_frame(
	void
);

Return value

The physical address of a page frame which is can be used.