Adds a interrupt server to the system
Source position: exec.pas line 1825
procedure AddIntServer( |
intNumber: LongInt; |
interrupt: PInterrupt |
); |
intNumber |
|
Number of Interrupt |
This function adds a new interrupt server to a given server chain. The node is located on the chain in a priority dependent position. If this is the first server on a particular chain, interrupts will be enabled for that chain.
|
Remove an interrupt server from a server chain |
|
|
Fire and software interrupt |