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

Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Свойство Type Description
Access byte
BaseHigh byte
BaseLow ushort
BaseMiddle byte
Granularity byte
LimitLow ushort

Méthodes publiques

Méthode Description
Setup ( uint _base, uint _limit, ushort flags ) : void

Method Details

Setup() public méthode

public Setup ( uint _base, uint _limit, ushort flags ) : void
_base uint
_limit uint
flags ushort
Résultat void

Property Details

Access public_oe property

public byte Access
Résultat byte

BaseHigh public_oe property

public byte BaseHigh
Résultat byte

BaseLow public_oe property

public ushort BaseLow
Résultat ushort

BaseMiddle public_oe property

public byte BaseMiddle
Résultat byte

Granularity public_oe property

public byte Granularity
Résultat byte

LimitLow public_oe property

public ushort LimitLow
Résultat ushort