home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / miscutil.zip / SYSHELP.DOC < prev    next >
Text File  |  1987-11-26  |  3KB  |  59 lines

  1.                         SYSHELP DOCUMENT
  2.  
  3.  
  4.      Have you ever wondered how to make a ramdisk?  Have you ever 
  5. wondered what the CONFIG.SYS file was for?  Well, in this brief 
  6. document, I plan to tell you.  First, contained within this ARC 
  7. file should be the following:
  8.  
  9.                            RAMDISK.SYS
  10.                            CONFIG.BAK
  11.                            SYSHELP.DOC
  12.  
  13.      RAMDISK.SYS is the actual ramdisk system file.  The reason 
  14. that I included this is because a lot of people with PC-DOS don't 
  15. have this file.  When I installed PC-DOS on my hard disk, it 
  16. wasn't on there, so I am assuming that PC-DOS doesn't include it.  
  17.  
  18.      CONFIG.BAK is a renamed config.sys file.  This file is to be 
  19. used as a sample of what a config.sys file could look like.
  20.  
  21.      SYSHELP.DOC is the file you are currently reading.  
  22.  
  23.  
  24.      First, a RAMDISK is a virtual disk drive that uses RAM as 
  25. opposed to media (floppy disk, hard disk, cassette tape, ect.).  
  26. Anything copied or put into a RAMDISK will be erased when the 
  27. computer is turned off or re-booted.  The RAMDISK is useful for 
  28. copying things from drive A: to drive A:, uploading/downloading 
  29. programs at a higher speed, arcing/unarcing files, highspeed 
  30. access time usefull for oft used programs, and other things you 
  31. want to do quickly.  Your RAMDISK may be of any size, in K 
  32. increments, but it cannot exceed the total K memory of your 
  33. computer.  IE- if your computer has 640k, then the total K memory 
  34. for your RAMDISK would be 576k (it keeps 64k for your computer to 
  35. run on).  
  36.  
  37.      To create a RAMDISK, copy the RAMDISK.SYS file included in 
  38. this arc file to your root directory.  Then, using a text editor 
  39. (ASCII) create the file CONFIG.SYS in NON-DOCUMENT mode.  Using 
  40. the text editor, type in the following line (if the file 
  41. CONFIG.SYS already exists, then edit it and add this line 
  42. somewhere within it.  See the CONFIG.BAK file for an example.):
  43.  
  44.                     DEVICE = RAMDISK.SYS nnn
  45.  
  46.      The nnn stands for a variable K length.  I would suggest 
  47. 100, but you can choose whatever size you desire.  When finished 
  48. editing, save the file, and copy it to your root directory.  Then 
  49. re-boot your system and the RAMDISK should be installed.  Usually 
  50. the RAMDISK is drive D: and can be accessed by typing D: [RETURN].
  51.            
  52.  
  53.  
  54.  
  55.  
  56.                  Created by:  Asbrand of Norway
  57.                         For:  Pirate's Cove, Inc.
  58.  
  59.