home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / pcbos2_1.zip / CONFIG.SYS next >
Text File  |  1994-02-07  |  4KB  |  98 lines

  1. To save space I have included ONLY the lines that changed from the
  2. defualt CONFIG.SYS file when installed.
  3.  
  4. REMEMBER, ALL changes in here are SYSTEM WIDE.  For additions to EACH
  5. DOS SESSION, you can use the DOS SESSION SETTING for EACH session.
  6.  
  7. IFS=C:\OS2\HPFS.IFS  /CACHE:2048 /CRECL:16  /AUTOCHECK:CDE
  8.  
  9.    NOTE:  For the HPFS file system.  If you using only the FAT system
  10.    this SHOULD BE be REM'd out.  (Put the word REM in from of the line)
  11.    as it takes 500K of RAM to use HPFS, memory that could well be used
  12.    for something else.
  13.    NOTE: /CACHE:2048.  Since I only have the HPFS running I am using 2MB
  14.    for this cache.
  15.    NOTE: /CRECL:16  Defines the size of the maximum record size.
  16.          Experiment with this setting.
  17.    NOTE: /AUTOCHECK:CDE  Runs FDISK is OS/2 is not shutdown properly.
  18.          Leave this in there, and list the HPFS drives ONLY,  The
  19.          DISKCACHE line below is for FAT partitions.
  20.  
  21. SET PROMPT=$P$G
  22.    NOTE: Changing this SET PROMPT line is totally up to the individual
  23.  
  24. PRIORITY_DISK_IO=NO
  25.    NOTE: Give equal performance to all session, foreground as well as
  26.    background.  Set to YES will give the foreground session priority,
  27.    something you don't want to do with multi-node systems.
  28.  
  29. FILES=50
  30. BUFFERS=40
  31.    NOTE: I increased both FILES and BUFFERS
  32.  
  33. DISKCACHE=64
  34.    NOTE: ONLY 64K as only the floppies here are FAT, the rest of the
  35.    system is HPFS and that cache is on the top line above that starts
  36.    with IFS=C:\OS2\HPFS
  37.  
  38. DISKCACHE=1024,LW,AC:C
  39.    NOTE:  Although I am NOT using this line I put it here for you that
  40.    will be running FAT partitions:
  41.  
  42.    THIS IS FOR FAT PARTITIONS ONLY!
  43.  
  44.    1024K is the size of the cache.  Total cache recommended is 2MB
  45.    split between the FAT and the HPFS.  If you have only FAT then make
  46.    this 2048K.  The same goes for only HFPS partitions (like my setup)
  47.    it's set to 2048K.  If you have both file systems (FAT & HPFS) spilt
  48.    the cache accordingly.
  49.  
  50.    LW, is for Lazy Writes.  This means that OS/2 will write to the disk
  51.    at a time when the processor is not busy which helps the speed as
  52.    it's not writing to the cache when the system is busy.
  53.  
  54.    AC:C   This is the AUTOCHECK command that will run FDISK on your
  55.    partitions if OS/2 is not shutdown correctly...  Add ALL your FAT
  56.    partitions to this.
  57.  
  58.  
  59. MAXWAIT=1
  60.    NOTE:  Reduced from 3 to 1
  61.  
  62. SWAPPATH=D:\OS2 2048 10240
  63.    NOTE:  OS/2 will set the size of the SWAPPER.DAT file according to
  64.    the amount of RAM memory.  Although I have 16MB, I have a large swap
  65.    file just in case.  I recommend this to anyone that has the disk
  66.    space.
  67.  
  68. PRIORITY=DYNAMIC
  69.    NOTE:  Recommended by David Terry, head programmer at CDC.
  70.  
  71. THREADS=512 (512 being the maximum, 256 might work better for you, again
  72.              you need to experiment.)
  73.    NOTE:  Recommended by Boca, OS/2 Development Team
  74.  
  75. PRINTMONBUFSIZE=134,0,0
  76.    NOTE:  Size must remain at 134, but if you have only 1 printer reduce
  77.    the last two to 0 to save memory.
  78.  
  79. DEVICE=C:\OS2\VDISK.SYS 4096 128 512
  80.    NOTE: RAMDISK Command.  You'll need to put this in as OS/2 does not.
  81.  
  82. REM DEVICE=C:\OS2\MDOS\VCDROM.SYS
  83.    NOTE:  Be sure to REM out this line if you don't have a CD-ROM
  84.    installed.
  85.  
  86. REM DEVICE=C:\OS2\COM.SYS
  87. REM DEVICE=C:\OS2\MDOS\VCOM.SYS
  88.    NOTE:  Rem out the default com drivers if you are using the SIO
  89.    drives. (see just below).
  90.  
  91. DEVICE=C:\SIO.SYS
  92. DEVICE=C:\VSIO.SYS
  93.    NOTE:  SIO/VSIO COM drivers.  Recommended..
  94.  
  95.  
  96. Hoepfully I have covered ALL the changes that I made to my config.sys
  97. file for optimium performance.
  98.