C# Class SharpOS.Kernel.ADC.X86.GDT.Entry

Datei anzeigen Open project: sharpos/SharpOS

Public Properties

Property Type Description
Access byte
BaseHigh byte
BaseLow ushort
BaseMiddle byte
Granularity byte
LimitLow ushort

Public Methods

Method Description
Setup ( uint _base, uint _limit, ushort flags ) : void

Method Details

Setup() public method

public Setup ( uint _base, uint _limit, ushort flags ) : void
_base uint
_limit uint
flags ushort
return void

Property Details

Access public_oe property

public byte Access
return byte

BaseHigh public_oe property

public byte BaseHigh
return byte

BaseLow public_oe property

public ushort BaseLow
return ushort

BaseMiddle public_oe property

public byte BaseMiddle
return byte

Granularity public_oe property

public byte Granularity
return byte

LimitLow public_oe property

public ushort LimitLow
return ushort