Here are the files necessary for making a text driver.  See the information
for the VRS graphics driver for more information on how to put these files
together.  The VRS information is in the VRS.EXE selfextracting file on the
SDK disk.

Besides these files, you will need the MAKEXDRV.EXE and MAKEXDRV.WP files
that are found on the SDK disk.

TIBM.VRS	The compleated .VRS driver

TIBM.CTL	Control file used by MAKEXDRV.EXE utility to combine modules
		into complete .VRS file. (See MAKEXDRV.DOC in VGA sample)

TIBM.MNU	WP 5.1 file that contains the menu entries that will be used
		in TIBM.VRS

TIBM.MAK	MASM 5.1 make file to compile and build all the parts of
		TIBM.VRS and then combine them together

TIBM.ASM	Source code of the actual driver module

TIBM.BIN	This is TIBM.ASM after being compiled and run through the
		EXE2BIN DOS utility

TFRS.INC	MASM 5.1 Include file used by TIBM.ASM
