C# (CSharp) SharpOS.Kernel.Memory Namespace

Classes

Name Description
PageAllocator The PageAllocator class handles physical memory page allocation and provides the OS an interface for memory paging/mapping. The PageAllocator class is portable, making use of the SharpOS.ADC.Pager class to implement platform- specific paging mechanisms.
PageAllocator.ReservedPages