2 * BIOS interrupt 12h handler
7 /**********************************************************************
8 * DOSVM_Int12Handler (WINEDOS16.118)
10 * Handler for int 12h (get memory size).
12 void WINAPI
DOSVM_Int12Handler( CONTEXT86
*context
)
14 SET_AX( context
, 640 );