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