C# Class Mosa.Kernel.x86.KernelMemory

Kernel Memory Allocator - This is a pure HACK!
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
AllocateMemory ( uint size ) : uint
SetInitialMemory ( uint address, uint size ) : void

Private Methods

Méthode Description
_AllocateMemory ( uint size ) : void*

Method Details

AllocateMemory() public static méthode

public static AllocateMemory ( uint size ) : uint
size uint
Résultat uint

SetInitialMemory() public static méthode

public static SetInitialMemory ( uint address, uint size ) : void
address uint
size uint
Résultat void