Interrups | Categories | Contents |
AH = 08h BP = 0012h (driver ID for V_SYSTEM) DX = new value for DS ES:DI -> new CS:IP entry point
Return:
AH = status (00h,F6h) (see also #03744) 00h successful BX = vector address used DX = old value for DS ES:DI -> old CS:IP entry point BP,DS destroyed
Desc: Exchange the supplied entry point and DS with the values in the next reserved entry in the HP_VECTOR_TABLE
Note: Returns AH=F6h if no more reserved vectors are available
See Also: AH=0Ch/BP=0012h
Category: Vendor-specific BIOS Extensions - Int 6Fh - H
Interrups | Categories | Contents |