VGA patches for Windows 2.03                         John Elliott, 17 July 2014
===============================================================================

  The programs in this zipfile create two new video drivers for Windows 2.03,
supporting the VESA 800x600 video mode.

  To generate one or both drivers:

1. Copy the following files from the Windows 2.03 install disks to this
  directory:

	IBMPS250.DRV
	EGAHIRES.DRV
	EGAHIRES.GRB
	CGA.LGO

2. Run either:

	VGA2VESA  -- generates VESA800V.DRV from IBMPS250.DRV
	EGA2VESA  -- generates VESA800E.DRV from EGAHIRES.DRV

  (If you have a choice, I recommend using VGA2VESA rather than EGA2VESA).

3. Run Windows 2.03 setup. When prompted for a display adapter, choose 
  "Other (requires disk provided by a hardware manufacturer)". You will
  then be prompted for a directory; enter the path to the directory where
  the .DRV files were generated. Then install Windows as usual.

In use
~~~~~~
  Testing has been fairly minimal, and it's entirely possible that I've 
missed various important aspects of how the video driver is supposed to work. 
Do bear this in mind when using the new drivers.

Copying
~~~~~~~

    EGA2VESA v1.0.0 - Patch the Windows 2.x EGA driver for VESA 800x600 mode.
    VGA2VESA v1.0.0 - Patch the Windows 2.x VGA driver for VESA 800x600 mode.

    Copyright (C) 2011, 2014  John Elliott <jce@seasip.demon.co.uk>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


