Procedure SetIntVec (IntNo: byte; Vector: pointer) ;
SetIntVec sets interrupt vector IntNo to Vector. Vector should point to an interrupt procedure.
Under LINUX, this call exists but is not implemented, the kernel manages all interrupts.
GetIntVec