2 * DOS interrupt 2ah handler
8 #include "wine/debug.h"
10 WINE_DEFAULT_DEBUG_CHANNEL(int);
12 /**********************************************************************
13 * INT_Int2aHandler (WPROCS.142)
15 * Handler for int 2ah (network).
17 void WINAPI
INT_Int2aHandler( CONTEXT86
*context
)
19 switch(AH_reg(context
))
21 case 0x00: /* NETWORK INSTALLATION CHECK */
25 INT_BARF( context
, 0x2a );