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