C# Class Mosa.Kernel.x86.GDT

Mostrar archivo Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
Setup ( ) : void

Private Methods

Method Description
GetEntryLocation ( uint index ) : uint

Gets the GTP entry location.

Set ( uint index, uint address, uint limit, byte access, byte granularity ) : void

Method Details

Setup() public static method

public static Setup ( ) : void
return void