INFO: Detecting EGA.SYS (78451)



The information in this article applies to:

  • Microsoft Windows Software Development Kit (SDK) 3.1

This article was previously published under Q78451
3.00 3.10 WINDOWS kbprg

SUMMARY

EGA.sys is a driver that facilitates the use of the shadow registers in EGA and more advanced video cards. Through the use of the mouse driver's Interrogate Driver function, it is possible to determine if EGA.sys is installed.

The interface to the Interrogate Driver function is as follows:
   AH = FAh
   BX = 0
   INT 10h
				
The return values are:
   AX = Restored
   BX = 0 if the mouse driver or EGA.SYS is not installed

   < 2 if EGA.SYS was installed with the mouse driver
   >= 2 if EGA.SYS was installed
				
For more information, see chapter 10 of the "Microsoft Mouse Programmer's Reference," second edition (Microsoft Press).

Modification Type:MinorLast Reviewed:2/11/2005
Keywords:kb16bitonly kbinfo KB78451