Skip to main content

Crate faces_pfm

Crate faces_pfm 

Source
Expand description

§faces-pfm

A reference implementation of the faces::AbsPageFrameManager trait.

This crate provides a concrete page frame manager for the faces memory management framework, including per-frame metadata, flag handling, and integration with the Limine boot protocol for memory map discovery.

Re-exports§

pub use flags::PageFlags;
pub use frame::PageFrame;
pub use mgr::PFM;

Modules§

flags
frame
mgr
Page frame manager implementation for faces.