C# Class SharpOS.Kernel.ADC.X86.ExceptionHandling

Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
Setup ( ) : void

Private Methods

Méthode Description
CallFilter ( InternalSystem exception, SharpOS handler, void callerBP ) : uint
CallFinallyFault ( InternalSystem exception, SharpOS handler, void callerBP ) : void
CallHandler ( InternalSystem exception, SharpOS handler, void callerBP ) : void
DivideByZeroHandler ( IDT data ) : void
DumpCallingStack ( ) : void
GetCallingStack ( ) : StackFrame[]

Method Details

Setup() public static méthode

public static Setup ( ) : void
Résultat void