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

Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Setup ( ) : void

Private Methods

Method 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 method

public static Setup ( ) : void
return void