C# Класс Mosa.Kernel.x86.PageFrameAllocator

A physical page allocator.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Allocate ( ) : uint

Allocate a physical page from the free list

Free ( uint address ) : void

Releases a page to the free list

Setup ( ) : void

Setup the physical page manager

Приватные методы

Метод Описание
AddFreeMemory ( uint cnt, uint start, uint size ) : void

Adds the free memory.

SetupFreeMemory ( ) : void

Setups the free memory.

Описание методов

Allocate() публичный статический Метод

Allocate a physical page from the free list
public static Allocate ( ) : uint
Результат uint

Free() публичный статический Метод

Releases a page to the free list
public static Free ( uint address ) : void
address uint The address.
Результат void

Setup() публичный статический Метод

Setup the physical page manager
public static Setup ( ) : void
Результат void