home *** CD-ROM | disk | FTP | other *** search
- Install the driver RAMDRV.SYS in your CONFIG.SYS file by adding the line:
-
- DEVICE=RAMDRV.SYS
-
- (If you have a hard drive installed, make sure that CONFIG.SYS and RAMDRV.SYS
- are both in your root directory.) Also, make sure that the program RAMDISK.COM
- is available in your path.
-
- If the system is booted with this RAMDRV driver in CONFIG.SYS, a ramdisk
- of any size can be created by typing:
-
- RAMDISK s
-
- where s is the desired size in kilobytes. For example, RAMDISK 64 creates a
- 64K ramdisk. This ramdisk may be removed by typing RAMDISK OFF, thus freeing
- up the memory used. A new ramdisk of a different size may then be created.
-
- This ramdisk program is superior to others available because it does not
- require rebooting to to reconfigure the ramdisk size.