Expand description

Implementation of FrameAllocator which controls all the frames in the operating system.

Structs

frame allocator instance through lazy_static!

manage a frame which has the same lifecycle as the tracker

an implementation for frame allocator

Traits

Functions

initiate the frame allocator using ekernel and MEMORY_END

a simple test for frame allocator

deallocate a frame

Type Definitions