2 * DOS interrupt 2ah handler
8 /* #define DEBUG_INT */
11 /**********************************************************************
14 * Handler for int 2ah (network).
16 void WINAPI INT_Int2aHandler( CONTEXT *context )
18 switch(AH_reg(context))
20 case 0x00: /* NETWORK INSTALLATION CHECK */
24 INT_BARF( context, 0x2a );