C# Class Mosa.Kernel.x86.IDT

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
SetInterruptHandler ( InterruptHandler interruptHandler ) : void
Setup ( ) : void

Private Methods

Méthode Description
Error ( IDTStack stack, string message ) : void
GetEntryLocation ( uint index ) : uint

Gets the idt entry location.

ProcessInterrupt ( IDTStack stack ) : void

Interrupts the handler.

Set ( uint index, uint address, ushort select, byte flags ) : void

Sets the specified index.

SetTableEntries ( ) : void

Sets the IDT.

Method Details

SetInterruptHandler() public static méthode

public static SetInterruptHandler ( InterruptHandler interruptHandler ) : void
interruptHandler InterruptHandler
Résultat void

Setup() public static méthode

public static Setup ( ) : void
Résultat void