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