FrameManager object <nucleus/kernel.h>
The FrameManager object represents the low-level page frame manager. Its main job it to track the available and used frames of physical memory present in the system. To do this it employs a large array of frame descriptors, which each describe a single page frame. This array stores information about each frame, and can be used to link them together into a stack.