this is a port of the Windows/286 2.11 default vga driver for windows 3.1x and potentially windows 9x

to compile first you should install the windows 3.1 sdk and configure your config.sys and autoexec.bat files for the sdk


then you should compile the resources in the "RC_HIGH" (vga) or "RC_MED" (ega) folder using NMAKE and then add the files from the "DDKFILES" folder to the ega or vga folder

then you can use NMAKE to compile the driver which should succeed in creating "ega.drv" or "vga.drv" 

these drivers are quite buggy so only use them for testing