2 * DOS interrupt 2ah handler
10 /**********************************************************************
13 * Handler for int 2ah (network).
15 void WINAPI INT_Int2aHandler( CONTEXT *context )
17 switch(AH_reg(context))
19 case 0x00: /* NETWORK INSTALLATION CHECK */
23 INT_BARF( context, 0x2a );