FrameManager$address function <nucleus/kernel.h>

The FrameManager$address function obtains the physical address associated with a page frame.

Syntax

page_t
FrameManager$address(
	pfn_t index
);

Parameters

index

The page frame number of the target frame.

Return value

The physical address of the frame.