C# Class Mosa.Kernel.x86.PIC

Programmable Interrupt Controller (PIC)
Mostrar archivo Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
SendEndOfInterrupt ( uint irq ) : void

Sends the end of interrupt.

Setup ( ) : void

Method Details

SendEndOfInterrupt() public static method

Sends the end of interrupt.
public static SendEndOfInterrupt ( uint irq ) : void
irq uint The irq.
return void

Setup() public static method

public static Setup ( ) : void
return void