2 * DOS interrupt 2ah handler
8 #include "debugtools.h"
10 DEFAULT_DEBUG_CHANNEL(int);
12 /**********************************************************************
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 );