	RD.SYS       	Copyright 1987 Quadtel Corporation.
			Copyright 1989 Orhid Corporation.

RD.SYS is the RAM disk programm. RAM disk drive use part 
of you system's memory to simulate a disk drive.

RAM disk can be placed in either System memory,EMS memory
or Extended memory.

RAM disk are created by entering a command line in the
CONFIG.SYS file.The following syntax should be used :

DEVICE=RD.SYS sss/t [ ,sss/t, ... sss/t]

sss - is size of RAM disk in K bytes of memory
t   - is the buffer memory type
      S - system (conventional) memory
      V - EMS (expanded) memory
      E - extended memory (above 1Mb)
