EBIS_Sel_Struc

include bimodint.inc

EBIS_Sel_Struc STRUC

EBIS_User_Mode_Sel dw ?

dw ?

EBIS_Super_Mode_Sel dw ?

EBIS_Sel_Struc ENDS


The EBIS_Sel_Struc structure contains user- and supervisor-mode selectors for extra segments used by a bimodal interrupt handler.

Fields

EBIS_User_Mode_Sel

Specifies an user-mode selector for an extra segment.

EBIS_Super_Mode_Sel

Specifies a supervisor-mode selector for an extra segment; this field is used by the virtual PIC device.