C# Class Mosa.Kernel.x86.KernelMemory

Kernel Memory Allocator - This is a pure HACK!
Mostrar archivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
AllocateMemory ( uint size ) : uint
SetInitialMemory ( uint address, uint size ) : void

Private Methods

Method Description
_AllocateMemory ( uint size ) : void*

Method Details

AllocateMemory() public static method

public static AllocateMemory ( uint size ) : uint
size uint
return uint

SetInitialMemory() public static method

public static SetInitialMemory ( uint address, uint size ) : void
address uint
size uint
return void