home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 30 fixes_v / 30-fixes_v.zip / cfgupd6.zip / cm2cfg.dat < prev    next >
Text File  |  2000-01-29  |  221KB  |  5,948 lines

  1. 
  2. -----------------------------------------------------------------
  3. 1. GENERAL
  4. 
  5. AUTOFAIL=YES
  6.  
  7.  If not set to Yes, OS/2 default is No. In the default setting,
  8.  when an error occurs, OS/2 will only display a window informing
  9.  you of the problem. If you wish to see the actual error code
  10.  information, set AUTOFAIL to Yes. 
  11.  
  12.  <<=NOTE=>> This command can't be run from an OS/2 prompt.
  13.  
  14.  <<=TIP=>> Paul Kurr writes: "I set this value to YES on my
  15.  machine so that I'm not interrupted with those pesky drive not
  16.  ready popups and such. AUTOFAIL=YES takes the "first" option
  17.  in those windows presented (usually return error code to program).
  18.  
  19.  "This can be seen most easily when running WIN-OS2 with a CDROM
  20.  installed - either empty or with a music CD in the drive. With
  21.  AUTOFAIL=NO (default) OS/2 pop's up the window stating that my
  22.  drive "E" is not ready. With AUTOFAIL=YES, the first "selection"
  23.  from that error is executed -- returning the failed drive status
  24.  to WINOS2, which just keeps running fine."
  25. 
  26. BUFFERS=30
  27.  
  28.  Tells OS/2 how many disk buffers to set aside. Range is from 3 
  29.  to 100. Each buffer takes up to 512 bytes of RAM. The install
  30.  default usually works well. If you are using HPFS only, see
  31.  <<=Tip=>> below.
  32.  
  33.  Disk buffers are blocks of memory set aside by OS/2 for use in 
  34.  reading and writing blocks of data. For example, if a program
  35.  wants to change 80 bytes of a file, it needs to read the 512
  36.  byte sector that contains the original data, change the infor-
  37.  mation and then write the corrected 512 byte sector back out.
  38.  A "buffer" is the 512 byte temporary staging area for this
  39.  partial sector operation. According to a source at IBM, "OS/2
  40.  allows multiple simultaneous I/O operations to be queued up for
  41.  both diskette and hard disk. Each 'concurrent' operation may
  42.  need a buffer. If there are not enough buffers, overlap can be
  43.  inhibited. Because OS/2 has more 'simultaneous' queued I/O
  44.  than DOS, it needs more buffers."
  45.  
  46.  <<=TIP=>> Generally, if you are running FAT on one or more of
  47.  your hard drives, you can speed up your system by increasing
  48.  the number of BUFFERS. But, keep in mind that as you increase
  49.  the number, you reduce available memory. Be careful about using
  50.  a lower number unless you only have 4MB of RAM. With 4MB of RAM
  51.  you may wish to set BUFFERS to 20.
  52.  
  53.  <<=TIP=>> If you are using only HPFS (i.e., no FAT partitions),
  54.  try setting BUFFERS to 3. With HPFS you generally don't need
  55.  BUFFERS. Remember that 3 is the minimum parameter. If you set
  56.  BUFFERS to 1 or 2, OS/2 will default to 30 since 1 and 2 are out
  57.  of range. There is one exception to this tip. If you access
  58.  your floppy disks or FAT formatted removable disks a lot, then
  59.  a reduced BUFFERS setting could impact the performance of these
  60.  drives. (Thanks to Andrew Stephenson for reminding me to integrate
  61.  removable drives also).
  62. 
  63. CODEPAGE=437,850
  64.  
  65.  Lets you use the alphabet of various countries and languages.
  66.  The syntax is CODEPAGE=ppp,sss, where ppp is the number of the
  67.  primary national alphabet to be used and sss is a secondary 
  68.  alphabet number. From an OS/2 command line, you can use the
  69.  CHCP command to switch between these two code pages. This can
  70.  be useful in order to type, display or print data in a
  71.  different language from the version installed. CHCP can be
  72.  used either without a parameter to query the current code
  73.  page, or with one parameter in order to switch between primary
  74.  and secondary code pages. CHCP cannot be used to change to a
  75.  code page not defined in the CODEPAGE= config.sys line. 
  76.  
  77.  See the OS/2 Reference book for a complete list of parameters.
  78.  
  79.  437=US English alphabet and 850=multinational alphabet. The 
  80.  multinational alphabet contains most of the accented letters 
  81.  used in various European languages. Several other alphabets
  82.  that can be supported by your version of OS/2. 
  83.  
  84.  <<=WARNING=>> Japan, Korean and Chinese require a special 
  85.  version of OS/2 and special hardware.
  86.  
  87.  <<=WARNING=>> The choice of code page is made at installation
  88.  time and should only be changed by using Selective Install. 
  89.  
  90.  <<=NOTE=>> If there is not a CODEPAGE statement in your
  91.  config.sys, your keyboard will use an alphabet based on
  92.  the COUNTRY statement found earlier in your config.sys,
  93.  but your screen and printer will use their built in defaults.
  94.  
  95.  <<=NOTE=>> Arabian, Greek, Hebrew, Thai and DBCS Codepages are only
  96.  fully supported in OS/2-Versions developed for those countries.
  97.  
  98.  <<=TIP=>> In Warp 4 are many new Codepages, Codepage 1004 is according 
  99.  to the WINDOWS ANSI Standard, this is important for an correct
  100.  interpretation of German 'umlauts' and to convert documents between 
  101.  Windows and OS/2
  102. 
  103. COUNTRY=001,C:\OS2\SYSTEM\COUNTRY.SYS
  104.  
  105.  Customises your system for the country you wish to use. It 
  106.  establishes which defaults to use when it comes to decimal 
  107.  separators, date and time formats, currency symbols, etc. The 
  108.  syntax is COUNTRY=xxx,PATH,FILE NAME. xxx is a three-digit code 
  109.  number that tells what country to use. The number is usually
  110.  (but not always) the same as the international telephone dialling
  111.  prefix for the country desired. If in doubt consult your OS/2 
  112.  online-reference.
  113. 
  114. DEVINFO=KBD,US,C:\OS2\KEYBOARD.DCP
  115.  
  116.  Tells the keyboard which international character set to use and 
  117.  where to find the file KEYBOARD.DCP which translates keystrokes. 
  118.  The syntax is DEVINFO=KBD,cc,DRIVE,PATH,FILENAME. The parameter
  119.  cc equals the character set to be used, e.g. US = United States.
  120.  
  121.  See OS/2 Reference book for character set codes.    
  122.  
  123.  <<=TIP=>> Keyboard Layer/2 is a FREE alternative keyboard layout
  124.  switcher between national and latin keyboard layouts for OS/2 4.0
  125.  and 3.0. Look at http://www.os2.spb.ru, or 
  126.  http://www.geocities.com/SiliconValley/Vista/7567/software/
  127.  ATTENTION: Pages are only in Russian and cyrillic letters.
  128. 
  129. DEVINFO=SCR,VGA,C:\OS2\BOOT\VIOTBL.DCP
  130.  
  131.  This command prepares your monitor to display information based
  132.  upon the CODEPAGE specification. VIOTBL.DCP is the file that
  133.  contains the video fonts for displaying characters for each of
  134.  the CODEPAGES supported by OS/2.
  135. 
  136. DEVINFO=SCR,VGA,C:\OS2\BOOT\VIOTBL.DCP
  137.  
  138.  This command prepares your monitor to display information based
  139.  upon the CODEPAGE specification. VIOTBL.DCP is the file that
  140.  contains the video fonts for displaying characters for each of
  141.  the CODEPAGES supported by OS/2.
  142. 
  143. DEVINFO=SCR,VGA,C:\OS2\VIOTBL.DCP
  144.  
  145.  This command prepares your monitor to display information based
  146.  upon the CODEPAGE specification. VIOTBL.DCP is the file that
  147.  contains the video fonts for displaying characters for each of
  148.  the CODEPAGES supported by OS/2.
  149. 
  150. DISKCACHE=D,LW,32,AC:CD+E
  151.  
  152.  If you are using one or more FAT partitions on a hard drive,
  153.  this command sets up a disk cache for those partitions. The
  154.  default cache size used by OS/2 during installation is based on
  155.  how much RAM your system contains. See Table 5. The minimum
  156.  cache size is 64k and the Maximum FAT cache size is 14MB.
  157.  
  158.  <<=IMPORTANT NOTE=>> Under Warp, during installation the 
  159.  letter "D" is used instead of the usual numeric value. On the
  160.  "nets", several users have reported that their disk I/O was
  161.  significantly reduced when they replaced the "D" with a value
  162.  as was the case in OS/2 2.x. I suggest you change this setting
  163.  based on the optimum cache sizes as shown in Table 1.
  164.  If you leave the "D" setting, then OS/2 will set your FAT
  165.  diskcache based upon the amount of RAM you have as follows:
  166.  
  167.         7 or 8MB of RAM, "D" is set to 512k; and
  168.         more than 8MB, "D" is set to 10% of RAM.
  169.  
  170.  <<=NOTE=>> This command is for hard drives only. DISKCACHE
  171.  does not cache FAT based floppy drives.
  172.  
  173.  <<=TIP=>> If you are only using HPFS, then you should REM
  174.  this statement and save 64k of RAM (don't delete, you may need
  175.  or want it later). If you have a FAT partition on your hard
  176.  drive and you REM this statement, OS/2 will automatically set
  177.  up a 64k cache by default.
  178.  
  179.  <<=NOTE=>> From the IBM Fixpak40. TRAP 000E WITH REMOVABLE MEDIA
  180.  This trap will happen to anyone who uses DevIoCtl that does
  181.  things like EJECT, PROTECT, etc. for Removable Media and has
  182.  removed all FAT cache from CONFIG.SYS.
  183.  Workaround is to add DISKCACHE=64,LW to CONFIG.SYS.
  184.  This problem will be fixed in Fixpak 41 and above. 
  185.  
  186.  <<=TIP=>> If you have the RAM, increase the size to improve
  187.  system performance, but don't get carried away by using to much
  188.  of your RAM; this can hurt performance. See the information on
  189.  optimum cache sizes contained in Table 1 which is shown
  190.  below.
  191.  
  192.  ========================= Table 1 ================================
  193.  
  194.  If you have formatted your hard drive(s) with only FAT partitions,
  195.  the default cache size in this statement will be that noted under
  196.  ONE FILE SYSTEM. If you have both FAT and HPFS partitions,
  197.  then OS/2 defaults to the cache size noted under TWO FILE SYSTEM.
  198.  The file system which uses the greatest amount of your disk space
  199.  gets the larger default value.
  200.  
  201.    MEMORY SIZE IN MB      TWO FILE SYSTEMS         ONE FILE SYSTEM*
  202.         10 - 16               512/512                 1024
  203.         17 - 32               1024/1024               2048
  204.  
  205.  * Defaults in Warp are different and are shown as the second
  206.    number. On systems with more than 8MBs of RAM, the default
  207.    is 10% of available RAM to a maximum cache of 4MB.
  208.  
  209.  <<=TIP=>> See the howto.dat for an detailed discussion how
  210.  to set the cache for less powered systems.
  211.  
  212.  ===============================================================
  213.  
  214.  LW: Enables lazy writes. If you don't want lazy write enabled,
  215.  then remove ",LW".
  216.  
  217.  <<=NOTE=>> Lazy-writing provides significant performance
  218.  improvements to your system. If you disable this feature, the
  219.  performance of your system will suffer.
  220.  
  221.  32: Sets the threshold size. It is express in number of sectors
  222.  which are 512 bytes each. Data requests from your disk that are
  223.  larger than this number will not be cached. The default is 4.
  224.  Thirty two (32) is said to be an optimum number. One hundred 
  225.  twenty eight (128) is the maximum allowable. This setting has
  226.  no impact on RAM.
  227.  
  228.  AC:CD+E: If you want CHKDSK to automatically check any partition
  229.  after an improper shut down, then add this parameter to end of the
  230.  DISKCACHE command: AC:n where n is the partition(s) to check,
  231.  e.g. AC:C. If you add a + (plus) sign before any drive letter,
  232.  OS/2 will automatically run CHKDSK on that drive each time
  233.  you boot.
  234. 
  235. DLLBASING
  236.  
  237.  New setting in Warp Server for e-business
  238.  
  239.  The dllbasing parameter prevents fragmentation of the shared
  240.  environment, allowing more efficient use of virtual memory. The
  241.  dllbasing parameter may be set to ON or to OFF. The default value is
  242.  ON. If dllbasingis set to ON, then the system will attempt to honor the
  243.  base addresses (preferred load addresses) for DLLs. Honoring base
  244.  addresses for DLLs is preferred because it improves system performance
  245.  for loading DLLs.
  246.  However, sometimes there is an interaction between the DLL basing and
  247.  an application's memory usage which will cause the system to run out of
  248.  private memory. In this case, you should set dllbasing to OFF so that
  249.  the system will ignore base addresses for DLLs. The system performance
  250.  for loading DLLs may degread marginally, but there will be more free
  251.  private memory.
  252.  
  253.  <<=TIP=>> By Istvan Kovacs: ON: better general performance;
  254.  OFF: more private memory (just in case an app needs it)
  255. 
  256. DUMPPROCESS=x
  257.  
  258.  Activates the Dump Process. Any application process that traps
  259.  will cause a process dump. The information will be written to
  260.  a dump file named PDUMP.xxx where xxx is an index that is
  261.  incremented each time a new process dump is created. This dump
  262.  file resides in the root directory of drive specified in "x". 
  263. 
  264. IOPL=YES
  265.  
  266.  When set to YES, this command lets programs that need to bypass
  267.  OS/2 (and its device drivers) and work directly with hardware
  268.  devices, to do so. One example is Lotus 123/G. YES means
  269.  that all programs can access the hardware directly. NO means
  270.  that no program can access the hardware directly. YES is the
  271.  default and is generally best, since its hard for most of us to
  272.  know when a program is written is such a way as to need direct
  273.  access to hardware.
  274.  
  275.  IOPL stands for Input/Output Privilege Level.
  276.  
  277.  <<=TIP=>> You can also specify a list of programs that are
  278.  allowed to work directly with the hardware. For example, 
  279.  IOPL=WS.EXE,123.EXE would allow only these two programs to
  280.  access hardware directly.
  281. 
  282. IROPT=n:
  283.  
  284.  undocumented variable for IBM Dualstor
  285.  
  286.  n: =d: no  FIFO
  287.     =D: use FIFO
  288.     =x: 0.5 MBit/s
  289.     =X: 1   MBit/s
  290. 
  291. LASTDRIVE=H
  292.  
  293.  Specifies the drive LETTER of the last valid drive, including 
  294.  attached drives such as CDROM, bernoulli etc.
  295.  Z is the last valid character, typically C, D, E etc.
  296. 
  297. LIBPATH=C:\NETSCAPE;.;C:\OS2\DLL;...
  298.  
  299.  Tells OS/2 where to locate Dynamic Link Libraries (DLLs). 
  300.  LIBPATH is similar to DPATH and PATH, but the statement can
  301.  only be used in the config.sys file and OS/2 does not search the
  302.  current directory for DLLs unless you include it in the LIBPATH
  303.  statement. You don't need to use the SET command with LIBPATH. 
  304.  It is not an environment variable.
  305.  
  306.  <<=TIP=>> To reduce the search time, be sure that the various
  307.  PATH statements contain the correct path to your program and
  308.  other files.
  309.  You can also have OS/2 search the current directory by including
  310.  a period "." right after the equal "=" symbol (LIBPATH=.;C:\....).
  311.  This causes OS/2 to look in the current logged directory first.
  312.  
  313.  One final item that will reduce search time: Be certain that
  314.  the PATH, LIBPATH and DPATH statements in the config.sys are
  315.  arranged with the most frequently accessed sub directories
  316.  listed first.
  317.  
  318.  <<=TIP=>> Problems can arise with duplicate filenames on the 
  319.  system. Sometimes you will have 2 DLL's with the same file name
  320.  but for different applications, which may cause programs to
  321.  misbehave. Check the ordering of directories in LIBPATH, use ".:" 
  322.  and enter the path in working directories for the application 
  323.  properties.
  324.  
  325.  <<=TIP=>> Don't forget that autoexec.bat has a PATH too. 
  326.  
  327.  <<=TIP=>> With Warp, IBM has introduced the ability to
  328.  dynamically change LIBPATH using two new environment variables:
  329.  BEGINLIBPATH and ENDLIBPATH. These commands are most useful
  330.  in CMD or BATCH files, but can be used in your config.sys.
  331.  Any directories that appear in the BEGINLIBPATH variable are
  332.  searched before directories in LIBPATH, and directories that
  333.  appear in the ENDLIBPATH variable are searched after those
  334.  in LIBPATH. The correct syntax is SET BEGINLIBPATH=C:\OS2.
  335.  
  336.  <<=NETSCAPE TIP=>> Netscape must be in the first place of the
  337.  Libpath. This means also before the above mentioned period ".".
  338.  If you use Staroffice 4.0 check if that's correct, if
  339.  not move the Staroffice Path behind Netscape and install 
  340.  Servicepak 2 for Staroffice or higher otherwise the Staroffice
  341.  Browser wont function. 
  342. 
  343. MAXWAIT=3
  344.  
  345.  This command sets the longest period a program will have 
  346.  to wait to execute before OS/2 ups its priority. This makes
  347.  sure that no program is put on hold forever while some other
  348.  program hogs the system. You can set MAXWAIT from 1 to 255
  349.  seconds. The default is 3 seconds.
  350.  
  351.  <<=TIP=>> When running heavy background programs, such as a
  352.  BBS, change the setting to 1, i.e. MAXWAIT=1. This will keep
  353.  the BBS software or other background programs running at top
  354.  speed. For general use, it appears that setting MAXWAIT=2
  355.  makes the system a little livelier.
  356.  
  357.  <<=NOTE=>> MAXWAIT only has an effect if PRIORITY=DYNAMIC.
  358.  
  359.  <<=NOTE=>> The smaller the number you use, the more system
  360.  overhead there will be.
  361. 
  362. MEMMAN=SWAP,PROTECT
  363.  
  364.  OS/2 can run more programs and use more data than can actually
  365.  be stored in memory at any given time. This is done by swapping
  366.  large amounts of memory to your hard disk and then reading the
  367.  data back into memory when needed. This is called virtual memory.
  368.  For example, if you have 4MB of memory you will see lots of disk
  369.  activity while you are working with your system. A lot of this is
  370.  OS/2 swapping memory to and from your hard disk. Lots of memory
  371.  swapping slows down your system and can cause your hard disk to
  372.  fragment quicker than normal.
  373.  
  374.  The MEMMAN command controls the swap process. The syntax is 
  375.  MEMMAN=s,m,PROTECT,COMMIT where s=SWAP or NOSWAP; m=MOVE or NOMOVE.
  376.  The default is to have virtual memory on. To turn off virtual 
  377.  memory, which is NOT recommended, the config.sys file line should 
  378.  read: MEMMAN=NOSWAP. See <<=CAUTION=>> below.
  379.  
  380.  PROTECT allows the allocation and use of protected memory for 
  381.  certain DLLs. This is done to protect those DLLs from being 
  382.  trashed by an errant program. Unless you are a programmer who 
  383.  needs this set to NOPROTECT, leave the default.
  384.  
  385.  COMMIT. OS/2 will allocate space in the swap file whenever a program
  386.  commits memory, i.e., a page in the swap file is allocated for every
  387.  page of memory committed by a program, even if the data never actually
  388.  gets swapped out. Your system should be more stable, but it will be
  389.  slower also, since your swap file will grown when it doesn't have to.
  390.  If you use this parameter, increase the size of your SWAPPER.DAT file
  391.  by the amount of memory you are likely to use when using the COMMIT
  392.  parameter. Most people "in-the-know" suggest that COMMIT not be used
  393.  unless it is required by 16-bit OS/2 applications.
  394.  
  395.  <<=TIP=>> You can also use the COMMIT parameter another way.
  396.  Without COMMIT set, the minimum free noted in you SWAPPATH
  397.  specified the point at which OS/2 gives you a message warning that
  398.  your disk space is running low. When you set COMMIT, the minimum
  399.  free value noted in your SWAPPATH statement becomes the amount of
  400.  hard disk space that will always remain free on the swap file
  401.  partition. Thus, with COMMIT set, you can never run out of disk
  402.  space on your swap file partition. 
  403.  
  404.  <<=CAUTION=>> When messing with the MEMMAN line, I changed it to
  405.  MEMMAN=NOSWAP. As a result, I had to boot from my OS/2 installa-
  406.  tion disk and recover my backup config.sys file to get the system
  407.  to boot. According to Blake Stover, "The reason MEMMAN=NOSWAP,
  408.  PROTECT chokes is because of the hat tricks OS/2 does while
  409.  loading the WpS, Desktop, Bitmaps, Folders, Cache buffers, MMPM/2,
  410.  etc..OS/2 likes to load all of these, then swap or discard the
  411.  inactive code. If there is no where to swap to it dies during
  412.  boot, unable to initialise the resources it needs. NOSWAP,PROTECT
  413.  should only be used for boots from floppy to do maintenance, in
  414.  most cases. (People who use TSHELL on a machine with a good
  415.  amount of RAM may also use it to speed operations). IBM does
  416.  not recommend that you set MEMMAN to NOSWAP unless you have more
  417.  than 8MB of RAM.
  418.  
  419.  <<=NOTE=>> The MOVE/NOMOVE parameter is only provided for
  420.  OS/2 1.x compatibility.
  421.  
  422.  <<=NOTE=>> NOPACK PARAMETER. When OS/2 initially loads a 16-bit
  423.  OS/2 application, it packs the segments into pages and copies
  424.  them to the swap file for faster recovery when needed. This can
  425.  be disabled by using the NOPACK option on the MEMMAN line. How-
  426.  ever, the performance decrease and larger working set will rarely
  427.  offset the potential of a reduced swap file size.
  428.  
  429.  <<=NOTE=>> DELAYSWAP. No information at this time. SWAPDOS and
  430.  NOSWAPDOS parameters from OS/2 1.x are not valid in OS/2 2.0 and
  431.  later.
  432.  
  433.  <<=TIP=>> From Warp Server for e-business docs:
  434.  If DOS real mode is required, set the  memman parameter to SWAP,
  435.  MOVE,SWAPDOS to enable swapping of the DOS real-mode window.
  436.  This might be a left-over from older docs, though.
  437. 
  438. MODE
  439.  
  440.  MODE is a multipurpose command that allows you to control
  441.  printer ports, serial ports, modems, video monitors and disks.
  442.  For example, if you want to "lock" in the baud rate on COM2,
  443.  add the following MODE command to your config.sys file:
  444.  
  445.  MODE COM2 baud  (where baud is the rate you want to lock)
  446. 
  447. PAUSEONERROR=YES
  448.  
  449.  This command tells OS/2 to pause during boot, and display an 
  450.  error message, if an error is detected in your config.sys
  451.  If this statement is not in your config.sys, OS/2 defaults to 
  452.  YES. If you set this to NO, the error message will scroll off the 
  453.  screen so quickly that you will certainly be unable to read it,
  454.  and probably may not even notice it.
  455. 
  456. PRINTMONBUFSIZE=2048,134,134
  457.  
  458.  This command sets the size of the print buffers for your 
  459.  parallel ports. The syntax is PRINTMONBUFSIZE=LPT1,LPT2,LPT3
  460.  where LPT1 is the buffer size for the parallel port LPT1, LPT2
  461.  is the buffer size for LPT2 and LPT3 is the buffer size for
  462.  LPT3. The default and minimum is 134 bytes and the maximum is
  463.  2048 bytes.
  464.  
  465.  <<=Note=>> You must define a buffer for LPT2 and LPT3 even if
  466.  you don't use these ports. You will get an error message at
  467.  start up if you don't.
  468.  
  469.  <<=TIP=>> You may be able to improve printer throughput by 
  470.  increasing buffer size. I have my LPT1 set to 2048. This 
  471.  setting will also speed-up drives attached to the parallel
  472.  port (e.g. Zip-Drives).
  473.  
  474.  <<=TIP=>> If you need more than three LPT-Ports get the 
  475.  LPT49.ZIP Package from http://www.kellergroup.com.
  476.  See also the command DEVICE=C:\path\LPT49.SYS under
  477.  Device later in this file.
  478.  
  479.  The following REXX-Script also adds additional printer ports 
  480.  4-9 by generating the spooler-queues LPT4-9 in the OS2SYS.INI
  481.  
  482.    /*LPT4-LPT9 in OS2SYS.INI*/
  483.    Call RxFuncAdd 'Sys.ini','RexxUtil','Sys.ini'
  484.    do i=4 to 9
  485.    call Sysini'System','PM SPOOLER PORT','LPT'||i,';'||'00'x
  486.    end
  487.    exit
  488.  
  489.  <<=TRIVIA=>> Ever wonder where IBM got a parameter like 134? 
  490.  I did and Lynn Nash passed along the following in response to
  491.  my question:
  492.  
  493.  "Obviously you have no background on the big iron or it has 
  494.  disappeared into historical memory :-).
  495.  
  496.  "Mainframe line standard of 132 columns plus 2 for carriage
  497.  return and line feed characters. That is why all the wide
  498.  carriage dot matrix printers also had 132 column lines, to be
  499.  able to use that wide green bar paper. Anyone that had an early
  500.  Okidata 83 dot matrix even had an electronic format tape, but
  501.  that is a story for another time."
  502. 
  503. PRIORITY_DISK_IO=YES
  504.  
  505.  This command determines whether programs running in the fore-
  506.  ground have priority access to disks. The default is YES. If
  507.  you want a program running in the background, like a BBS, to
  508.  have equal access to your disks, then change this statement to
  509.  NO. If you change this command to no and then find that your
  510.  communications program does not work, change back to yes.
  511. 
  512. PRIORITY=DYNAMIC
  513.  
  514.  OS/2 automatically assigns processing priorities to each thread
  515.  of a program as it begins processing. A thread running in the
  516.  foreground will generally have priority over a thread running
  517.  in background. Thread priorities are adjusted, generally based
  518.  upon how active they are, by OS/2 on an ongoing basis to make
  519.  sure each thread has adequate processing time. On the rare
  520.  occasion that you need to run a program which must never change
  521.  in priority, you should set PRIORITY=ABSOLUTE, otherwise, don't
  522.  mess with it.
  523.  
  524.  <<=NOTE=>> This command does not have to be in your config.sys.
  525.  If it isn't, OS/2 defaults to PRIORITY=DYNAMIC.
  526.  
  527.  "To summarise: The highest priority thread always has the
  528.  machine. If there are two equally high threads, they timeslice
  529.  having the machine. Note that there are many Operating System
  530.  threads, like the scheduler itself, that are higher priority
  531.  than any program. Now, if PRIORITY=ABSOLUTE in the config.sys
  532.  file, that's all there is to it. But usually, PRIORITY=DYNAMIC,
  533.  and OS/2 keeps gradually increasing the priority of a starved
  534.  thread until it gets to run. Maxwait determines the maximum
  535.  time, in seconds, before the scheduler intervenes to raise a
  536.  low priority thread up high enough to run."
  537. 
  538. PROTECTONLY=YES/NO
  539.  
  540.  Allows you to choose between a shared DOS and OS/2 operating
  541.  environment or just an OS/2 environment. If you plan to run
  542.  only OS/2 programs, then set PROTECTONLY=YES. If you plan to
  543.  run DOS programs (including Windows), then set PROTECTONLY=NO.
  544.  
  545.  <<=NOTE=>> Jonathan de Boyne Pollard relayed the following:
  546.  "Part of the difficulty of talking about OS/2 2.x, as opposed
  547.  to OS/2 1.x, is that *all* processes run in *protected mode*.
  548.  The 386 never runs in real mode in OS/2 2.x.
  549.  
  550.  "Virtual DOS Machines are run in v8086 mode, which is still
  551.  *protected mode*, as the paging mechanism is still active.
  552.  The major difference between v8086 and normal protected mode
  553.  is that the segment base addresses in linear memory are
  554.  fixed, instead of being determined by the entries for each
  555.  selector in the LDT and GDT.
  556.  
  557.  "So PROTECTONLY in OS/2 2.x means *don't use v8086 protected
  558.  mode*. For a while there we thought that it meant *don't use
  559.  real mode* and so was useless to OS/2 2.x, but it seems after
  560.  all that it retains its original OS/2 1.x semantics, if not 
  561.  its original mechanism."
  562. 
  563. PROTSHELL=C:\OS2\PMSHELL.EXE
  564.  
  565.  This OS/2 command tells OS/2 which program you want to use as the           
  566.  protect mode shell (the program that determines what your user             
  567.  interface looks like and how it operates.)  This is the first              
  568.  program OS/2 will execute. PMSHELL.EXE is the program which               
  569.  initializes OS/2 Presentation Manager. If you delete this line 
  570.  from your config.sys file, OS/2 will load PMSHELL.EXE by default.
  571.  
  572.  <<=NOTE=>> There are several alternatives to PMSHELL.EXE.  One is
  573.  OS/2's own CMD.EXE.  If you replace PMSHELL.EXE with CMD.EXE, you
  574.  will get a full screen OS/2 session only and will not be able to 
  575.  run PM programs.  
  576.  An alternative is TSHELL.EXE, a text-based, protected-mode shell
  577.  for OS/2. Any one remember OS/2 1.x? 
  578.  TSHELL makes OS/2 look something like OS/2 1.0, which did
  579.  not have a graphical user interface. With TSHELL you can start
  580.  and switch full-screen sessions only. These can be OS/2, DOS, or
  581.  WINOS2 sessions depending on system configuration.  
  582.  You use Alt+Esc to switch around sessions and Ctrl+Esc to pop up
  583.  the task list.  
  584.  But please note, like OS/2 1.0, there is no Presentation Manager,
  585.  OS/2 PM applications will not work. TSHELL is IBM EWS-Software found
  586.  at ftp://ftp.pc.ibm.com/pub/pccbbs/os2_ews/
  587. 
  588. REIPL=ON
  589.  
  590.  This command automatically restarts the system when a system
  591.  trap or internal processing error occurs. Parameter is ON or
  592.  OFF. Default is OFF.
  593.   
  594.  <<=TIP=>>  This command along with the SUPPRESSPOPUPS command
  595.  can be very useful to those running a BBS. If a trap or internal
  596.  processing error occurs while your BBS is unattended, having 
  597.  these two command in your config.sys will cause your system to
  598.  log the error and then restart the system, so your BBS is back
  599.  online.
  600. 
  601. REMOTE_INSTALL_STATE=x
  602.  
  603.  Variable used for CID installations.
  604.  
  605.  <<=ATTENTION=>> If defined, all installation programs created with
  606.  Software Installer/2 will not display.
  607. 
  608. RESERVEDRIVELETTER=x
  609.  
  610.  New in Warp 4, Warp 3 with Fixpaks higher 24.
  611.  Note: Multiple RESERVEDRIVELETTER statements are allowed but only the
  612.  last one is used. Valid Driveletters are D - Z.
  613.  
  614.  During the processing of CONFIG.SYS, OS/2 allocates drive letters for
  615.  all BASEDEV= statements. In general, the only BASEDEV= statements that
  616.  allocate drive letters are those for the Disk Device Driver, which
  617.  will allocate 1 drive letter sequentially for each local disk
  618.  partition. Three local disk partitions would allocate C:,D:,E:.
  619.  
  620.  After processing BASEDEV= statements, the system will honour the
  621.  RESERVEDRIVELETTER statement(s). If the RESERVEDRIVELETTER statement
  622.  conflicts with any drive letter already assigned to a local disk
  623.  partition, an error message will be generated and that
  624.  RESERVEDRIVELETTER statement will be ignored.
  625.  
  626.  The next processing occurs for DEVICE= statements. DEVICE= statements
  627.  for local block mode devices will assign drive letters, starting
  628.  sequentially immediately after the highest drive letter specified in a
  629.  RESERVEDRIVELETTER statement. Examples of local devices which use
  630.  drive letters are CDROM, R/W OPTICAL, TAPE, Virtual Disks (VDISK).
  631.  
  632.  So on a network, for example, the administrator can reserve 
  633.  specific drive letters for his later use in CMD files, or login
  634.  scripts, so that drive references across the network remain
  635.  stable.
  636. 
  637. SETBOOT /T:5
  638.  
  639.  This command lets you configure Boot Manager in OS/2, if it was 
  640.  installed, otherwise you will experience an error message on 
  641.  boot. The parameters are :
  642.  
  643.   /T:x  Number of seconds that the Boot Manager menu will
  644.         remain on the screen before the default system starts. A
  645.         0 (zero) setting causes the menu to be bypassed. A NO
  646.         (as in /T:NO) causes the menu to remain displayed until
  647.         a selection is made.
  648.  
  649.   /Q    Queries the currently set startup environment, and
  650.         displays the default logical disk alias, timeout value,
  651.         mode, and drive letter assignments for each system index.
  652.  
  653.   /X:x  Sets the system startup index to indicate the partition
  654.         that the Boot Manager should start, where x is from 0 to 3.
  655.  
  656.  For complete information and other parameters available, refer to
  657.  the online OS/2 Command Reference.
  658. 
  659. SOURCEPATH=OS2_IMAGE_DIRECTORY
  660.  
  661.  Sets the path for the OS/2 Installation program SYSINST2.EXE
  662. 
  663. SUPPRESSPOPUPS=x
  664.  
  665.  SUPPRESSPOPUPS=0 will restore behaviour of WARP3 to pre-FixPak 29 
  666.  behaviour. That is, to disable logging and to have trap screens 
  667.  displayed unless specifically overridden by an application's use of
  668.  the DosError API.
  669.  
  670.  SUPPRESSPOPUPS=x: will disable trap screen display for all processes and
  671.  will log trap screens in x:\POPUPLOG.OS2, where x: is a drive or
  672.  partition.
  673.  
  674.  If SUPPRESSPOPUPS is omitted then the behaviour is as described above
  675.  under "Automated Trap Screen Logging". 
  676.  
  677.  <<=NOTE=>> The log file name cannot be overridden.
  678. 
  679. SWAPPATH=C:\OS2\SYSTEM 512 4096
  680.  
  681.  OS/2 can allocate more memory than it actually has available. 
  682.  It does this by swapping memory to a hard disk file called
  683.  SWAPPER.DAT.
  684.  
  685.  The syntax is SWAPPATH=DRIVE,PATH,mmm,nnn where DRIVE,PATH is
  686.  the location where you want the SWAPPER.DAT file to be placed and
  687.  mmm is a number from 512 to 32767 which specifies how large the
  688.  SWAPPER.DAT file can grow before it stops consuming hard disk
  689.  space. The size is stated in the negative. In other words, if
  690.  you have the mmm set to 512, then the SWAPPER.DAT file can grow
  691.  until there is only 512k left on your hard disk. The variable
  692.  nnn is the starting size of the SWAPPER.DAT file.
  693.  
  694.  <<=TIP=>> When your swap file grows beyond the initial size you
  695.  have specified, OS/2 starts to manage the swap file. This
  696.  increased overhead can negatively impact your systems performance.
  697.  Therefore, if your swap file always exceeds its initial size,
  698.  consider increasing the files initial size. For example, if your
  699.  swap file usually grows to 8MB, set the initial size of 8MB.
  700.  
  701.  <<=TIP=>> As time progresses, OS/2 will gradually swap dormant 
  702.  code from real RAM to the swap file. So if you tend to use a few
  703.  programs for a long period of time you will notice a gradual
  704.  performance improvement. Try and avoid application hopping
  705.  
  706.  <<=TIP=>> Normal operation of OS/2 can involves considerable
  707.  disk activity as operating system functions are loaded and pages
  708.  are moved in and out of the swap file. Here are a couple of tips
  709.  to improve performance. (1) Consider dedicating a separate
  710.  partition for the swap file. This helps avoid fragmentation of
  711.  the swap file, because other files will not be added or deleted
  712.  from the dedicated partition. (2) If you have both FAT and HPFS
  713.  partitions, put the swap file on the HPFS partition to take
  714.  advantage of the better performance of HPFS. (3) If you have a
  715.  system with two hard disk controllers, put the swap file on a disk
  716.  managed by the least used controller. (4) Keep your swap file on
  717.  the MOST used partition of the LEAST used hard drive.
  718.  
  719.  <<=WARNING=>> Never put your swap file on a networked drive.
  720.  
  721.  <<=NOTE=>> Your swap file will grow (in 1MB increments), but it
  722.  also shrinks when two conditions are met. One, when the amount
  723.  of free space in the swap file is greater than 1.5MB, the swap
  724.  file will be compressed during system idle time. (It will not
  725.  shrink if there is a constant "hit" on the drive by a program such
  726.  as a swap file monitor.) Two, during the compression, free space
  727.  is moved to the end of the swap file. When this free space at the
  728.  end of the swap file exceeds 1MB, the swap file will be shrunk.
  729.  
  730.  <<=NOTE=>> See the discussion of the COMMIT parameter for the 
  731.  MEMMAN config.sys line including the <<=TIP=>>.
  732.  
  733.  <<=WARP NOTE=>> Your swap file in Warp will be larger than in
  734.  earlier versions of OS/2. This is normal. The most significant
  735.  change that has been made is how system DLL's get loaded and what
  736.  is now valid data for swapping. System DLL's include: DISPLAY,
  737.  SOM, PMMERGE, PMWP, DOSCALL1, PMATM, PMMLE, IBMDEV32, PMCTLS,
  738.  PMSPL, IBMVGA32, PMGPI, and PMVIOP.
  739.  
  740.  In the previous versions of OS/2, DLL code was never copied to
  741.  the swapper file. In WARP, code for system DLL's can be written
  742.  to the swapper file and, in addition, during boot, PMMERGE,
  743.  DOSCALL1, PMGPI, PMWP and PMVIOP will be swapped out. This
  744.  means that there will be an overall increase in swapper size.
  745.  This was done to increase overall system performance.
  746.  
  747.  To control the size of the swap file use the FREE SmartBar
  748.  by Alessandro Rossi available at
  749.  http://www.freeweb.org/software/AlessandroRossi/
  750. 
  751. SYSDUMP
  752.  
  753.  The SYSDUMP command forces a System Dump to be initiated, regardless of
  754.  the TRAPDUMP settings. This command is provided for the use of service
  755.  personnel to allow Dump Initiation to be automated through use of a
  756.  command file.
  757.  
  758.  Warning: The initiation of a System Dump causes an immediate termination
  759.  of the system without any shutdown. No file system shutdown is performed.
  760.  The system behaves as if a fatal crash has occurred thus under rare
  761.  circumstances data can be lost.
  762.  
  763.  The command syntax is:
  764.  
  765.  SYSDUMP [/NOPROMPT]
  766.  
  767.  where:
  768.  
  769.  ■  NOPROMPT allows the Dump to proceed without the prompt and response to
  770.     message:
  771.  
  772.     "Do you want to force a system dump? (Y/N)"
  773. 
  774. SXFAKEHWFPU=1
  775.  
  776.  Activates fix for a 'math rounding error'. Warp 4 only.
  777. 
  778. THREADS=256
  779.  
  780.  OS/2 programs can have several different processes running at
  781.  the same time. These are called threads. This command sets
  782.  the maximum number of threads (from 32 to 4095 in OS/2 2.x and
  783.  from 64 to 4095 in Warp 3) that OS/2 can run at the same time.
  784.  If this command is not included in your config.sys file, OS/2
  785.  will default to 64. Jim Gilliland commented on what happens
  786.  if OS/2 runs out of Threads: "If an application tries to start
  787.  a new thread, and OS/2 has all of its threads already in use, 
  788.  then OS/2 will generate an error. It may result in a popup, or 
  789.  it may return the error information to the application."
  790.  
  791.  <<=TIP=>>  If you have more than 8MB of RAM and run lots of OS/2
  792.  specific programs, you may be able to improve system responsive-
  793.  ness by increasing the number of threads. Why?  Because well
  794.  written OS/2 programs will use threads to improve program per-
  795.  formance. Therefore, the more well written OS/2 programs in use,
  796.  the more threads that could be needed. But still keep in mind
  797.  that this only holds true only when you are using a fair number
  798.  of OS/2 specific programs at the same time.
  799.  
  800.  <<=SERVER NOTE=>> On a server it is generally considered better
  801.  to have 512 threads.
  802. 
  803. TIMESLICE=128,256
  804.  
  805.  This command allows you to manually control the minimum and
  806.  maximum amount of processor time any thread can receive at
  807.  once. The syntax is TIMESLICE=x,y where x is the minimum time
  808.  slice (in milliseconds and must be at least 32) and where y is
  809.  the maximum length (must be less than 65536).
  810.  
  811.  Jim Gilliland once posted: "The Timeslice parameter controls the
  812.  minimum and maximum timeslice that OS/2 will allow an application
  813.  to use. If you make the timeslice longer, OS/2's dispatching
  814.  overhead will be reduced, but the system's multitasking operation
  815.  will be "choppier". Increasing the length of the maximum
  816.  timeslice (the second parameter) will allow OS/2 to gradually
  817.  increase the length of the timeslice used by an application when
  818.  it is not competing with any other apps for CPU time (that is,
  819.  when it is the only app running or all others are blocked)."
  820.  
  821.  <<=TIP=>> OS/2 handles time slicing dynamically. This means
  822.  that the system is adjusting the time slice values based on
  823.  the actual processes active on the system as the workload
  824.  changes. Therefore, it is best not to attempt to manually
  825.  set TIMESLICE. OS/2 can handle this process far better than
  826.  most of us can.
  827. 
  828. TRACE=ON,OFF,n
  829.  
  830.  The system trace facility is used to record a sequence of
  831.  system events, function calls, or data. The record is usually
  832.  produced for program debugging purposes. After the trace data
  833.  is recorded, the System Trace Formatter is used to retrieve it
  834.  from the system trace buffer (see TRACEBUF below) and format
  835.  the data to either your display, printer, or to a file. Start
  836.  tracking system problems by turning TRACE on which will
  837.  establish a 4KB default buffer. (You can increase this using
  838.  the command TRACEBUF) to store tracing data. You can also
  839.  start TRACE from an OS/2 command prompt.
  840.  
  841.  <<=NOTE=>> You can turn TRACE=ON and then set TRACE=OFF for
  842.  major or minor codes. For example, TRACE=OFF 24,50,98. 
  843.  
  844.  <<=NOTE=>> IPE ON BOOT AFTER FIXPAK 35 INSTALLED ON UNI SYSTEMS
  845.  If you experience a kernel trap (black screen trap) or get a messages
  846.  stating that device drivers (such as CLOCK01.SYS) were not able to
  847.  install at boot time add the following statement to the end
  848.  of CONFIG.SYS: TRACE=OFF,6
  849. 
  850. TRACEBUF=x
  851.  
  852.  This command sets the size of the trace buffer. If any valid
  853.  TRACE statement is in your config.sys, the default size of
  854.  the trace buffer will be 4KB. You can modify this size with
  855.  the TRACEBUF command. Maximum size is 63KB. "x" is a specific
  856.  number from 1 to 63, representing a multiple of 1024 bytes.
  857.  
  858.  <<=NOTE=>> TRACEBUF will allocate memory with or WITHOUT a
  859.  valid TRACE statement in the config.sys. This is to allow command
  860.  line tracing. So check that TRACE/TRACEBUF are correct for your 
  861.  use.
  862. 
  863. TRAPDUMP
  864.  
  865.  The TRAPDUMP command allows the conditions under which a trap will
  866.  initiate a System Dump to be set dynamically. Prior to Warp 3.0 FixPak
  867.  29, the System Dump setting could only be manipulated from CONFIG.SYS by
  868.  use of the TRAPDUMP statement.
  869.  
  870.  Use of this command should be made under the direction of service
  871.  personnel.
  872.  
  873.  <<=Warning=>> The initiation of a System Dump causes an immediate
  874.  termination of the system without any shutdown. No file system shutdown
  875.  is performed. The system behaves as if a fatal crash has occurred, thus
  876.  under rare circumstances data can be lost.
  877.  
  878.  <<=Warning=>> TRAPDUMP will copy memory contents to a storage location, 
  879.  which means the storage required = amount of physical system 
  880.  memory
  881.  
  882.  The command syntax is:
  883.           TRAPDUMP [[ON] | [OFF] | [R0]] [x:] [/NOCHECK]
  884.  
  885.  
  886.  where:
  887.  
  888.  ■  ON enables all application and system traps to initiate a System Dump.
  889.  ■  OFF disables automatic dump initiation.
  890.  ■  R0 enables only Ring 0 traps to initiate a System Dump.
  891.  ■  x: specifies the Dump Partition.
  892.  ■  NOCHECK overrides the system level check for WARP 4.0, since use of
  893.     this command on a system level prior to FixPak 29 is equivalent to the
  894.     SYSDUMP command.
  895.  
  896.  OLD TRAPDUMP=xx,d, prior to fixpak 29 for WARP 3.0
  897.  
  898.  Parameters are:  OFF,drive letter
  899.                   ON, drive letter
  900.                   R0, drive letter
  901.  
  902.  Indicates when a stand alone dump is to be taken and where the
  903.  dump is to be placed. The default value is OFF and the default
  904.  drive is "A".
  905.  
  906.  If you are sending a memory dump to hard disk, you must first
  907.  create a FAT partition labelled SADUMP and give it a size
  908.  greater than the amount of physical memory in your system.
  909.  The drive you specify in the TRAPDUMP statement must contain
  910.  the SADUMP partition. Any existing data in this partition
  911.  will be overwritten. The system will restart after the TRAPDUMP
  912.  process has been completed.
  913.  
  914.  <<=NOTE=>> If REIPL=ON is specified in the config.sys file, the
  915.  system will restart automatically and no dump will be taken when
  916.  a system trap or internal processing error occurs.
  917.  
  918.  Luca Regoli, Societa' Italiana Autori Editori, provides the
  919.  following information on this command.
  920.  
  921.  "This way whenever a trap occurs you don't get anything on the 
  922.  screen. The PC beeps and [responds] as if you had depressed
  923.  CTRL+ALT+NUMLOCK / NUMLOCK.
  924.  
  925.  "Not very useful though I don't know how to get traps infor-
  926.  mation from the dump disk (and don't want to download all 20Mb
  927.  dump of memory any time I get a trap)."
  928. 
  929. TRAPLOG [x: | NOLOG] [POPUPS | NOPOPUPS]
  930.  
  931.  The TRAPLOG command allows dynamic control of trap information logging.
  932.  
  933.  where:
  934.  ■  x: specifies that trap information is to be logged in
  935.     x:\POPUPLOG.OS2, x: being any partition drive letter.
  936.  ■  NOLOG disables logging of trap information.
  937.  ■  POPUPS enables the trap information pop-up message (SYS3175).
  938.  ■  NOPOPUPS disables the trap information pop-up message.
  939.  
  940. 
  941. TRUEMODE=1
  942.  
  943.  Installs the Trapdoor feature of Warp 4, only on machines with SCSI
  944.  Harddisks.
  945. 
  946. VIRTUALADDRESSLIMIT=2048
  947.  
  948.  Allows max. memory allocated 2 Gigs of shared RAM. Only
  949.  useful for developers.
  950.  
  951.  You must have a hard disk that can accommodate the swap
  952.  file. UW2SCSIs are recommended for the swap disk unless you
  953.  wish to see your computer behave like a washing machine in
  954.  spin dry mode.
  955.  
  956.  <<=NOTE=>> The OS/2 Warp Server Advanced SMP addendum
  957.  states that this number can go to 3 Gigs. 
  958.  Memory support has also been enhanced since now an application can
  959.  access a virtual memory address space of up to 3 GB by use of the
  960.  VIRTUALADDRESSLIMIT = 3072 parameter in CONFIG.SYS. The default value
  961.  for VIRTUALADDRESSLIMIT in OS/2 Warp Server for e-business is 1 GB. The
  962.  VIRTUALADDRESSLIMIT parameter is also available for OS/2 Warp Server,
  963.  SMP Feature. Areas of memory below 512 MB have been remapped for higher
  964.  availability in that region.
  965. 
  966. VME=NO
  967.  
  968.  Disables the Virtual Mode Extensions introduced with the Intel
  969.  DX2
  970.  
  971.  <<=TIP=>> By Ron Higgin: If you get frequent Trap D and Trap E (see
  972.  howto.dat) errors in DOS/Windows sessions it may provide some relief. 
  973. 
  974. WORKPLACE_PROCESS=NO
  975.  
  976.  New setting for Warp Server for e-business.
  977.  No information until now
  978. 
  979. WORKPLACE_PRIMARY_CP=1
  980.  
  981.  New setting for Warp Server for e-business.
  982.  No information until now
  983. 
  984. WORKPLACE_NATIVE=0
  985.  
  986.  New setting for Warp Server for e-business.
  987.  No information until now
  988. 
  989. WP_OBJHANDLE=n
  990.  
  991.  Contains the object handle for the current OS/2 session. This handle
  992.  is unique for each session started via an WPS Object.
  993. 
  994. -----------------------------------------------------------------
  995. 2. IFS
  996. 
  997. IFS=C:\OS2\BOOT\CDFS.IFS /parameter
  998.  
  999.  This OS/2 command is needed if you have a CD-ROM. It installs 
  1000.  CDFS.INF which is the "Installable File System" for CD-ROM's. 
  1001.  Your CD-ROM is not going to run without it.
  1002.  
  1003.  Parameters
  1004.  
  1005.  /C:n adds an cache to your CD-ROM IFS by. The variable "n" is a
  1006.       number which represents units of 64kb of memory.
  1007.       For example, /C:4 would set up a 256kb cache (4 x 64kb = 256kb).
  1008.  
  1009.  /P:n Indicates the debug output port. The values n can be 1 (COM1)
  1010.       or 2 (COM2).
  1011.  
  1012.  /K  Indicates the supplemental volume descriptor with KANJI.
  1013.  
  1014.  /M:n  Where n indicates the maximum number of file sectors to
  1015.        read at a time. The default is 8.
  1016.  
  1017.  /Q  Suppresses initialisation messages.
  1018.  
  1019.  /V  Verbose.
  1020.  
  1021.  /W  enables Joliet support, new since Warp 3 Fixpak 32 and
  1022.      Warp 4 Fixpak 4.
  1023. 
  1024. IFS=C:\OS2\HPFS.IFS /CACHE:512 /CRECL:16 /AUTOCHECK:CDE /F:2
  1025.  
  1026.  IFS stands for "Installable File System". This OS/2 command 
  1027.  installs the High Performance File System (HPFS). The syntax
  1028.  is IFS=DRIVE:PATH\FILENAME
  1029.  
  1030.  Parameters:
  1031.  
  1032.  /CACHE:nnn sets up a disk cache and its size. The default on 
  1033.  most systems is low in my opinion. 
  1034.   
  1035.  <<=Warning=>> Keep this one truth in mind about cache size:
  1036.  an excessive cache takes memory available for programs and
  1037.  therefore could have a negative impact on overall system
  1038.  performance. But today, when most systems have 32MB+ the 
  1039.  problem is more the restriction of the cache to 2MB.
  1040.   
  1041.  OS/2s Command Reference and other IBM sources indicate that 
  1042.  the maximum cache size for HPFS is currently 2MB (2048), but
  1043.  IBM does not recommend using a cache larger than 1.5MB (1536).
  1044.  Personally, I have 128MB of RAM and have my HPFS cache set to
  1045.  the max: 2048.
  1046.   
  1047.  If this parameter is omitted, the default is 10% of the available
  1048.  RAM on systems with more than 8MBs of RAM.
  1049.  
  1050.  /FORCE will give you access to dirty partitions. This is new to
  1051.  the 32-bit CHKDSK which will only run on Warp 3 and 4.
  1052.  
  1053.  /QUIET suppresses all messages from CHKDSK.
  1054.  
  1055.  /CRECL sets the maximum record size for caching, from 2k to 64k
  1056.  in multiples of 2k with a default of 4k. This parameter may not 
  1057.  exceed 1/4 of the total cache size set with the /cache parameter.
  1058.  
  1059.  /AUTOCHECK:nn tells the system to check each drive noted to see if
  1060.  it was shut down properly. If not, it will run CHKDSK on only the
  1061.  drives indicated.
  1062.  
  1063.  /F:n indicates the level of CHKDSK to be used when automatically 
  1064.  checking the drives at startup when AUTOCHECK is activated. If 
  1065.  no parameter is specifed, /F:2 is the default.
  1066.    
  1067.  <<=NOTE=>> A /F:3 parameter will be ignored unless you formatted
  1068.  your hard drive with the /L parameter.
  1069.  
  1070.  ========================== Table 2 ==============================
  1071.   
  1072.  You can get better performance from your system by using your 
  1073.  available RAM in the most efficient and effective way. Select
  1074.  the case that best describes the file system or amount of RAM
  1075.  you use. 
  1076.   
  1077.  CASE 1:  You use only HPFS or only FAT, but not both.
  1078.   
  1079.                                HPFS only.         FAT only.
  1080.  System memory of at least:  Set CACHE to:    Set DISKCACHE to:
  1081.   
  1082.                      16 MB+           2048                 2048
  1083.   
  1084.  CASE 2:  You use both HPFS and FAT with HPFS active and FAT
  1085.  passive.
  1086.   
  1087.  System memory of at least:  Set CACHE to:    Set DISKCACHE to:
  1088.   
  1089.                      16 MB+           2048            512 -1024
  1090.   
  1091.  CASE 3:  You use both HPFS and FAT with HPFS passive and FAT
  1092.  active.
  1093.   
  1094.  System memory of at least:  Set CACHE to:    Set DISKCACHE to:
  1095.                      
  1096.                      16 MB+           1024                 2048
  1097.   
  1098.  <<=NOTE=>> You can have multiple partitions, they will all be 
  1099.  serviced by the same cache, so you may have 2 HPFS and 3 FAT
  1100.  partitions for example. For purposes of the table above,
  1101.  "active" and "passive" are descriptors for the way a cache is
  1102.  used. If it is seldom used, it is "passive." If a lot of disk
  1103.  intensive I/O occurs with the cache, it is "active."
  1104.  
  1105.  <<=NOTE=>> HPFS is more efficient than FAT, you should therefore 
  1106.  attempt to transfer all the most frequently used applications 
  1107.  to an HPFS drive, and also locate your SWAPPER.DAT on an HPFS 
  1108.  drive. This will mean that HPFS is "active", and FAT "passive"
  1109.  
  1110.  <<=NOTE=>> Lazy write is on by default. If you want lazy write
  1111.  off, see the RUN=C:\OS2\CACHE.EXE command later in this file.
  1112.  
  1113.  <<=Tip=>> /C will only run CHKDSK if the file system is dirty (new);
  1114.  /AuToChEcK (case-sensitive!!!) will make CHKDSK process locked drives
  1115.  (undocumented).
  1116.  You can speed up checking volumes situated on separate physical drives
  1117.  by using something like
  1118.  IFS=C:\OS2\HPFS.IFS /CACHE:2048 /CRECL:64 /AUTOCHECK:C
  1119.  and then running the CHKDSK's in parallel for each physical drive:
  1120.  start CHKDSK D: /F /AuToChEcK
  1121.  start CHKDSK E: /F /AuToChEcK
  1122.  and so on. Some have reported performance improvements of 250%.
  1123.  
  1124.  <<=NOTE=>> If you place a plus sign (+) in front of any drive
  1125.  letter, the drive will be checked every time the system starts,
  1126.  even if shut down properly.
  1127.  
  1128.  <<=WARNING=>> If you don't include the AUTOCHECK parameter in this
  1129.  command, the system will not boot.
  1130.  
  1131.  <<=TIP=>> If you are using only FAT partitions, then you should
  1132.  REM this IFS statement and save yourself some RAM. How much?
  1133.  I've seen figures from 130k to 500k, but the HPFS.IFS file is 
  1134.  136k in size.
  1135.  
  1136.  <<=TIP=>> If you have drive partitions larger than 80MB, then
  1137.  HPFS should give you better performance than FAT. On partitions
  1138.  of less than 80MB, most authorities indicate that there is only a
  1139.  small performance difference between HPFS and FAT. Consider the
  1140.  following when comparing the relative merits of the HPFS versus
  1141.  FAT:  On large partitions of identical size, the HPFS will
  1142.  generally give you about 15% more space and improve performance
  1143.  by about 28%.
  1144.  
  1145.  <<=TIP=>> Use HPFS386.IFS if you have an license. It brings 
  1146.  an significant performance boost into your system.
  1147.  
  1148.  <<=TIP=>> For analysing HPFS formatted drives there is the FREE
  1149.  Tool DFsee by Jan van Wijk, available at http://www.fsys.demon.nl
  1150.  DFSee can also undelete files, fdisk and much more.
  1151.  
  1152.  <<=TIP=>> For undeleting files on HPFS Drives use the great IBM
  1153.  EWS Tool File Phoenix (Rel. 1.35) by Joe DiAdamo. It is reported
  1154.  that it fails on partitions greater than 2Gb or with HPFS 2.3 (not
  1155.  verified).
  1156. 
  1157. IFS=C:\IBM386FS\HPFS386.IFS /A:*
  1158.  
  1159.  The 386 High Performance File System is an enhancement of the regular
  1160.  HPFS and normally sold together with the LAN-Server. In contrary
  1161.  to HPFS it is not written in C but in Assembler and consists of an
  1162.  optimised Ring 0 SMB processor tightly coupled with a bootable
  1163.  installable file system. This architecture provides a much better
  1164.  file I/O performance, because the whole data flow operates within the
  1165.  Ring 0 privilege level
  1166.  
  1167.  <<=NOTE=>> With LAN-Server 3.0 the parameter 'useallmem' has to be set
  1168.  as parameter of HPFS386.IFS in the config.sys
  1169.  
  1170.  <<=NOTE=>> If you use the 'useallmem' parameter it is important that the
  1171.  hardware components within your machine have the ability to address memory
  1172.  above 16 MB. E.g. the IBM 16/4 token ring adapter doesn't have this
  1173.  capability.
  1174.  
  1175.  <<=NOTE=>> On a very busy server system, it is possible to run out of
  1176.  heap space. If this occurs there may be a noticeable degradation in
  1177.  performance, and server requests may fail. If this happens freeup some
  1178.  memory on the server. ATTENTION: the heap can only grow to it's defined
  1179.  size, but never shrink unless the machine is rebooted.
  1180.  
  1181.  <<=TIP=>> Using a dedicated server with 32MB of RAM try using as much as
  1182.  20MB of cache on the machine. The LAN Server Tuning assistant tool can
  1183.  calculate a recommended value for you. There is no need to specify the
  1184.  threshold limits, as this is dynamically managed by LAN Server.
  1185.  
  1186.  <<=TIP=>> Consult the IBM redbooks at http://publib.boulder.ibm.com
  1187.  or the wsonw4pdf. available at: http://rheooptik.fmf.uni-freiburg.de
  1188.  /www/faq/remmedia.htm
  1189.  
  1190.  <<=TIP=>> See also the howto.dat for an explanation how to
  1191.  install and tune the HPFS386.IFS.
  1192.  
  1193.  <<=ATTENTION=>> Some HPFS Tools (e.g. Partition Magic) have problems with
  1194.  the ACLs.
  1195. 
  1196. DEVICE=C:\OS2\JFS.IFS /CACHE:(XX) /AUTOCHECK:D
  1197.  
  1198.  OS/2 Warp Server for e-business includes a new file system, the
  1199.  Journaling File System. This new file system is a file system available
  1200.  with IBM's AIX premier UNIX-type operating system. What it offers,
  1201.  among other things, is the ability to manage volumes that exceed the
  1202.  space on one hard disk. For instance, a volume may consist of pieces
  1203.  from one or more physical hard disks which are seamlessly integrated into
  1204.  one volume. In addition to being able to set up very large volumes, a
  1205.  volume can be expanded at any time so it is larger than it was in
  1206.  real time.
  1207.  
  1208.     /CACHE:<size in kilobytes> Specifies the size of the JFS buffer
  1209.      cache in Kilobytes. By default, this size is set to 12.5 percent
  1210.      of real memory.
  1211.  
  1212.     /AUTOCHECK:drive[drive...] Specifies a list of JFS file systems,
  1213.      identified by driver letter, to be included in automatic recovery
  1214.      by CHKDSK at the time of JFS initialization. If an asterisk (*) is
  1215.      specified instead of a drive letter list, all JFS file systems will
  1216.      be included in automatic recovery during JFS initialization. If any
  1217.      drive letter is preceded by an arithmetic plus sign (+), CHKDSK will
  1218.      perform a full integrity check on the drive even if journal log
  1219.      replay has restored the drive to an apparently consistent state.
  1220.      If the list of drive letters ends with plus-asterisk (+*), CHKDSK will
  1221.      perform a full integrity check on all JFS file systems not specified
  1222.      in the list even if journal log replay has restored them to an
  1223.      apparently consistent state.
  1224.  
  1225.     /L:OFF Specifies the lazy write parameters in seconds. OFF forces all
  1226.      to be synchronous.
  1227.  
  1228.     /L:<synctime,maxage,bufferidle> Synchtime is the interval at which
  1229.      the sync thread runs, default is 32. Maxage is the longest time that
  1230.      a modified file is kept in cache, default is synchtime*4. Bufferidle
  1231.      is the time indicating a "recent" change. Changes newer than this
  1232.      value are not written unless the last write was older than maxage,
  1233.      default is Min(1, synchtime/8).
  1234.  
  1235.  Because JFS allows fragmentation, a utility, DEFRAGFS, is included
  1236.  with JFS. All these abilities are enabled when formatting a volume
  1237.  with the FORMAT command. The below is the output of a "FORMAT /?"
  1238.  command. 
  1239.  
  1240.  FORMAT drive [/ONCE][/4][/T:tracks][/N:sectors][/F:xxxx][/FS:xxxxx]
  1241.               [/L][/V[:label]][/BS:blocksize][/LS:logsize][/S]
  1242.     where:
  1243.  
  1244.     drive Specifies the drive to be formatted.
  1245.     /ONCE Specifies that only 1 disk, diskette, or disc is 
  1246.      to be formatted and no prompt is to be displayed.
  1247.     /4 Formats a 360KB diskette in a 1.2MB drive.
  1248.     /T:tracks Specifies the number of tracks per disk side.
  1249.     /N:sectors Specifies the number of sectors per track.
  1250.     /F:xxxx Specifies the size to which the diskette is to be
  1251.             formatted. For example: 360, 720, 1.2, 1.44, 2.88.
  1252.     /FS:xxxxx Specifies the file system to use to format the
  1253.               disk. For example: FS:FAT or FS:HPFS or FS:JFS.
  1254.     /L Specifies long format procedure for optical read-write
  1255.        disks.
  1256.     /V:label Specifies the volume label.
  1257.     /BS:blocksize Specifies, in bytes, the block size desired
  1258.         for the file system. For JFS 512 bytes, 1024, 2048, or
  1259.         4096 bytes are valid.
  1260.     /LS:logsize Specifies, in megabytes, the size journal log
  1261.         to create for the file system.
  1262.     /S Specifies that files on the device will be sparse files.
  1263.        JFS has two file allocation schemes, these being "sparse"
  1264.        and "dense." Sparse allocation is the amount of space
  1265.        allocated to a random-access file when a block written
  1266.        may not be within the earliest portion of a file.
  1267.        Dense allocation allocates all the space prior to the block being
  1268.        written when the block is written. For instance, if a random-access
  1269.        file has 5120 bytes (ten 512 byte blocks), and the fifth block
  1270.        is written to, the resulting usage with sparse allocation is 512
  1271.        bytes. With dense, the resulting usage will be 2550 bytes, even
  1272.        though the first 2048 bytes are not yet being used. The sparse
  1273.        method is server efficient; only the space used is allocated to
  1274.        the file but this would presumably lead to fragmentation,
  1275.        since when another block is written, the sparse allocation will
  1276.        cause the data to not be in sequentially ordered sectors.
  1277.  
  1278.  JFS is a very powerful addition to OS/2; it eliminates
  1279.  any limiting factors and make OS/2 Warp Server the best
  1280.  option for serving files, and applications. A file size can be two (2)
  1281.  terabytes (two thousand gigabytes), the maximum volume size. This,
  1282.  along with OS/2 Warp Server's ability to extend beyond just one
  1283.  processor by using up to 64 processors, makes OS/2 Warp Server
  1284.  the most advanced operating system of its kind for the Intel
  1285.  processor. 
  1286.  
  1287.  LVM.EXE is the new version of the FDISK command. It provides both
  1288.  logical and physical views of the hardfiles installed on the system.
  1289.  With LVM (Logical Volume Manager), users can 
  1290.  
  1291.   Create Compatibility Volumes (partitions) which can be seen by
  1292.     pre-LVM releases of OS/2
  1293.  
  1294.   Create or delete Logical Volumes which span physical disks 
  1295.     Extend file systems (JFS only) 
  1296.  
  1297.   Delete Compatibility Volumes (partitions) 
  1298.  
  1299.   Recover read or write failures from a portion of the disk
  1300.     going bad (JFS only)
  1301.  
  1302.  <<=ATTENTION=>> FDISK is no longer usable for managing partitions once
  1303.  the LVM has been used to create JVS Volumes.
  1304.  
  1305.  <<=NOTE=>> OS/2 needs for booting a HPFS or a FAT (better not) partition
  1306.  it can't boot from JFS.
  1307. 
  1308. IFS=C:\PATH\CDWFS.IFS
  1309.  
  1310.  File System by the RSJ CD writing solution
  1311.  
  1312.  The file system CDWFS.IFS only provides the background process
  1313.  CDWFSD.EXE with commands contrary to earlier versions. The complete
  1314.  configuration?????? are no longer registered in the CONFIG.SYS file
  1315.  under "IFS=...\CDWFS.IFS" but in the CDWFSD_S.CMD" file in the
  1316.  installation register.
  1317.  
  1318.  parameters
  1319.  
  1320.  -q Installation request
  1321.  
  1322.  -d All accesses are protocolled at COM2.
  1323.  
  1324.  <<=NOTE=>> I would need here some help of users cause I don't have 
  1325.  the RSJ CD-Writer. Klaus Staedtler.
  1326. 
  1327. IFS=C:\PATH\EXT2-OS2.IFS
  1328.  
  1329.  Ext2-os2 is a file system driver that allows OS/2 seamlessly access
  1330.  Linux native partitions (formatted with ext2) in read and write mode.
  1331.  
  1332.  Developed by Matthieu Willm
  1333.  
  1334.  You can find the latest version of the free ext2-os2 at:
  1335.  http://www.geocities.com/SiliconValley/Bay/5313.
  1336.  
  1337.  <<=WARNING=>> Although it is possible to install OS/2 on an 
  1338.  EXT2 Partition it is not recommended to do so, as extended 
  1339.  attributes are not supported.
  1340.  
  1341.  For the use of EXT2-OS2 read the EXT2-OS2.INF carefully
  1342. 
  1343. IFS=C:\OS2\FAT32.IFS  
  1344.  
  1345.  Henk Kelder has developed a FREE FAT32.IFS
  1346.  it is available at http://www.os2ss.com/information/kelder/index.html
  1347.  
  1348.  Install this one AFTER IFS=HPFS.IFS
  1349.  
  1350.  The following options are supported:
  1351.  
  1352.  /Q           Quiet, not messages.
  1353.  
  1354.  /CACHE:nnnn  specifies the cache size in kilobytes. If omitted the default
  1355.               cache size is 1024KB. Maximum cache size is 2048KB.
  1356.               Cache memory is allocated as FIXED memory, so if you have less
  1357.               than 16MB I suggest you set this option to 512KB or less.
  1358.  
  1359.  /MONITOR     Set monitor ON by default. If omitted monitor is OFF. See 
  1360.               MONITOR.EXE for more information.
  1361.  
  1362.  /RASECTORS:n Read Ahead Sectors.
  1363.               Specifies the minimum number of sectors to be read per read
  1364.               action and placed in the cache.
  1365.               If omitted the default differs per volume and equals the 
  1366.               number of sectors per cluster times 2. 
  1367.               The maximum threshold value used is the number of sectors per 
  1368.               cluster times 4.
  1369.  
  1370.               You should note that the actual sector IO per read action is
  1371.               NOT determined by an application, but by the IFS. For FAT access
  1372.               single sector reads are done. For Directory and Files IO reads
  1373.               are done on a cluster base. By setting the RASECTORS you can 
  1374.               define the minimum number of sectors the IFS will read from disk
  1375.               and place in the cache.
  1376.  
  1377.  /EAS         Make FAT32.IFS support EXTENDED ATTRIBUTES.
  1378.  
  1379.  see also CALL=C:\OS2\CACHEF32.EXE and BASEDEV=PARTFILT.FLT for more
  1380.  information
  1381.  
  1382.  <<=NOTE=>> For Warp 4 with fixpak 10 you need at least ver.0.88, for Warp
  1383.  for e-business (Aurora) at least ver.0.89.
  1384. 
  1385. IFS=C:\PATH\FTP.IFS
  1386.  
  1387.  With FTP.IFS you may map any ftp host you 
  1388.  like to a drive letter and use all the utilities you have 
  1389.  with FTP host. Any archiver, any File Manager, any Backup program.
  1390.  Developed by Vitalij Timchishin (tvv@sbs.kiev.ua).
  1391.  Unfortunately it is no more FREEWARE.
  1392. 
  1393. IFS=C:\PATH\HFS.IFS
  1394.   
  1395.  Loads the Installable File System for reading Apple HFS-Drives 
  1396.  and disks.
  1397.  IF you make use of this IFS it must reside in front of the CDFS.ifs
  1398.  there are also needed the commands BASEDEV=HFSFLT.FLT and 
  1399.  RUN=C:\HFSDIR\HFS.EXE in the config.sys
  1400.  
  1401.  The FREE HFS-Package by Marcus Better can be found at 
  1402.  http://www.student.nada.kth.se/~f96-bet/HFS
  1403.  Unfortunately Marcus Better has stopped all development for OS/2
  1404.  There is also iHPFS by Marcus Better a package to make under
  1405.  plain old DOS HPFS formatted drives readable.
  1406.  See also the FREE HFS Utilities from the same author at http://
  1407.  www.student.nada.kth.se/~f96-bet/hfsutils/
  1408. 
  1409. IFS=X:\PATH\NFS200.IFS
  1410.  
  1411.  The NFS (Network File System) for OS/2
  1412. 
  1413. IFS=C:\PATH\RAMFS64.IFS
  1414.  
  1415.  SEE RAMFS.IFS
  1416. 
  1417. IFS=C:\PATH\RAMFS.IFS
  1418.  
  1419.  RAMFS by Karl Olson is a "remote file system" (as opposed to a
  1420.  "local file system").
  1421.  
  1422.  Features
  1423.  
  1424.  Create as many RAM drives as you want, using the drive letters that
  1425.  you want
  1426.  
  1427.  Size only limited by available RAM and swap disk space
  1428.  
  1429.  Allocates swappable RAM from OS/2 as necessary when files are created,
  1430.  and releases it again when files are deleted
  1431.  
  1432.  Long file name support like in HPFS.  Case isn't significant, but
  1433.  preserved like in HPFS. Files with long names are not visible from DOS
  1434.  and WINOS2 programs.
  1435.  
  1436.  Extended Attributes - up to 64 KB total for each file/directory (HPFS
  1437.  supports up to 64 KB for each EA, up to 256 KB total for each file/
  1438.  directory)
  1439.  
  1440.  RAM is allocated in units of one page (4 KB)
  1441.  
  1442.  use RAMDISK.EXE to create a RAM drive. To create a drive R:, type
  1443.  RAMDISK R:, see also RUN=RAMDISK.EXE
  1444.  
  1445.  freely available at http://home3.inet.tele.dk/kro
  1446. 
  1447. IFS=E:\SRVIFS\SRVIFSC.IFS MONTAGE /S:5  /T  /A:0
  1448.  
  1449.  The ThinIFS by IBM.
  1450.  
  1451.  <<=TIP=>> Ideal for CID-Installations cause it can be used
  1452.  from installation disks.
  1453. 
  1454. IFS=C:\OS2\TVFS.IFS
  1455.  
  1456.  The T(oronto)V(irtual)F(ile)S(ystem)
  1457.  
  1458.  Author:  Mark D. Leitch
  1459.  
  1460.  The TVFS provides a virtual OS/2 file system that combines symbolic links,
  1461.  search paths, and permissions. Through the TVFS, local and remote file
  1462.  systems may be combined into a single, virtual file system.
  1463.  It is FREE IBM EWS. Latest version is 2.11
  1464.  
  1465.  <<=Tip=>> Kai Evers has developed an easy to use FREE PM-Interface for
  1466.  controlling and using the TVFS. It is available at 
  1467.  http://www1.stuttgart.netsurf.de/~kevers/
  1468.  
  1469.  <<=TIP=>> See also TVFS-RM by Jürgen Dankoweits at http://www.geocities.com
  1470.  SiliconValley/Way/3792
  1471. 
  1472. IFS=C:\OS2\BOOT\UDF.IFS
  1473.  
  1474.  DVD-ROM- and DVD-RAM-Filesystem for OS/2 Warp Server for e-Business.
  1475.  
  1476.  The following DVD-Drives are supported:
  1477.  
  1478.  TOSHIBA SD-M1202
  1479.  HITACHI GD-2500
  1480.  CREATIVE LABS DVD-5240E
  1481.  PHILIPS DRD-5200
  1482.  SONY DDU-220E
  1483.  PANASONIC LF-D100
  1484.  AOpen DVD-520S
  1485.  
  1486.  To work correct you must also use the updated OS2CDROM.DMD which
  1487.  is delivered with the UDF Package.
  1488.  
  1489.  <<=NOTE=>> The UDF Driver is only available via Software-Choice
  1490.  if you have a subscription for it. 
  1491. 
  1492. -----------------------------------------------------------------
  1493. 3. SET STATEMENTS
  1494.  
  1495. SET COMMAND: The SET command in the config.sys file sets up 
  1496.  environment variables for the entire system. These
  1497.  environment variables are stored by OS/2 in memory and are
  1498.  shared by any applications which calls on them. 
  1499.  
  1500.  <<=TIP=>> If you want to see what variables are set in your 
  1501.  system, at a OS/2 command prompt type the word SET and press 
  1502.  <enter>. You'll get a list like the following:
  1503.  
  1504.      WP_OBJHANDLE=87103
  1505.      USER_INI=C:\OS2\OS2.INI
  1506.      SYSTEM_INI=C:\OS2\OS2SYS.INI
  1507.      OS2_SHELL=C:\OS2\CMD.EXE
  1508.      AUTOSTART=PROGRAMS,TASKLIST,FOLDERS
  1509.      RUNWORKPLACE=C:\OS2\PMSHELL.EXE
  1510.      ... 
  1511. 
  1512. SET AUTOREFRESHFOLDERS=NO
  1513.  
  1514.  with this environment setting the WPS doesn't automatically refresh
  1515.  folders (autorefresh happens to every folder which has been ever
  1516.  accessed and therefore slows the system). They are only refreshed after
  1517.  closing and opening a folder or by a manual update using 'view, 
  1518.  refresh'. Only available under Warp 4
  1519.  
  1520.  <<=TIP=>> Especially for Fileservers this Statement is very useful, 
  1521.  also for slow systems.
  1522. 
  1523. SET AUTOSTART=PROGRAMS,TASKLIST,FOLDERS,CONNECTIONS,LAUNCHPAD,WARPCENTER,
  1524.               TOOLBAR
  1525.   
  1526.  The AUTOSTART command contains a list of WPS components which
  1527.  will be started (or restarted) when the system is booted up.
  1528.  There are currently six possible options:
  1529.  
  1530.  PROGRAMS:  Tells OS/2 to start applications, that were running 
  1531.             when the system was shut down, to restart. This
  1532.             options will be ignored if SET RESTARTOBJECTS=NO.
  1533.  
  1534.  TASKLIST:  This parameter enables the OS/2 task list that appears 
  1535.             when you press Ctrl+Esc. If you remove TASKLIST there
  1536.             will be NO Taskwindow.
  1537.  
  1538.  FOLDERS:   Opens the desktop and any other folder which was open 
  1539.             when the system was shut down. 
  1540.  
  1541.             <<=WARNING=>> If you remove the FOLDERS statement,
  1542.             OS/2 will not open your desktop (which is a folder). 
  1543.              
  1544.  CONNECTIONS: This parameter restarts any network connections 
  1545.             that were in use when the system was shut down. 
  1546.  
  1547.             <<=NOTE=>> This parameter can be removed if your
  1548.             system is not connected to a network. Leaving it
  1549.             in your config.sys file will NOT cause any problems.
  1550.  
  1551.  LAUNCHPAD: Restarts the new Lauchpad supplied with Warp3.
  1552.  
  1553.             <<=NOTE=>> This parameter can be removed if you don't
  1554.             want to autostart the launchpad.
  1555.  
  1556.  TOOLBAR: Restarts the new TOOLBAR (aka LAUCHPAD) supplied with Warp4.
  1557.  
  1558.             <<=NOTE=>> This parameter can be removed if you don't
  1559.             want to autostart the toolbar.
  1560.  
  1561.  WARPCENTER: Restarts the Warpcenter supplied new with Warp4
  1562.  
  1563.             <<=NOTE=>> can be removed if you don't want to 
  1564.             autostart the WarpCenter
  1565.  
  1566.             <<=TIP=>> It is reported that in some cases the 
  1567.             autostart of the WarpCenter by the config.sys crashes 
  1568.             the WPS. If this appears, delete WarpCenter, and
  1569.             make instead a reference in the autostart folder.
  1570.             See also the WarpCenter SET options in this file 
  1571.  
  1572.             <<=TIP=>> Don't use other activity monitors (e.g. like
  1573.             the one delivered with Describe, or Pulse) together with
  1574.             the enabled activity monitor in WarpCenter.
  1575. 
  1576. SET BA2_SCSI_LOGFILE=C:\SCSILOG.TXT  
  1577.  
  1578.  This will create with BackAgain/2 a logfile of scsi-related 
  1579.  messages. Good for testing errors.
  1580. 
  1581. SET BEGINLIBPATH=C:\OS2
  1582.  
  1583.  With Warp, IBM has introduced the ability to dynamically change
  1584.  LIBPATH using two new environment variables: BEGINLIBPATH and
  1585.  ENDLIBPATH. These commands are most useful in CMD or BATCH
  1586.  files, but can be used in your config.sys. Any directories that
  1587.  appear in the BEGINLIBPATH variable are searched before
  1588.  directories in LIBPATH, and directories that appear in the
  1589.  ENDLIBPATH variable are searched after those in LIBPATH.
  1590. 
  1591. SET BOOKSHELF=C:\OS2\BOOK
  1592.  
  1593.  This command points to the on-line documentation (INF files)
  1594.  provided with OS/2 or other OS/2 programs and is used by
  1595.  view.exe when. 
  1596.  
  1597.  <<=TIP=>> If you have a HPFS partition, copy all of your
  1598.  on-line documentation (INF files) to this partition. Then 
  1599.  change this parameter to reflect the new path. You will
  1600.  notice a substantial improvement in search speed since HPFS
  1601.  is much faster than FAT.
  1602.  
  1603.  <<=TIP=>> You can also start the inf-files by typing 'view *.inf'
  1604.  at the command-line (*=desired information file. If you set a
  1605.  parameter like e.g. SET PMREF=pm1+pm2+pm3 then 'view pmref' all
  1606.  three inf-files will be shown.
  1607. 
  1608. SET BUFFER=4096
  1609.  
  1610.  amount of memory (kB) for an utility used by TAR
  1611.  
  1612.  <<=NOTE=>> do not confuse with "BUFFERS"
  1613. 
  1614. SET C1=INTGRADD
  1615.  
  1616.  setting for Intel i810
  1617. 
  1618. SET CAPI=E:\CAPI
  1619.  
  1620.  Sets the directory for the Teles Capi
  1621. 
  1622. SET CDFCDROMDIR=X:\DIRECTORY
  1623.  
  1624.  Needed setting if you want to speed up FixPak installation or setup
  1625.  a FixPak on a LAN drive for use by others (Redirected Install) 
  1626.  together with CSF (Corrective Service Facility). Indicates
  1627.  where the FixPak can be found.
  1628. 
  1629. SET C_INCLUDE_PATH=c:/emx/include
  1630.  
  1631.  Sets the path for EMX if you want to develop programs on a 
  1632.  drive different from the drive where emx is installed
  1633. 
  1634. SET COMSPEC=C:\OS2\CMD.EXE
  1635.   
  1636.  This line identifies what OS/2 command line shell is to be used
  1637.  and its location. In DOS, COMMAND.COM is equivalent to CMD.EXE.
  1638.   
  1639.  <<=TIP=>>  If you wish to run some other command line shell,
  1640.  such as 4OS2, change this and the SET OS2_SHELL=C:\OS2\CMD.EXE
  1641.  line, substituting the appropriate EXE file for CMD.EXE.
  1642. 
  1643. SET CONNECT_DASD=OFF
  1644.  
  1645.  Disables the test for free space during the installation
  1646. 
  1647. SET CONNECT_PREREQ=OFF
  1648.  
  1649.  Disables the check of installed software during installation
  1650. 
  1651. SET CONNECT_SNIFF=OFF
  1652.  
  1653.  NO Does the same as OFF
  1654.  
  1655.  Disables the recognition of network-cards during installation
  1656.  
  1657.  These settings are only useful for installing problems with warp4 
  1658.  and must be done in the config.sys on the installation diskettes
  1659. 
  1660. SET COPYFROMFLOPPY=1
  1661.  
  1662.  If OS/2 should install updated drivers during an installation from the 
  1663.  Installation disks and not from CD this statement must reside in the
  1664.  config.sys on Installationdisk 1
  1665. 
  1666. SET CPLUS_INCLUDE_PATH=c:/emx/include/cpp;c:/emx/include
  1667.  
  1668.  Necessary if you want to compile C++ programs with EMX
  1669. 
  1670. SET CSFUTILPATH=C:\CSF
  1671.  
  1672.  Needed setting if you want to speed up FixPak installation or setup
  1673.  a FixPak on a LAN drive for use by others (Redirected Install) 
  1674.  together with CSF (Corrective Service Facility).
  1675.  Indicates where you've installed the CSF files.
  1676. 
  1677. SET DELDIR=C:\PATH
  1678.  
  1679.  By default OS/2 puts a REM in front of the undelete directory 
  1680.  To use OS/2s UNDELETE command, you must first UNREM the
  1681.  SET DELDIR to store the deleted files.
  1682.  
  1683.  This command points OS/2 to the directory you (means the statement
  1684.  can point to ANY directory you want), or OS/2 by default created
  1685.  to place deleted files in. It also indicates the maximum K bytes of
  1686.  files that will be stored in the DELDIR directory. If the number of
  1687.  deleted files exceeds the maximum K bytes that you specified, then
  1688.  files are automatically removed from the directory on a
  1689.  first-in-first-out basis.
  1690.  
  1691.  <<=WARNING=>> Using this command will have an impact on system
  1692.  performance. File operations in particular will be slower.
  1693.  I don't recommend the use of DELDIR at all.
  1694.  
  1695.  <<=TIP=>> Better make use of the File Phoenix 1.35 by Joe 
  1696.  DiAdamo a FREE IBM EWS Tool.
  1697.  
  1698.  <<=TIP=>> There is also some Macintosh like Trashcans. One by
  1699.  Kai Sommerfeld (with sounds, bells and whistles), and FREE 
  1700.  ones by Andrea Henicke and Mark Kimes (unfortunately with 
  1701.  very ugly icons that can't be substituted, they also don't
  1702.  seem to work correct together with Warp 4)
  1703. 
  1704. SET DESKTOP=WPS_DIRECTORY
  1705.  
  1706.  Sets the path for the Desktop
  1707.  
  1708.  After rebooting run the following REXX script to make the
  1709.  necessary changes to the INI files (for working copy it into a
  1710.  file and name it e.g. Fixdesktop.cmd) :
  1711.  
  1712.  /*FIX BROKEN DESKTOP WITH ENVIRONMENT VARIABLE*/
  1713.     call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs'
  1714.     call SysLoadFuncs
  1715.     call SysSetObjectData value('DESKTOP',,'OS2ENVIRONMENT'),,
  1716.     'OBJECTID=<WP_DESKTOP>'
  1717.  EXIT
  1718.  
  1719.  <<=TIP=>> If the SET DESKTOP variable is not in your config.sys
  1720.  you can use this REXX script to fix a broken desktop (You have to edit
  1721.  line 4: insert instead of e.g.D:\DESKTOP the drive and directory
  1722.  where your Desktop resides, for working copy it into a
  1723.  file and name it e.g. Fixdesktop.cmd).
  1724.  
  1725.  /* FIX BROKEN DESKTOP*/
  1726.  call RxFuncAdd 'SYSLOADFUNCS', 'REXXUTIL', 'SYSLOADFUNCS'
  1727.  call SysLoadFuncs 
  1728.  call SysSetObjectData '<Desktop directory, e.g. D:\DESKTOP>', 
  1729.  'OBJECTID=<WP_DESKTOP>'
  1730.  SAY ' BROKEN DESKTOP FIXED.'
  1731.  EXIT
  1732.  
  1733.  <<=NOTE=>> For German users: Desktop is 'Arbeitsoberfläche', this
  1734.  is an exciting experiment in using 'German Umlauts' for an important
  1735.  part of an OS.
  1736. 
  1737. SET DIRCMD=/ON /P
  1738.  
  1739.  An undocumented command that is the OS/2 equivalent of the DIR
  1740.  command in DOS. Since DOS 5, you can tell DIR how to present
  1741.  file information. To do this in OS/2, use the DIRCMD command.
  1742.  For example: SET DIRCMD=/ON /P tells OS/2 to display the DIR 
  1743.  information in alpha order and place a pause at the end of each
  1744.  page.
  1745.  
  1746.  <<=NOTE=>> This is for OS/2 only. Set the DOS default in your
  1747.  AUTOEXEC.BAT file.
  1748.  
  1749.    Options include:
  1750.  
  1751.    /A list files with specific attributes. E.g. /AH list only 
  1752.       hidden files. Other options are S A & R. If you place a 
  1753.       negative (-) sign in front of your specified attribute, 
  1754.       all files will list except those with the attribute 
  1755.       specified. E.g. /A-H-S will display all files except 
  1756.       hidden and system files.
  1757.    /B list directories and files without heading and summary 
  1758.       information.
  1759.    /F list files with the full drive and path information. 
  1760.       Date, time and size are omitted.
  1761.    /L displays information in lowercase.
  1762.    /N lists files on a FAT drive in the same format used for a 
  1763.       HPFS drive, i.e. date, time, size, name.
  1764.    /O list files according to sort option specified. Sort 
  1765.       options are:
  1766.          G = Display directories first.
  1767.          N = alphabetise by file name
  1768.         -N = reverse-alphabetises by name
  1769.          E = alphabetise by extension
  1770.         -E = reverse-alphabetises by extension
  1771.          D = by date, oldest first
  1772.         -D = by date, newest first
  1773.          S = by file size, smallest first
  1774.         -S = by file size, largest first
  1775.    /P pauses after a full screen of files is listed.
  1776.    /R displays long file names if applicable.
  1777.    /V shows the size separated by a point e.g. 1000.000kb 
  1778.    /S searches and displays all directories.
  1779.    /W displays file names across the screen. Date, time and 
  1780.       size are omitted.
  1781.  
  1782.  <<=TIP=>> If you install Lotus SmartSuite 96 from a CDROM under WARP 4 
  1783.  it will hang at about 85%. You can load the word processor separately 
  1784.  but Freelance Graphics causes the hang. Lotus told that the cure was to
  1785.  REM out the SET DIRCMD= line in the config.sys, reboot, install, remove 
  1786.  the REM and reboot.
  1787. 
  1788. SET DISPLAY=hostname:0.0 
  1789.  
  1790.  This tells the X server where to display its wonders.
  1791.  One might think that of course it should be displayed 
  1792.  upon the screen attached to the video card of your PC and that
  1793.  is what OS/2 does. But remember that X was designed from the outset
  1794.  to be networked and makes no assumptions about where clients and
  1795.  servers are located. Normally, this should be set to the local host name
  1796.  with a :0.0 attached; this will do what you think should be done by default
  1797.  i.e. display on your monitor. You could have an IP address or full internet
  1798.  name instead of your hostname for remote display.
  1799.  Every X server has a display name of the form:   
  1800.  
  1801.       hostname:displaynumber.screennumber   
  1802.  
  1803.  The displaynumber and screennumber will change from :0.0 on multiuser,
  1804.  multidisplay systems.
  1805. 
  1806. SET DMIPATH=C:\DMISL\BIN
  1807.  
  1808.  Sets the Path for the Desktop Management Interface
  1809. 
  1810. SET DPATH=C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;C:\OS2\INSTALL;
  1811.   
  1812.  Tells OS/2 programs where to look for data files. It is similar to the
  1813.  DOS APPEND command, but unlike APPEND, DPATH only works with programs
  1814.  designed to use it.
  1815. 
  1816. SET DSPPATH=C:\MMOS2\DSP;
  1817.  
  1818.  An environment variable used by various sound devices that support
  1819.  digital signal processors (DSPs). This is a "path" statement. It
  1820.  tells the device where to retrieve DSP modules. If you don't have
  1821.  a sound device which supports DSP, like M-Audio adapter or the
  1822.  Sound Blaster 16 CSP, you can REM this line.
  1823. 
  1824. SET DSQCOMMTRACE=OFF
  1825.  
  1826.  setting by Lotus Smartsuite for Warp 4
  1827. 
  1828. SET DSSDIR=D:\LOTUSW4\ARBEIT\APPROACH
  1829.  
  1830.  setting by Lotus Smartsuite for Warp 4
  1831. 
  1832. SET DSSPATH=D:\LOTUSW4\APPROACH\
  1833.  
  1834.  setting by Lotus Smartsuite for Warp 4
  1835. 
  1836. SET ELSA_RESET=[H|L]
  1837.  
  1838.  Setting for ELSA Videocards.
  1839.  Use this to reset the selected resolution to one of these:
  1840.  
  1841.  H = 1024x768x8@75Hz
  1842.  L =  640x480x8@60Hz
  1843. 
  1844. SET ELSAGRADD1=P2
  1845.  
  1846.  setting for ELSA WINNER 2000/Office
  1847. 
  1848. SET ELSAGRADD2=P2ENDIVE
  1849.  
  1850.  setting for ELSA WINNER 2000/Office
  1851. 
  1852. SET EMXBOOK=emxdev.inf+emxlib.inf+emxgnu.inf
  1853.  
  1854.  Defines the books for emx. You also have to add the directory
  1855.  where the books reside - e.g. C:\emx\book - to the SET BOOKSHELF
  1856.  environment variable.
  1857. 
  1858. SET ENDLIBPATH=C:\OS2
  1859.  
  1860.  See BEGINLIBPATH=C:\OS2
  1861. 
  1862. SET ENSBROWSER=D:\PATH\yourbrowser.exe
  1863.  
  1864.  Sets the default browser for the EmTec Suite
  1865. 
  1866. SET EPFINSTDIR=C:\OS2\INSTALL\
  1867.  
  1868.  Sets the path for the IBM-Installer
  1869.  
  1870.  <<=TIP=>> Create your own directory for the installer (e.g. SET EPFINSTDIR
  1871.  =X:\INI\) use not the default and move all files like epfi* to this
  1872.  directory. If you have to reinstall OS/2 there is a slick way to update or
  1873.  delete the programs who are using the IBM-Installer
  1874. 
  1875. SET EPMPATH=C:\OS2\APPS
  1876.  
  1877.  Replaced SET EPATH=C:\OS2\APPS in version 2.0. According to
  1878.  one source in IBM, EPMPATH is used by the Enhanced Editor
  1879.  (EPM.EXE) to locate its files.
  1880. 
  1881. SET FAX=D:\PATH\FREC.CFG
  1882.  
  1883.  Default Frec assumes the configuration file is named FREC.CFG and
  1884.  located in the current directory. The setting can be used to define
  1885.  another path and file name.
  1886.  
  1887.  Frec is part of the FREE Fax***.lzh by Dr.Pollack, a complete command
  1888.  line faxing and answermachine solution.
  1889.  Available at http://www.buntspecht.de/fax/
  1890. 
  1891. SET GCCLOAD=n
  1892.  
  1893.  n=time in minutes
  1894.  
  1895.  When compiling projects with GCC consisting of many modules
  1896.  (such as libraries) under OS/2, you can speed up compilation
  1897.  if you have enough memory by keeping GCC in memory. 
  1898.  For example, to keep GCC in memory for 5 minutes, use
  1899. 
  1900. SET GCCOPT=-pipe
  1901.  
  1902.  Makes GCC use pipes instead of temporary files
  1903. 
  1904. SET GLOSSARY=C:\OS2\HELP\GLOSS;
  1905.  
  1906.  Tells OS/2 where Glossary and Master Help files are located.
  1907. 
  1908. SET GNUPLOT=D:\GNUPLOT
  1909.  
  1910.  Sets the path for Gnuplot also needed by e.g. Octave
  1911.  latest Version at: ftp://ftp.gnuplot.vt.edu/pub/gnuplot/
  1912.  A version with mouse-support can be found at:
  1913.  http://www.sci.muni.cz/~mikulik/os2/gnuplot.html
  1914. 
  1915. SET GNUHELP=D:\GNUPLOT\GNUPLOT.GIH
  1916.  
  1917.  path to gnuplot help file, if not in same directory as exe file.
  1918. 
  1919. SET GRADD_CHAINS=C1
  1920.  
  1921.  setting for Intel i810
  1922. 
  1923. SET GRADD_CHAINS=ELSAGRADD1,ELSAGRADD2
  1924.  
  1925.  setting for ELSA WINNER 2000/Office
  1926. 
  1927. SET GREEXT=GRE2ELSA
  1928.  
  1929.  setting for ELSA WINNER 2000/Office
  1930. 
  1931. SET GS_LIB=D:/GSTOOLS/GS5.50/FONTS;C:/PSFONTS
  1932.  
  1933.  Sets the fontpath with Ghostscript. OS/2 comes with some Adobe
  1934.  Type Manager fonts. If you wish to use these with Ghostscript, 
  1935.  you should replace the FONTMAP file with FONTMAP.OS2, and add
  1936.  this environment variable.
  1937.  
  1938.  Ghostscript is a Postscript interpreter, needed for printing
  1939.  Postscript files on a NON-Postscript Printer, converting PS-Files
  1940.  (also to PDF :-) to be found at: http://www.cs.wisc.edu/~ghost/
  1941.  
  1942.  <<=NOTE=>> For easier printing of PDF-Files get the FREE PMPDF.PDR
  1943.  A PortDriver by Bart van Leeuwen (bart@netage.nl). Downloadable at
  1944.  ftp://ftp.netlabs.org/pub/tools/pmpdf/
  1945. 
  1946. SET GS_LOAD=10
  1947.  
  1948.  Setting for Ghostscript, determines how long GSOS2.EXE and 
  1949.  GSPMDRV.EXE will stay in memory for the number of minutes 
  1950.  specified in the environment variable
  1951. 
  1952. SET HELP=C:\OS2\HELP;C:\OS2\HELP\TUTORIAL;
  1953.  
  1954.  Tells OS/2 where the help files are located. OS/2 will only
  1955.  look for its help files in the path shown.
  1956. 
  1957. SET HELPNDX=FILE1.NDX+FILE2.NDX+...+FILEn.NDX 
  1958.  
  1959.  The HELPNDX variable points to the index files which 
  1960.  are used by the EPM editor and possibly by some 
  1961.  other programming editors. With EPM, you can mark 
  1962.  a keyword in your text and press CTRL + H. EPM 
  1963.  then searches the index files for the marked word 
  1964.  and if it is found, shows the online document for the 
  1965.  keyword. The index files must be in a path defined 
  1966.  by the BOOKSHELF or EPMPATH variable. 
  1967. 
  1968. SET HOME=D:\USER 
  1969.            
  1970.  This is to point to the home directory of the user, needed by XFree.
  1971.  X comes from a multiuser environment and uses each users home directory
  1972.  to store their individual program configuration and initialisation files.
  1973. 
  1974. SET HTML_DBCSNETQ=NO
  1975. SET IKEYMAN_HOME=d:\util\dominogo\DLL
  1976. /* note: the DATA directory holds the index data */
  1977. SET EHSDATASRV=d:\util\NETQ\DATA
  1978. SET EHSDATACL=d:\util\NETQ\DATA
  1979. /* note: the WORK directory holds temporary files */
  1980. SET EHSWORKSRV=d:\util\NETQ\WORK
  1981. SET EHSWORKCL=d:\util\NETQ\WORK
  1982. SET EHSNLPSSRV=d:\util\NETQ
  1983. SET EHSNLPSCL=d:\util\NETQ
  1984. SET EHSSLICESIZE=10000000
  1985. SET EHSMAXINDEXES=16
  1986. SET EHSCCCFGFILE=NETQ.CFG
  1987. SET EHSCSCFGFILE=NETQ.CFG
  1988. SET WEBS_LANG=en_US
  1989. SET WEBS_LOCALES=d:\util\dominogo\DLL
  1990.  
  1991.  These are used by the Lotus Domino Go Webserver and IBM's Net.Question
  1992.  
  1993.  <<=TIP=>> See also SET IMNDATASRV=D:\netqos2\DATA.
  1994. 
  1995. SET HW_CURSOR=OFF
  1996.  
  1997.  Disables the hardware cursor.
  1998.  Useful if you have a black box cursor with some graphic cards.
  1999. 
  2000. SET IBMAV=C:\IBMAV;
  2001.  
  2002.  Sets the default path for IBMAV
  2003.  
  2004.  <<=NOTE=>> Updates are now (until 31.12.99) done by symantec, 
  2005.  http://www.symantec.com/avcenter/ibm/index.html
  2006. 
  2007. SET IBMWORKS_INI=C:\IBMWORKS
  2008.  
  2009.  IBM Works is a integrated package of programs including a word
  2010.  processor, database and spreadsheet which is included with OS/2
  2011.  Warp's BonusPak. This statement tells the system where the
  2012.  IBM Works' INI file is located.
  2013.   
  2014.  <<=TIP=>  Many Warp users who have installed IBMWORKS from the
  2015.  BonusPak report that system performance is greatly enhanced by
  2016.  running IWDEREG.CMD program contained in the IBMWORKS folder.
  2017.  This program deregisters IBMWORKS and releases a large amount
  2018.  of RAM back to your system. Yes, IBMWORKS will still work, but
  2019.  you may lose some functionality between applications.
  2020.  To do this in Warp 4, use the REXX script available at
  2021.  ftp://eepjm.newcastle.edu.au/freeware/IWDEREG.CMD
  2022.  To reregister simply run the ibmwdesk.cmd in the IBMWORKS
  2023.  directory (under Warp 3 and 4).
  2024.  
  2025.  <<=TIP=>> If you only need a PIM get the FREE IBM EWS
  2026.  Excal.zip, latest version is 3.0m
  2027. 
  2028. SET IMNDATASRV=D:\netqos2\DATA
  2029. SET IMNDATACL=D:\netqos2\DATA
  2030. SET IMNWORKSRV=D:\netqos2\WORK
  2031. SET IMNWORKCL=D:\netqos2\WORK
  2032. SET IMNNLPSSRV=D:\netqos2
  2033. SET IMNNLPSCL=D:\netqos2
  2034. SET IMNCCCFGFILE=NETQ.CFG
  2035. SET IMNCSCFGFILE=NETQ.CFG
  2036. SET IMQCONFIGSRV=D:\netqos2\INSTANCE
  2037. SET IMQCONFIGCL=D:\netqos2\INSTANCE\DBCSHELP
  2038. SET LITE_LOCALES=D:\netqos2
  2039.  
  2040.  The NetQ that comes with VAJava has this SET statements
  2041.  
  2042.  <<=TIP=>> By Kovacs Istvan: I found that installing an instance of
  2043.  NetQ ruins previous instance(s),for example if I install IBM VAJava
  2044.  after DB2 UDB, the help won't work.
  2045.  The version of NETQ that comes with Aurora has not any info on these
  2046.  SET statements.
  2047. 
  2048. SET INCLUDE=X:\YOURCOMPILER\INCLUDE;.;
  2049.  
  2050.  needed by IBM resource compiler
  2051. 
  2052. SET INFOPATH=c:/emx/info
  2053.  
  2054.  Sets the INFOPATH environment variable in EMX
  2055. 
  2056. SET IPFC=C:\BC2\IPFC
  2057.  
  2058.  setting for reference Borland C++ 2.0
  2059. 
  2060. SET IPF_KEYS=SBCS
  2061.  
  2062.  The character set for most languages can be represented as data
  2063.  using an 8-bit byte since their characters sets are each less
  2064.  than 256 characters. These are called single-byte character sets
  2065.  (SBCS). Languages such as Japanese (Kanji), Korean and Chinese 
  2066.  (both Traditional and Simplified) can only be represented using
  2067.  two 8-bit bytes or 16-bits. These are double-byte character
  2068.  sets (DBCS).
  2069.  
  2070.  This command tells the Information Presentation Facility (INF
  2071.  and help files) which type of character set is being used, i.e.,
  2072.  Single or Double Byte Character Set. This is an environment
  2073.  variable. Removing it from my system did not seem to have any
  2074.  impact.
  2075. 
  2076. SET KEYS=OFF
  2077.  
  2078.  When using the command line, KEYS tells CMD.EXE whether to
  2079.  remember previous keystrokes so they can be recalled with the
  2080.  up arrow key. OS/2 maintains a 64k buffer for storing
  2081.  keystroke history. KEYS can be ON or OFF. To find out
  2082.  whether KEYS is on or off, simply type KEYS without a
  2083.  parameter from an OS/2 command prompt. To list all of
  2084.  KEYS commands, type KEYS LIST.
  2085.  
  2086.  <<=NOTE=>> With KEYS=ON, ANSI extended keyboard support in
  2087.  OS/2 sessions will be disabled by the system.
  2088. 
  2089. SET KILLFEATUREENABLED=1 
  2090.  
  2091.  See SET SCKILLFEATUREENABLED=1
  2092. 
  2093. SET LANG=en_US
  2094.  
  2095.  Sets up the language and the country for applications
  2096.  that are using Unicode character sets, also for applications
  2097.  with a runtime library that supports "locales".
  2098.  
  2099.  See OS/2 Reference Book for a complete list of available parameters
  2100. 
  2101. SET LIBRARY_PATH=C:/EMX/LIB
  2102.  
  2103.  Sets the path for EMX if you want to develop programs on a 
  2104.  drive different from the drive where emx is installed
  2105. 
  2106. SET LOGNAME=USER
  2107.  
  2108.  LOGNAME is there for the benefit of some programs that may
  2109.  need such settings. The documentation for XFreeOS/2 indicates
  2110.  that they may be used in the future. It should both be set to the 
  2111.  same name as SET USER.   
  2112. 
  2113. SET LOTUS_BROWSER=X:\PATH\BROWSER.EXE
  2114.  
  2115.  To make Lotus Freelance for Warp 4 use the web browser you want 
  2116.  you'll need to set this, otherwise Netscape will be used
  2117. 
  2118. SET LOTUS_CLS=D:\LOTUSW4\COMPNENT
  2119.  
  2120.  setting by Lotus Smartsuite for Warp 4
  2121. 
  2122. SET MAKESTARTUP=D:\EMX\ETC\dmake.ini
  2123.  
  2124.  Setting for dmake - a make program
  2125. 
  2126. SET MANPATH=D:\XFree86\man 
  2127.  
  2128.  This identifies the location of the man (manual) pages for XFree86.
  2129.  They can be displayed by the xman program. Man pages are
  2130.  brief and terse descriptions of the use of programs, generally
  2131.  describing the various invocation switches. They are part of the
  2132.  optional features of XFree86/OS2.
  2133. 
  2134. SET MC_LIBDIR=C:/usr/dat/mc
  2135.  
  2136.  Setting needed by the M(idnight)C(ommander)
  2137.  A FREE Norton Commmander Clone with some additional features
  2138. 
  2139. SET MENUSFOLLOWPOINTER=ON
  2140.  
  2141.  Enables cascading menus in WarpCenter like in Windows 95, since
  2142.  Fixpak 5 for Warp4.
  2143. 
  2144. SET MENUSTYLE=SHORT
  2145.  
  2146.  An formerly undocumented SET command which controls the amount
  2147.  of information presented to you when you activate a pop-up
  2148.  menu. For example, the standard pop-up menu on my OS/2
  2149.  desktop menu provides 13 menu items. With this SET
  2150.  command in config.sys, you only have 10 items. The items
  2151.  not presented are Help, Create Shadow, and Find.
  2152.  Since Warp 4 you can find this command in all object-settings
  2153.  notebooks.
  2154.  
  2155.  <<=TIP=>> A Great enrichment for the menus, and a lot of
  2156.  other useful enhancements can be achieved by using the
  2157.  FREE XFolder, by Ulrich Moeller, available at http://www2.rz.
  2158.  hu-berlin.de/~h0444vnd/os2.htm.
  2159. 
  2160. SET MGA=C:\MGA\OS2;
  2161.  
  2162.  The default installation directory for Matrox Video Cards
  2163. 
  2164. SET MMBASE=C:\MMOS2;
  2165.  
  2166.  Indicates the path to OS/2's multimedia programs.
  2167. 
  2168. SET MMBUF=49152
  2169.  
  2170.  Increases the size of the read buffer. The default is 32768.
  2171.  It can be set even higher, but movies will take longer to load.
  2172. 
  2173. SET MMSTREAM=/H:256
  2174.  
  2175.  This increases the heap space for the stream manager to 256K, which
  2176.  allows more movies to be open at once and may improve performance.
  2177.  The default is 64K, and 256K is the maximum.
  2178. 
  2179. SET NCDEBUG=4000
  2180.  
  2181.  In both Lotus 123 and Excel, users can record and play back audio
  2182.  and video annotations for specific cells. NCDEBUG is an environment
  2183.  variable required for this to work in older versions of Lotus 123.
  2184.  Excel does not need. If you do not have a need for this support,
  2185.  you may REM this line. Be also sure to delete this line if you remove
  2186.  MMOS.
  2187. 
  2188. SET NFFCTL=0
  2189.  
  2190.  Disable on-the-fly compression of files transferred with the File
  2191.  Transfer function of SystemView/2.
  2192. 
  2193. SET NFS.PERMISSION.BITS=775
  2194.  
  2195.  Setting for the Network file system NFS
  2196. 
  2197. SET NFS.PERMISSION.DBITS=775
  2198.  
  2199.  Setting for the Network file system NFS
  2200. 
  2201. SET NOWIN32LOG=1
  2202.  
  2203.  Quoting the README of the w32os204 package:
  2204.  Although the output generated in win32os2.log very useful for
  2205.  debugging, it slows things down quite a bit.
  2206.  You can disable it by adding the following variable to your
  2207.  environment: SET NOWIN32LOG=ANY VALUE
  2208. 
  2209. SET OBJECTSNOOZETIME=45                                  
  2210.  
  2211.  Useful when programming certain types of object DLLs. The
  2212.  default setting for the snooze time is 90 seconds. Unless you
  2213.  are programming your own Workplace Shell objects, you should
  2214.  not change the default setting. Whit this set to 0 objects
  2215.  are ALLWAYS IN MEMORY. This means as longer the WPS runs, the
  2216.  more memory will be used.
  2217. 
  2218. SET OBJC_INCLUDE_PATH=c:/emx/include
  2219.  
  2220.  Necessary if you want to compile programs with EMX written in
  2221.  the Objective C language
  2222. 
  2223. SET OBJD_AUTOTILENAV=1
  2224.  
  2225.  <<=TIP=>> By Frank Vos: Enables the use of two object navigators
  2226.  with Object Desktop in one window. You can also move files
  2227.  between two directories.
  2228. 
  2229. SET OCTAVE_HOME=C:/MATH/OCTAVE
  2230.  
  2231.  Setting for OCTAVE
  2232.  
  2233.  Octave is a Mathlab clone a high-level language for
  2234.  numerical computations by Klaus Gebhardt [TEAM OS/2]
  2235.  gebhardt@crunch.ikp.physik.tu-darmstadt.de
  2236. 
  2237. SET OCTAVE_INITFILE=octave.ini
  2238.  
  2239.   Setting for OCTAVE
  2240. 
  2241. SET OCTAVE_IMAGE_VIEWER=D:/PATH/YOUR_GRAPHIC_VIEWER
  2242.  
  2243.  Setting for OCTAVE
  2244. 
  2245. SET OCRNOTES=C:\Faxworks\Calera
  2246.   
  2247.  Supports the optical character reader software from Calera.
  2248. 
  2249. SET ODBC_PATH=C:\PATH\
  2250.  
  2251.  Sets the path for Open DataBase Connectivity.
  2252.  The odbcinst.ini lists the installed drivers and
  2253.  the odbc.ini lists the registered databases.
  2254.  
  2255.  <<=TIP=>> Some applications like Lotus Approach copy
  2256.  the odbcinst.ini and the odbc.ini to \OS2. If you have
  2257.  other database applications which are using this setting
  2258.  ODBC won't function correct. In this case 1. copy all listed
  2259.  applications with keys and values out of the odbcinst.ini
  2260.  in \OS2 into the odbcinst.ini in the path defined by the
  2261.  set command. You can use any ini-editor for this operation.
  2262.  2. to actualise the list of drivers copy all keys and values
  2263.  inside the 'application' ODBC Drivers from the odbcinst.ini
  2264.  out of the \OS2 directory into the odbcinst.ini in the directory
  2265.  defined by the SET command. 3. copy the updated odbcinst.ini to
  2266.  the \OS2 directory. 
  2267. 
  2268. SET OGL_BIT_COUNT
  2269.  
  2270.  used by OpenGL to replace the bits-per-pixel report from the
  2271.  graphics device driver. Primary use is for when 32 bpp(non-packed)
  2272.  setup actually reports 24 bpp (packed).Do not use them unless you
  2273.  are having trouble.
  2274. 
  2275. SET OGL_OVERRIDE_COLORS 
  2276.  
  2277.  used by OpenGL to override the PM colours in the colour
  2278.  palette. Only applicable when running in 8 bit. 
  2279.  Do not use them unless you are having trouble.
  2280. 
  2281. SET OGL_SCANLINE_SIZE 
  2282.  
  2283.  used by OpenGL to replace the scanline size report from
  2284.  the graphics device driver. Do not use them unless you are having trouble.
  2285. 
  2286. SET OGL_VIDEO_MEM_SIZE 
  2287.  
  2288.  used by OpenGL to enable PentiumPro specific optimizations.
  2289.  Has no affect on other CPU's.
  2290.  
  2291.  OpenGL performance on a PentiumPro system may be increased by installing
  2292.  the OpenGL PentiumPro Driver. The OpenGL PentiumPro Driver is located on
  2293.  the Device Driver Pack CD-ROM included with Warp 4. The driver and 
  2294.  installation instructions can be found in:
  2295.  Device Solutions->IBM Corporation->OpenGL PentiumPro Driver 
  2296.  
  2297.  <<=NOTE=>> See DEVICE=C:\OS2\BOOT\OS2OGL.SYS to enable the
  2298.  Pentium Pro Driver.
  2299. 
  2300. SET OS2_SHELL=D:\OS2\CMD.EXE /Parameter
  2301.  
  2302.  OS2_SHELL directs OS/2 to load the command line shell (CMD.EXE)
  2303.  when you ask for an OS/2 command line from the WPS. 
  2304.   
  2305.  <<=WARNING=>> Be careful with this line, OS/2 will not start 
  2306.  without it.
  2307.   
  2308.  <<=TIP=>> If you wish to run some other command line shell,
  2309.  such as 4OS2, change this line and the SET COMSPEC=C:\OS2\CMD.EXE
  2310.  line, substituting the appropriate EXE file for CMD.EXE.
  2311.  
  2312.  Parameters:
  2313.  
  2314.  /K C:\PROGRAM
  2315.  Starts cmd.exe together with a program (program could be any
  2316.  executable program).
  2317.  
  2318.  /S Disables CTRL+C. No interrupt for programs possible.
  2319.  
  2320.  /Q NO ECHO
  2321.  
  2322.  /C PROGRAM
  2323.  Starts a second command processor with a program. After execution of the
  2324.  program (e.g. DIR A:) return to the first command processor.
  2325. 
  2326. SET OS=OS2
  2327.  
  2328.  Setting for dmake - a make program
  2329.  
  2330.  Ariel Shkedi <ars@ziplink.net>
  2331. 
  2332. SET OSENVIRNOMENT=emx
  2333.  
  2334.  Setting for dmake - a make program
  2335. 
  2336. SET OSRELEASE=4.0
  2337.  
  2338.  Setting for dmake - a make program
  2339. 
  2340. SET PATH=C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;C:\OS2\INSTALL;
  2341.  
  2342.  Just like in DOS, it tells OS/2 where to find programs. For DOS
  2343.  sessions, set the PATH in your Autoexec.bat file.
  2344.  
  2345.  <<=TIP=>> make sure that changes made to your config.sys are also 
  2346.  changed in the autoexec.bat
  2347.   
  2348.  <<=WARNING=>> Your path statement should contain at least the
  2349.  following directories: \OS2, \OS2\SYSTEM and - if you want to
  2350.  execute DOS-Sessions - \OS2\MDOS.
  2351.  
  2352.  <<=TIP=>> In Warp4 without fixpak peerinst.exe doesn't work
  2353.  correct if the path exceeds 256 Characters, if this happens
  2354.  make a copy of your config.sys and shorten the path temporarily
  2355. 
  2356. SET PGPPATH=C:\PGP
  2357.  
  2358.  Setting by Pretty Good Privacy Ver. 5.0 GA
  2359.  available at: http://www.openpgp.net
  2360. 
  2361. SET PILOTRATE=n
  2362.  
  2363.  To increase the communications speed between your computer and the
  2364.  PalmPilot, where n is 19200, 38400, 57600 baud.
  2365.  Some computers may have problems with 57600, 38400 is recommended.
  2366.  
  2367.  Setting by Port of Pilot Link for OS/2 using the EMX compiler.
  2368.  Pilot Link's offical home is at ftp://ryeham.ee.ryerson.ca/pub/PalmOS/.
  2369. 
  2370. SET PLPLOT_LIB=C:\PLOT\PMPLOT
  2371.  
  2372.  Setting by PMPLOT, a FREE Plotting Program on base of PLPLOT
  2373.  ported by Lars Enghardt (lars.enghardt@dlr.de)
  2374. 
  2375. SET PMASPLA_DLL=PMASD118;PMASVSOP;PMASELP
  2376.  
  2377.  Setting by PmAs (PM-Astonomy) Ver. 1.10, speeds up some calculations
  2378.  
  2379.  PmAs is developed by Cornelius Bockemuehl (cbockern@datacomm.ch) and
  2380.  for private and scientifc use freely available at http://www.datcomm.ch/cobo
  2381. 
  2382. SET PM_ASYNC_FOCUS_CHANGE=ON | ON x | OFF
  2383.  
  2384.  WARP 3 only, 
  2385.  
  2386.  <<=ATTENTION=>> in Warp 4 these settings can be found under [System Setup,
  2387.  System] on your Desktop. Together with Warp 4 this setting should not 
  2388.  appear in your config.sys.
  2389.  
  2390.  The "SIQ" feature is new with FixPak 17. It allows the user to
  2391.  take focus away from an application that is monopolising the message
  2392.  queue. When the FixPak is installed, the SIQ feature is disabled
  2393.  (OFF).
  2394.  The parameters to the SET command are:
  2395.  
  2396.  The default is OFF (disabled).
  2397.  
  2398.  To turn it on (enable) put the following in the CONFIG.SYS file and
  2399.  reboot:
  2400.  
  2401.  SET PM_ASYNC_FOCUS_CHANGE=ON
  2402.  
  2403.  To change the timeout value put the following in the CONFIG.SYS file
  2404.  and reboot:
  2405.  
  2406.  SET PM_ASYNC_FOCUS_CHANGE=ON n
  2407.  
  2408.  where n is in milliseconds (default is 2000 (2 seconds))
  2409. 
  2410. SET PM_DYNAMIC_DRAG=ON
  2411.  
  2412.  Warp 3 only (since FixPak 17), in Warp 4 these settings can be 
  2413.  found under [System Setup, System] on your Desktop
  2414.  
  2415.  Enables (=ON) or disables (=OFF, default) the full window drag
  2416.  for PM windows. Don't use it with slow graphic cards.
  2417. 
  2418. SET PMREF=PMFUN.INF+PMGPI.INF+PMHOK.INF+PMMSG.INF
  2419.           +PMREL.INF+PMWIN.INF+PMWKP.INF
  2420.  
  2421.  setting for reference Borland C++ 2.0
  2422. 
  2423. SET PROGREF20=GUIREF20.INF
  2424.  
  2425.  setting for reference Borland C++ 2.0
  2426. 
  2427. SET PROTODIR=c:/emx/include/cpp/gen
  2428.  
  2429.  With EMX the genclass utility needs this environment variable
  2430. 
  2431. SET PWRCHUTE=C:\PWRCHUTE
  2432.  
  2433.  Sets the path for the Powerchute Pro APC UPS
  2434.  
  2435.  <<=NOTE=>> Make sure that upsd.exe is in your STARTUP.CMD
  2436.  If you have a LAN the following line must be in your
  2437.  IBMLAN.INI under [services]: ups=c:\pwrchute\upsd.exe, add
  2438.  net start ups to your STARTUP.CMD.
  2439. 
  2440. SET PROMPT=$E[1;33m[$P]$G
  2441.  
  2442.  Like the same DOS command, this line sets how your OS/2 command
  2443.  prompt will appear. (This is for OS/2 only. Set the DOS PROMPT 
  2444.  default in your AUTOEXEC.BAT file.)  In the setting shown here,
  2445.  the command prompt will appear showing the current directory of
  2446.  the default drive enclosed in [] followed by the greater than
  2447.  symbol, i.e. [C:\]>. Having brackets [] around the drive and
  2448.  directory information lets you quickly know when you are at an
  2449.  OS/2 command line verse a DOS command line. 
  2450.  
  2451.  If you type PROMPT without a parameter, OS/2 will return its 
  2452.  default prompt.
  2453.  
  2454.  Options include:
  2455.  
  2456.      $A = will substitute the '&' character
  2457.      $B = The | character
  2458.      $C = The open parenthesis (
  2459.      $D = Current date
  2460.      $E = ASCII code 27 (escape) so you can work with ANSI.
  2461.           See <<=TIP=>> below.
  2462.      $F = The close parenthesis )
  2463.      $G = The "greater than" > symbol
  2464.      $H = BACKSPACE over the previous character
  2465.      $I = Turns help line on
  2466.      $L = The "less than" < character
  2467.      $N = Default drive
  2468.      $P = Current directory of default drive
  2469.      $Q = The equal = character
  2470.      $R = will substitute the returncode for the previous command
  2471.      $S = The space character
  2472.      $T = Current time
  2473.      $V = OS/2 version number
  2474.      $_ = Carriage return or line feed
  2475.  
  2476.  <<=TIP=>> You can also add ANSI control sequences to your
  2477.  prompt. For example, to help me know visually whether I'm
  2478.  working with an OS/2 command line, I've add $E[1;33m to my
  2479.  prompt line, i.e. SET PROMPT=$E[1;33m[$P]$G. This sets text
  2480.  to display in bold yellow characters. SET PROMPT=$E[30;47m
  2481.  $E[K[$P] deletes the settings done by other programs and sets
  2482.  text to display black on white.
  2483. 
  2484. SET QUEUE_SIZE_THRESHOLD=n
  2485.  
  2486.  Warp3 only (since FixPak 17)
  2487.  
  2488.  puts the size of the message queue to n. Default was 100 prior
  2489.  to Fixpack #17, and 3000 from it. 
  2490. 
  2491. SET RESTARTOBJECTS=YES
  2492.   
  2493.  This command tells OS/2 what applications to start after you
  2494.  suspend operations with or without doing a shut down. If this
  2495.  statement is not in your config.sys, then the default is YES,
  2496.  i.e., start all objects that were running at the time of shut
  2497.  down or reboot. Other options are:
  2498.  
  2499.   NO = do not start any applications that were running at time 
  2500.        of shut down or reboot. 
  2501.   
  2502.   STARTUPFOLDERSONLY = start objects only in the Startup 
  2503.        folder. This parameter is also handy for another
  2504.        purpose. Lets assume you have one or more programs in
  2505.        your Startup folder and do a shut down without closing
  2506.        those programs. If you have Restartobjects set to yes,
  2507.        OS/2 will restart the programs left open AND the Startup 
  2508.        folder will start another copy of the same programs.
  2509.        Thus you will have two copies running. Using this
  2510.        parameter eliminates this.
  2511.  
  2512.   REBOOTONLY = Start objects only if the OS/2 WPS is starting 
  2513.        from a reboot (Ctrl-Alt-Del) or at power on. Objects 
  2514.        will not restart if the WPS is restarted as a result of 
  2515.        its own error correction recycling.
  2516.   
  2517.  <<=TIP=>> You can also circumvent the auto-starting of
  2518.  programs by holding down Left/Ctrl-Left/Shift-F1 all at the
  2519.  same time during boot. It must be done right after the clock
  2520.  appears just before the desktop loads, but before any icons
  2521.  appear.
  2522. 
  2523. SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE
  2524.   
  2525.  This line tells the system what interface program is to be
  2526.  used. In this case it is the Workplace Shell.
  2527.   
  2528.  <<=TIP=>> If you want to run OS/2 with only a command line 
  2529.  interface, you can do so by changing this line to read 
  2530.  SET RUNWORKPLACE=C:\OS2\CMD.EXE. This brings OS/2 up without
  2531.  the WPS and gives you one screen session. You can start other 
  2532.  sessions using the START or DETACH command. Otherwise,
  2533.  operated just like you were in DOS. If you have started more
  2534.  than one session, switch between them using Alt+Esc. For those
  2535.  who want the power of OS/2 and like to work only from a command
  2536.  line, give this a try.
  2537.   
  2538.  <<=TIP=>> By Ulrich Moeller: You can perform a "shut down"
  2539.  from a command line. To do a shut down type SHUTDOWN and
  2540.  press enter. This starts the WPS. Once the WPS is open,
  2541.  you'll be asked to close all sessions and if you really
  2542.  want to shutdown. This command is also helpful if you are
  2543.  writing WPS-Programs and if you want to test WPS-DLLs.
  2544.  So you can easily restart the WPS by typing PMSHELL at the
  2545.  command-line. When you switch back to the commmand-line and
  2546.  press CTRL+C the WPS will be closed. 
  2547.  
  2548.  <<=TIP=>> MSHELL.EXE is another alternative. It is a simple
  2549.  mini shell for OS/2 that uses the replaceable shell 
  2550.  architecture of the WPS. MSHELL is a program launcher which
  2551.  provides one list of programs to start. This list can be
  2552.  modified by creating a plain text file called MSHELL.INI. In
  2553.  addition to starting programs, MSHELL can save the desktop,
  2554.  interact with the spooler, and do a system shut down.
  2555.  MSHELL is IBM Employee Written Software. 
  2556. 
  2557. SET SANE_CONFIG_DIR=D:\OS2SANE
  2558.  
  2559.  Points to the installation directory of the OS/2 SANE driver
  2560.  (Scanner Access Now Easy) http://www.mostang.com/sane for information; 
  2561.  http://www.geocities.com/SiliconValley/Peaks/4320/sane2.html for the
  2562.  OS/2 binaries.   
  2563. 
  2564. SET SCCANBENUKED=1
  2565.  
  2566.  Enables the deleting of the Warpcenter Icon.
  2567.  
  2568.  <<=TIP=>> This REXX-Script re-establishes the Icon if it is deleted, 
  2569.  
  2570.  /* Recreate Warpcenter */
  2571.  call RxFuncAdd 'SysLoadFuncs',,
  2572.      'RexxUtil', 'SysLoadFuncs'
  2573.      call SysLoadFuncs
  2574.  
  2575.  /*Code*/
  2576.  rc = SysCreateObject("SmartCenter", "WarpCenter", "<WP_OS2SYS>",
  2577.  "OBJECTID=<WP_WARPCENTER>","F")
  2578.  if rc = 0 then
  2579.  say "New WarpCenter Created."
  2580.  else say "Warpcenter creation failed! RC=" rc 
  2581.  
  2582.  <<=TIP=>> You can also use the FREE tool 'ObjectReCreator'
  2583.  by Kai Evers available at http://www1.stuttgart.netsurf.de/~kevers/.
  2584.  It can recreate all standard Desktop Objects who are lost or deleted
  2585. 
  2586. SET SCKILLFEATUREENABLED=1
  2587.  
  2588.  ON, does the same as 1
  2589.  
  2590.  Allows to kill misbehaving programs with a Ctrl/left click on the
  2591.  WarpCenter task list (second button from the left)
  2592. 
  2593. SET SCFINDUTILITY=C:\OS2\APPS\PMSEEK.EXE
  2594.  
  2595.  Replaces 'find objects' in WarpCenter by a faster and more useful
  2596.  program
  2597. 
  2598. SET SCKILLCONFIRMDISABLED=1
  2599.  
  2600.  ON does the same as 1
  2601.  
  2602.  Disables the security question for the kill feature in Warpcenter
  2603.  use with care !
  2604. 
  2605. SET SCPRETTYCLOCK=1
  2606.  
  2607.  ON does the same as 1
  2608.  
  2609.  Changes the appearance of the WarpCenter clock
  2610. 
  2611. SET SHAPIEXCEPTIONHANDLER=OFF                     
  2612.  
  2613.  This command disables the WPS API exception handler, and all
  2614.  WPS exceptions are handled by OS/2.
  2615. 
  2616. SET SHELLHANDLESINC=n
  2617.  
  2618.  This will increase the number of available filehandles, default 20, for
  2619.  the SHELL process with the specified number 'n'.
  2620.  
  2621.  This setting is also inherited by child-processes and can avoid some
  2622.  out-of-handles errors.
  2623.  
  2624.  <<=Note=>> This became more important because the later (Workplace) shell
  2625.  keeps more handles open for its own use, leaving less for started processes
  2626.  to open. This has caused problems in several compiler/build environments.
  2627. 
  2628. SET SHELLEXCEPTIONHANDLER=OFF
  2629.                             
  2630.  The WPS has its own exception handling routines which allow it
  2631.  to recover from most errors, but when programming your own
  2632.  objects, you want to see all errors as they occur. You can turn
  2633.  WPS "exception handling" off with this command. Could be useful
  2634.  when debugging a Workplace Shell object.
  2635. 
  2636. SET SOMBASE=C:\OS2
  2637.  
  2638.  setting used by Lotus Smartsuite for Warp 4, the Toolkit and VAC++ 3.0.
  2639. 
  2640. SET SOMDDIR=C:\OS2\ETC\DSOM
  2641.  
  2642.  SOM is an acronym for IBMs System Object Model. OS/2s object
  2643.  orientation is based upon this technology and in Warp, the
  2644.  Workplace Shell is built on SOM Version 2 with Distributed
  2645.  SOM enabled. This SET statement sets the path to the DSOM
  2646.  directory.
  2647. SET SOMIR=C:\OS2\ETC\SOM.IR;C:\OS2\ETC\WPSH.IR;C:\OS2\ETC\WPDSERV.IR;SOM.IR
  2648.  
  2649.  SOMIR is an acronym for IBM's System Object Model Interface Repository.
  2650.  These are the databases of all installed Classes and Methods etc.
  2651.  OS/2s object orientation is based upon this technology and in Warp, the
  2652.  Workplace Shell is built on SOM Version 2 with Distributed
  2653.  SOM enabled. This SET statement sets the path to various IR
  2654.  files.
  2655. 
  2656. SET SOMDTHREADPEER=1
  2657.  
  2658.  setting by Lotus Smartsuite for Warp 4
  2659. 
  2660. SET SOMRUNTIME=C:\OS2\DLL
  2661.  
  2662.  setting used by Lotus Smartsuite for Warp 4, the Toolkit and VAC++ 3.0.
  2663.  
  2664.  <<=TIP=>>If you experience intermittent hangs of your system, check your
  2665.  LIBPATH statement in CONFIG.SYS to see if SOM.DLL is in a directory other
  2666.  than, and ahead of, OS2\DLL. If yes, either change the LIBPATH statement
  2667.  to move the directory after OS2\DLL or try renaming SOM.DLL to SOM.DLO.
  2668.  One known cause of this is VisualAge C++. It has a version of SOM.DLL in
  2669.  its DLL library and the installation puts this library ahead of OS2\DLL
  2670.  in the LIBPATH statement.
  2671. 
  2672. SET SPCH_MAINLANG=XX_XX
  2673.  
  2674.  Sets the desired language for voicetype if there are more 
  2675.  languages installed. See also SET LANG
  2676. 
  2677. SET SQUID_DIRECTORY=C:\SQUID
  2678.  
  2679.  environment variable as the default root of squid tree
  2680.  for the FREE Squid caching proxy server
  2681.  
  2682.  <<=NOTE=>> 32Mb or more of RAM, SCSI hard disk and HPFS386 are highly
  2683.  recommended.
  2684. SET SYSTEM_INI=C:\OS2\OS2SYS.INI
  2685.  
  2686.  Tells OS/2 the name and location of OS2SYS.INI. This file
  2687.  tells OS/2 what kind of equipment your system uses. NOTE:
  2688.  OS2SYS.INI is a critical files and should not be deleted or
  2689.  modified. It is not an ASCII file. You should consider backing
  2690.  up this file with the FREE WPTOOLS by Henk Kelder. You can also use
  2691.  MAKEINI.EXE, which ships with OS/2, to build a new set of INI files.
  2692.  See your OS/2 documentation on how to do this.
  2693.  
  2694.  This file remains open the entire time the Presentation Manager is
  2695.  loaded and operating. It closes upon shut down.
  2696.  
  2697.  <<=NOTE=>> See the cm2.inf for FREE INI-maintenance programs.
  2698.  
  2699.  <<=TIP=>> You can also make a separate directory for your 
  2700.  OS2SYS.ini, e.g. SET SYSTEM_INI=C:\INI\OS2SYS.INI, useful for
  2701.  reinstallation's etc.
  2702. 
  2703. SET TAPE=SCSI:+LB,S2,TAPE$4
  2704.  
  2705.  default settings for TAR
  2706. 
  2707. SET TAR_COMPRESS=GZIP
  2708.  
  2709.  name of the compression program used by TAR
  2710. 
  2711. SET TELNET.PASSWORD.ID=XYZ
  2712.  
  2713.   Sets your Telnet Password
  2714. 
  2715. SET TEMP=C:\TEMP
  2716.  
  2717.  Sets the directory for temporary files
  2718. 
  2719. SET TERM=MONO or ANSI
  2720.  
  2721.  For using GDB (the GNU debugger) and info (the GNU info browser)
  2722.  and other programs like e.g. XFREE that use termcap
  2723.  This setting is needed by some programs. It sets the "preferred terminal
  2724.  type for the xterm or editor to be used". As you will find out,
  2725.  a xterm is a command line window in X, equivalent to an OS/2 window 
  2726.  session. Other term types are available; they are described in your
  2727.  termcap file. Note that forward ``/'' is used as a directory separator.  
  2728. 
  2729. SET TERMCAP=C:/EMX/ETC/TERMCAP.X11
  2730.  
  2731.  This is the "terminal capabilities" file that is searched to
  2732.  determine the settings for the terminal type indicated in the 
  2733.  SET TERM variable. You will also have one (named termcap.dat)
  2734.  in \emx\etc. Either can be used. They are text files; have a look
  2735.  in them to see what terminal types are available. Not all may work in 
  2736.  XFree86/OS2 as they may depend upon a DOS driver.   
  2737.  For using GDB (the GNU debugger) and info (the GNU info browser)
  2738.  and other programs that use termcap.
  2739.  Note that forward ``/'' is used as a directory separator
  2740. 
  2741. SET TIM=........
  2742.  
  2743.  Setting for ELSA Videocards
  2744.  
  2745.  This makes the video timing produced by WINMAN applicable to the
  2746.  WPS. The driver takes the TIM line prior to the mode setting done
  2747.  by the "ELSA Resolution Manager". However, it is lower in priority
  2748.  than the ELSA_RESET line.
  2749. 
  2750. SET TMP=C:\TEMP
  2751.  
  2752.  Sets the directory for temporary files
  2753. 
  2754. SET TMPDIR=C:/TEMP
  2755.  
  2756.  Temp used for GCC (regard the slash instead of a backslash).
  2757. 
  2758. SET TRIDENT_ENDIVE=OFF
  2759.  
  2760.  Disables endive with TRIDENT graphics chips
  2761. 
  2762. SET TZ=CET-1CDT,3,-1,0,7200,10,-1,0,10800,3600
  2763.  
  2764.  Sets the Timezone correctly for Germany with daylight savings
  2765.  
  2766.  The complete variable is: SET TZ=SSS[+|-]nDDD[,sm,sw,sd,st,em,ew,
  2767.  ed,et,shift]
  2768.  
  2769.  SSS   Standardtimezonedescriptor, default EST
  2770.        positive values are west of 0 degree length
  2771.        negative values are east of 0 degree length
  2772.  
  2773.  n     Difference to Greenwich Mean Time in Hours, default 5
  2774.  
  2775.  DDD   Daylightsavingsdescriptor, default EDT
  2776.  
  2777.  sm    Month in which Summer Time starts, default 4
  2778.  
  2779.  sw    Week in which Summer Time starts, default 1
  2780.        positive values are counted from the beginning
  2781.        negative values are counted from the end of the month
  2782.  
  2783.  sd    Day at which Summer Time starts, default 0
  2784.        0 is Sunday ( 1 Monday ...) if the week is
  2785.        unequal zero (0), when the week is zero
  2786.        it counts the day of the month (1 to 31).
  2787.  
  2788.  st    Time of Summer Time start in seconds, default 3600
  2789.  
  2790.  em    Month in which Summer Time ends, default 10
  2791.  
  2792.  ew    Week in which Summer Time ends, default -1
  2793.        see sw for description
  2794.  
  2795.  ed    Day at which Summer Time end, default 0
  2796.        see sd for description
  2797.  
  2798.  et    Time of Summer Time end in seconds, default is 7200
  2799.  
  2800.  shift Size of the Time shift in seconds, default 3600
  2801.  
  2802.  <<=TIP=>> If you need a clock showing the time and the correct 
  2803.  Timezone Settings for nearly all cities in the world (plus many
  2804.  more goodies), get the FREE Worldclock by Goran Ivankovics
  2805.  downloadable at: http://members.tripod.com/~Goran_Ivankovic/
  2806. 
  2807. SET ULSPATH=C:\LANGUAGE;
  2808.  
  2809.  Sets the path for unicode language files and for applications
  2810.  with a runtime library supporting "locales".
  2811.  
  2812.  <<=TIP=>> By Bob Goode: If you use Communicator 4.04 and you get
  2813.  a 'no DNS entry' putting a space after the semicolon should 
  2814.  resolve the problem.
  2815. 
  2816. SET USER_INI=C:\OS2\OS2.INI
  2817.  
  2818.  Tells OS/2 the name and locations of the file that contains
  2819.  your desktop setup information and the options saved from
  2820.  various OS/2 applications. OS2.INI is the default file name. 
  2821.  
  2822.  <<=NOTE=>> OS2.INI is a critical file for the proper operation
  2823.  of OS/2 and should not be deleted or modified. It is not an
  2824.  ASCII file and, if it should become damaged, cannot be modified
  2825.  with an ASCII editor. You should consider backing up this file with
  2826.  the FREE WPTOOLS by Henk Kelder. You can also use MAKEINI.EXE, which
  2827.  ships with OS/2, to build a new set of INI files. See your OS/2
  2828.  documentation on how to do this.
  2829.  
  2830.  <<=NOTE=>> See the cm2.inf for FREE INI-maintenance programs.
  2831.  
  2832.  <<=TIP=>> You can also make a separate directory for your OS2.ini,
  2833.  e.g. SET USER_INI=C:\INI\OS2.INI, useful for reinstallation's etc.
  2834. 
  2835. SET USE_SMALL_FONTS=[0|1]
  2836.  
  2837.  Setting for ELSA Videocards to use the small icons in a
  2838.  high resolution mode.
  2839.  
  2840.  1 = small icons should be used in a high res mode
  2841.  0 = default icon size should be used.
  2842.  
  2843.  Hint: The usage of this flag may cause an incorrect display of
  2844.  the maximize window botton.
  2845. 
  2846. SET USE_FIXPAK17=[0|1]
  2847.  
  2848.  Setting for ELSA Videocards
  2849.  Use this setting to avoid defective icons on a system with a
  2850.  fixpak 17 and in a true colour mode (Warp 3 only). 
  2851.  
  2852.  1 = fixpak 17 installed
  2853.  0 = no fixpak 17
  2854. 
  2855. SET VIDEO_APERTURE=xxx
  2856.  
  2857.  This command allows you to set the address for video memory
  2858.  refresh buffers, where xxx is a hexadecimal number. E.g. for
  2859.  PCI A00
  2860. 
  2861. SET VIDEO_DEVICES=VIO_MGA
  2862.  
  2863.  These settings are for a Matrox video card
  2864. 
  2865. SET VIDEO_DEVICES=VIO_SVGA
  2866.  
  2867.  These settings are for a SVGA video card.
  2868. 
  2869. SET VIDEO_DEVICES=VIO_VGA
  2870.  
  2871.  These settings are for a VGA video card.
  2872. 
  2873. SET VIO_MGA=DEVICE(BVHVGA,BMGAX64)
  2874.  
  2875.  These settings are for a Matrox video card
  2876. 
  2877. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA,BVHVGA2,BDBVH)
  2878.       
  2879.  These settings are for a SVGA video card.
  2880.  
  2881.  <<NOTE>> Not all entries must appear, depends on your video card.
  2882. 
  2883. SET VIO_VGA=DEVICE(BVHVGA)
  2884.  
  2885.  These settings are for a VGA video card.
  2886. 
  2887. SET X11SHELL=C:\OS2\CMD.EXE
  2888.  
  2889.  This identifies the shell or command interpreter to be used
  2890.  with XFree86/OS2. If you are using the default CMD.EXE as your
  2891.  OS/2 shell, this line isn't needed. Other shells that can be specified
  2892.  here are tcsh and ksh. Unfortunately 4OS2 doesn't work as a shell for
  2893.  XFree86/OS2.
  2894. 
  2895. SET X11ROOT=D: 
  2896.  
  2897.  This is an essential setting, pointing to the location of the
  2898.  \XFree86 directory. The recommended configuration is to have
  2899.  \XFree86 as a subdirectory directly off the root directory; in which
  2900.  case, the X11ROOT variable should point to the drive where XFree86/OS2
  2901.  is installed. It is possible to have \XFree86 elsewhere 
  2902.  (e.g. D:\unix\emx\X\XFree86 with X11ROOT set to D:\unix\emx\X) but this
  2903.  isn't recommended as it may confuse some poor programs that assume the
  2904.  standard installation tree.   
  2905. 
  2906. SET XREFRESH=H
  2907.  
  2908.  Setting for the graphics boards ELSA WINNER 2000AVI/3D and
  2909.  3000-M/-L.
  2910.  
  2911.  This forces OS/2 and DOS Full Screen Sessions into VGA high-refresh
  2912.  text mode. It has the same effect as the DOS-Tool XFREFRESH.EXE.
  2913. 
  2914. SET XSERVER=C:/XFree86/bin/XF86_SVGA.EXE
  2915.  
  2916.  This is the hardware dependent portion of X as it identifies the
  2917.  specific X server to use with your hardware.
  2918.  You should set this to the specific server that supports your video
  2919.  card, this will be identified when you run the xf86config.exe program.
  2920.  The SVGA server is somewhat misnamed now as it is almost a catchall server
  2921.  for many video cards (e.g. from Matrox). You can find out which particular
  2922.  server you need to install from the xf86config program. Note that SVGA does
  2923.  not mean unaccelerated.   
  2924. 
  2925. SET EHSDATASRV=C:\DOMINO\NETQ\DATA
  2926. SET EHSDATACL=C:\DOMINO\NETQ\DATA
  2927. SET EHSWORKSRV=C:\DOMINO\NETQ\WORK
  2928. SET EHSWORKCL=C:\DOMINO\NETQ\WORK
  2929. SET EHSNLPSSRV=C:\DOMINO\NETQ
  2930. SET EHSNLPSCL=C:\DOMINO\NETQ
  2931. SET EHSSLICESIZE=10000000
  2932. SET EHSMAXINDEXES=16
  2933. SET EHSCCCFGFILE=NETQ.CFG
  2934. SET EHSCSCFGFILE=NETQ.CFG
  2935. SET WEBS_LOCALES=C:\DOMINO\DLL
  2936.  
  2937.  settings included from the Lotus "Domino W3-Server" install 
  2938.  if anybody can tell more, please do so. Thanks
  2939. 
  2940. -----------------------------------------------------------------
  2941. 4. DEVICES
  2942. 
  2943.  
  2944.  BASEDEV installs a base device driver used by OS/2 when it is first
  2945.  started. The statement cannot contain either a drive or path 
  2946.  because OS/2 cannot process such information at the stage at which 
  2947.  these statements are loaded. These base device drivers include
  2948.  (not all delivered or available drivers are listed, but I've included
  2949.  most common and all additionally basedev's of the fixpaks):
  2950.  
  2951.  The basedev's are loaded according to their extensions in the
  2952.  following order:
  2953.  
  2954.  SYS
  2955.  BID
  2956.  VSD
  2957.  TSD
  2958.  ADD
  2959.  I13
  2960.  FLT
  2961.  DMD
  2962.  
  2963.  This means all basedevices with the extension SYS are loaded first and
  2964.  those with DMD last. This could also the reason for some trouble you
  2965.  might have.
  2966.  
  2967.  For Warp 3 and 4 BASEDEV's must reside either in the root or in the
  2968.  \os2\boot directory. A rule IBM itself disregards e.g. with the IBM
  2969.  Thinkpad drivers. They are installed in \os2. If BASEDEVICE Drivers
  2970.  are not in these three directories (\;\os2;\os2\boot;) they will fail
  2971.  to work. In General it is recommended to copy all BASEDEVICE Drivers
  2972.  ONLY to your \os2\boot directory. If any installation routine copies
  2973.  them to another place please move them to \os2\boot.
  2974.  
  2975.  <<=TIP=>> You can identify Driver failures by pressing ALT F2 during
  2976.  boot as long as the screen displays OS/2 in the upper left corner.
  2977.  
  2978.  <<=TIP=>> Adding the /V (=Verbose) parameter to drivers could tell
  2979.  you some useful information. Example BASEDEV=IBM1S506.ADD /V
  2980.  
  2981.  <<=TIP=>> Updated and new drivers can be found at:
  2982.  http://service.software.ibm.com/os2ddpak/html/ or at your
  2983.  hardware vendors site.
  2984. 
  2985. BASEDEV=AHA152X.ADD
  2986.  
  2987.  supports SCSI on Adaptec 152x/1510 controllers.
  2988.  
  2989.  <<=TIP=>> If you are using an Adaptec SCSI Card you can also use
  2990.  BASEDEV=AHA152X.ADD /V /F:x to force the target SCSI ID x. The host
  2991.  adapter will assume that the target ID x is connected to SCSI Bus.
  2992. 
  2993. BASEDEV=AHA154x.ADD
  2994.  
  2995.  supports SCSI on Adaptec 1540/1542 controllers.
  2996.  
  2997.  <<=TIP=>> By Prof. C.W. Fischer Physics Department Director
  2998.  CPES Micro-Computer Lab. Users may be interested in a undocumented
  2999.  parameter on the Adaptec AHA154x.add file i.e /DBUFF. Anyone using
  3000.  this SCSI adapter will loose access to RAM above 16M. 
  3001.  It's a Bus mastering problem on ISA (thanks to Steven Levine).
  3002. 
  3003. BASEDEV=AIC78U2.ADD 
  3004.  
  3005.  supports SCSI on Adaptec 78U2 controllers (e.g. AHA-2940U2W)
  3006.  
  3007.  For Parameters see AIC7870.ADD
  3008. 
  3009. BASEDEV=AIC7870.ADD 
  3010.  
  3011.  supports SCSI on Adaptec 7870 Ultra Scsi controllers (e.g. AHA-2940)
  3012.  or earlier
  3013.  
  3014.  Universal Parameters:
  3015.  
  3016.  /ET -- Allow embedded targets.  This parameter indicates that the ADD
  3017.       should assume that all targets have more than one logical unit (LUN)
  3018.       defined.
  3019.  
  3020.  /!ET -- Do not allow embedded targets (DEFAULT). This parameter indicates
  3021.       that the ADD should assume that all targets have only one logical 
  3022.       unit (LUN) defined.
  3023.  
  3024.  /V -- Load driver verbosely. This parameter will display the driver
  3025.       name as well as the version number and Adaptec copyright if the driver
  3026.       loads successfully. Information on all targets found in the system
  3027.       will also be displayed.
  3028.  
  3029.  /PCIHW -- Enables driver to access PCI configuration hardware registers.
  3030.       This switch is implemented because in some PCI systems, accessing
  3031.       PCI configuration space through PCI BIOS function calls causes
  3032.       problems. This switch is enabled by default. New with Version 3.02
  3033.  
  3034.  /!PCIHW -- Disables the PCIHW switch. This parameter will cause the driver
  3035.       to access the PCI configuration space through PCI BIOS function calls.
  3036.       New with version 3.02
  3037.  
  3038.  <<=TIP=>> If Warp doesn't recognise the AIC7870 Driver add the 
  3039.  parameter /A:n n=Number of Controller and /TAG:n n=number of
  3040.  PCI-Slot to AIC7870.ADD.
  3041.  It seems that the version 2.2 of the Adaptec 2940 driver
  3042.  does not work correctly with RSJ, but version 2.11 works fine.
  3043. 
  3044. BASEDEV=ALI.ADD
  3045.  
  3046.  Alladin Busmaster driver, better use DANIS506.ADD
  3047. 
  3048. BASEDEV=AODBSMD.SYS
  3049.  
  3050.  Thinkpad Resource Management Driver
  3051. 
  3052. BASEDEV=AUTODRV2.SYS
  3053.  
  3054.  Autoconfigurator supports PCMCIA modems.
  3055. 
  3056. BASEDEV=CDSEIDE.FLT
  3057.  
  3058.  Back Again 2000 ATAPI/IDE Tape Filter Driver
  3059. 
  3060. BASEDEV=CDSTAP2.DMD
  3061.  
  3062.  Back Again 2000 Tape Device Manager 
  3063. 
  3064. BASEDEV=CHKDSK.SYS
  3065.  
  3066.  New with Fixpaks supports large disks
  3067. 
  3068. BASEDEV=CL6832SS.SYS
  3069.  
  3070.  Socket Services driver for Toshiba Tecra
  3071.  
  3072.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3073.  after PCMCIA.SYS
  3074. 
  3075. BASEDEV=CMPXCHG8.SYS
  3076.  
  3077.  New with Fixpaks fixes the Pentium F00F bug
  3078. 
  3079. BASEDEV=DANIS506.ADD
  3080.  
  3081.  Highly recommended replacement IBM1S506.ADD EIDE driver by
  3082.  Daniela Engert (d.engert@odn.de) with additional support for 
  3083.  Intel, VIA, ALi, SiS, CMD, Promis, Cyrix, HighPoint, AMD chipsets,
  3084.  and generic busmaster support for all SFF-8038i compliant chips.
  3085.  
  3086.  This driver supports all parameters and options IBM1S506 supports.
  3087.  
  3088.  The driver saves all messages possibly shown at boot-up internally.
  3089.  Users may redisplay these messages, or store them into a file later
  3090.  with commands like these:
  3091.  
  3092.  COPY IBMS506$ con:     or
  3093.  COPY IBMS506$ anyfile
  3094.  
  3095.  Additional or changed Parameters:
  3096.  
  3097.  /!SMS disables SMS even when the hardware reports capability
  3098.  
  3099.  /IT:x inactivity timer feature. Simply add /IT:x to the *unit*
  3100.        parameters. x is the timeout value in minutes. 0 disables the
  3101.        spin down completely.
  3102.  
  3103.  /MR:udp Limits the data rate a device communicates at.Simply add
  3104.          MR:udp to the *unit* parameters.
  3105.          Choose the values for u, d, and p from this table:
  3106.    u: Ultra DMA
  3107.      0  -  disable  Ultra DMA
  3108.      1  -  limit to Ultra DMA mode 0
  3109.      2  -  limit to Ultra DMA mode 1
  3110.      3  -  limit to Ultra DMA mode 2
  3111.      4  -  limit to Ultra DMA mode 3
  3112.      5  -  limit to Ultra DMA mode 4
  3113.  
  3114.    d: Multi Word DMA
  3115.      0  -  disable  MW DMA
  3116.      1  -  limit to MW DMA mode 0 (in S506.ADD effectively the same as 0)
  3117.      2  -  limit to MW DMA mode 1
  3118.      3  -  limit to MW DMA mode 2
  3119.  
  3120.    p: PIO
  3121.      0  -  limit to PIO mode 0
  3122.      1  -  limit to PIO mode 1 (in S506.ADD effectively PIO 0)
  3123.      2  -  limit to PIO mode 2 (in S506.ADD effectively PIO 0)
  3124.      3  -  limit to PIO mode 3 (with flow control)
  3125.      4  -  limit to PIO mode 4 (with flow control)
  3126.  
  3127.    If you set u and d to 0 at the same time, this effectively disables
  3128.    busmastering on this device since no DMA mode is left to use. Leading
  3129.    zeroes may be left out.
  3130.  
  3131.  /PCLK:x enables the PCI clock speed. x = O enables autodetection the driver
  3132.          will then tell the outcome of this speed detection.
  3133.  
  3134.   These speed classes are the result of the typical FSB clocks and dividers:
  3135.  
  3136.    FSB clock / divider -> PCI clock -> class
  3137.     50MHz    /   2     ->  25MHz    -> 25MHz
  3138.     60MHz    /   2     ->  30MHz    -> 33MHz
  3139.     66MHz    /   2     ->  33MHz    -> 33MHz
  3140.     75MHz    /   2     ->  37.5MHz  -> 37MHz
  3141.     75MHz    /   2.5   ->  30MHz    -> 33MHz
  3142.     75MHz    /   3     ->  25MHz    -> 25MHz
  3143.     83MHz    /   2     ->  41.5MHz  -> 41MHz
  3144.     83MHz    /   2.5   ->  33MHz    -> 33MHz
  3145.     95MHz    /   3     ->  31.7MHz  -> 33MHz
  3146.    100MHz    /   3     ->  33MHz    -> 33MHz
  3147.    112MHz    /   3     ->  37.3MHz  -> 37MHz
  3148.    124MHz    /   3     ->  41.3MHz  -> 41MHz
  3149.  
  3150.  /GBM enables the scan for busmaster capable PCI EIDE controllers
  3151.      if none of the 'well-known' chipsets (currently INTEL, VIA, ALi, SiS,
  3152.      CMD640, and RZ1000, the latter two are not busmaster capable!) is found.
  3153.      In this mode, the ADD doesn't touch any chip registers other than the
  3154.      standard PCI command register (to enable PCI busmastering) and the
  3155.      registers associated with the busmaster engine. It has *no* way to
  3156.      enable Ultra-DMA modes in hardware, so adding the appropriate
  3157.      /MR:0dp values may be needed.
  3158.  
  3159.  /FORCEGBM *every* EIDE chip is treated as if it's not a 'well-known' chip.
  3160.      All programming of device timings in the EIDE controller has to be done
  3161.      by the BIOS.
  3162.  
  3163.  /!RMV If you have a removable drive which you want to boot from, this
  3164.      reportedly fails. To enable booting from this unit it has to be
  3165.      treated as a fixed one. This can be done with the option /!RMV
  3166.      applied to the proper unit. 
  3167.  
  3168.  /RMV It is reported also that some Syquest drives have buggy firmware
  3169.      which doesn't report properly the support of the removable feature
  3170.      set. To announce these drives to OS/2 a removable drives add the
  3171.      /RMV option to the appropriate unit.
  3172.  
  3173.  /!AA prefer to ignore hardware errors indicated by these beeps, add the
  3174.       (no audible alerts) option.
  3175.  
  3176.  /MGAFIX detects EIDE hardware with addresses affected by the Matrox
  3177.       address scan Cx0yh (x = 0..F, y = 0..3) and tries to push them
  3178.       away a little by reprogramming the address decoders so that they
  3179.       are no longer potential scan targets.
  3180.  
  3181.  /80WIRE the ATA-66 features aren't enabled by default in the driver
  3182.       because it has no way to detect the presence of a 80-wire
  3183.       cable reliably. In this case add /80WIRE to the *adapter* options
  3184.       if there is a 80-wire cable installed on that particular EIDE channel.
  3185.  
  3186.  /SHUTDOWN enables new shutdown behaviour (on notebooks perhaps)
  3187.       like found in the latest IBM1S506.ADD. /!SHUTDOWN (like in
  3188.       IBM1506) since Ver. 1.1 no longer supported.
  3189. 
  3190. BASEDEV=DANIADSK.FLT
  3191.  
  3192.  replacement for IBMATAPI.FLT by Daniela Engert (d.engert@odn.de)
  3193.  This filter driver supports all of the ATAPI disks that IBMATAPI does
  3194.  (LS-120, ZIP-100, JAZZ), and in addition the ZIP-250 (including full media
  3195.  swapping).
  3196.  
  3197.  parameter: 
  3198.  
  3199.  /ZA enables booting OS/2 from an ATAPI ZIP drive. It takes effect only
  3200.   if the BIOS has mapped the ZIP to drive letter A: in order to boot 
  3201.   from it; in all other cases the /ZA option is a no-op.
  3202.  
  3203.   If there are floppy disk drives in your system, then - as a side effect -
  3204.   /ZA remaps floppy drive A: to B:, and floppy drive B: (if present) is
  3205.   no longer accessable. Due to limitations in OS2DASD.DMD (?) floppy
  3206.   reads and writes are a little 'rocky' in this case.
  3207.  
  3208.   A boot from ZIP automatically locks the boot medium in the drive, media
  3209.   swapping is no longer possible! This lock is imposed automatically by
  3210.   OS2DASD. If you insist to eject the locked medium by the 'eject' command,
  3211.   this command obviously is routed into nirvana and causes a kernel trap.
  3212. 
  3213. BASEDEV=DETNE2.SYS
  3214.  
  3215.  Driver for NE2000 Networkcards
  3216. 
  3217. BASEDEV=DPT20XX.ADD
  3218.  
  3219.  Driver for the DPT SCSI Card
  3220. 
  3221. BASEDEV=DSKSLEEP.FLT
  3222.  
  3223.  The SCSI Disk Sleeper Filter by Vitus Jensen.
  3224.  Spins down the Harddisk after a adjustable time.
  3225. 
  3226. BASEDEV=EXT2FLT.FLT /parameter
  3227.  
  3228.  ext2flt.flt is a filter device driver for OS/2 that makes it possible to
  3229.  load an IFS for linux partitions. (Without this filter you must patch the
  3230.  partition table. On many systems doing so may cause LILO to fail.).
  3231.  Ext2flt.flt is part of the EXT2-OS2.ZIP package. Together with you can also
  3232.  hide the falsely recognised NTFS, see howto.dat for explanation.
  3233.  
  3234.  In addition this driver is capable to control in what order drive letters
  3235.  are assigned to partitions on fixed disks. It will also allow you to access
  3236.  hidden primary partitions under OS/2.
  3237.  
  3238.  parameter:
  3239.  
  3240.  /Q    Quiet install. Prevents the filter from displaying messages.
  3241.  /V    Verbose install. Displays some diagnostic messages.
  3242.  /W    Allows the virtual partitions to be written to.
  3243.  /A    Virtualize all partitions found. The only good reason to use
  3244.        this is along with the /M option when you want to control
  3245.        the mounting order of all the partitions. You must use the
  3246.        /W option if you use the /A option; otherwise OS/2 may crash
  3247.         when it tries to write to the partition.
  3248.        PLEASE NOTE: Using the /A option may change your drive
  3249.        letters causing the your system to be unbootable. Use
  3250.        the /M option together with /A. (This may change in the
  3251.        future.
  3252.  /M <mount list> Mounts the partitions in the order specified in the mount
  3253.        list, which should be a list of numbers separated by commas.
  3254.        The partitions are numbered 0 on a first come basis. (Not
  3255.        the OS/2 uses.)
  3256. 
  3257. BASEDEV=HFSFLT.FLT
  3258.  
  3259.  Part of the HFS.IFS for accessing HFS formatted Apple Disks 
  3260. 
  3261. BASEDEV=IBMATAPI.FLT
  3262.  
  3263.  New with Fixpaks since Fixpak 6/35 supports ATAPI Removable Media
  3264.  like Zip100, LS120 attached to an IDE Port.
  3265.  
  3266.  <<=TIP=>> If you have removable media drives (MO, IOMEGA, SYQUEST
  3267.  and others) look at http://rheooptik.fmf.uni-freiburg.de/www/faq/
  3268.  remmedia.htm for a detailed removable media FAQ.
  3269. 
  3270. BASEDEV=IBM1FLPY.ADD
  3271.  
  3272.  supports diskette drives on non-Micro Channel PC's.
  3273.  
  3274.  <<=TIP=>> If you wish to prevent users from using the
  3275.  floppy drives under OS/2 (to keep them from loading non-
  3276.  authorised programs or in a workstation situation), REM the 
  3277.  BASEDEV=IBMxFLPY.ADD line (where x is 1 for ISA and EISA
  3278.  machines, or 2 for Microchannel).
  3279.  
  3280.  <<=NOTE=>> In Warp, the install program may have placed both
  3281.  IBM1FLPY.ADD and IBM2FLPY.ADD BASEDEV drivers in your 
  3282.  config.sys. Remove IBM2FLPY.ADD if you don't have a Micro
  3283.  Channel PC.
  3284.  
  3285.  The correct setting for e.g. a IBM Thinkpad 560 with external
  3286.  floppy disk is (see the Warp Reference book for a detailed
  3287.  description): 
  3288.  BASEDEV=IBM1FLPY.ADD /A:0 /FORCE:2 /U:0 /F:1.44MB /U:1 /F:1.44MB
  3289. 
  3290. BASEDEV=IBM2FLPY.ADD
  3291.  
  3292.  supports diskette drives on Micro Channel PC's.
  3293.  See also BASEDEV=IBM1FLPY.ADD for additional tips
  3294. 
  3295. BASEDEV=IBMIDECD.FLT
  3296.  
  3297.  Support for ATAPI CD-ROM drives attached to an IDE Port.
  3298.  It is important to use IBMIDECD.FLT with the IBM1S506.ADD driver.
  3299. 
  3300. BASEDEV=IBMINT13.I13
  3301.  
  3302.  Supports generic disk adapters supported by the BIOS.
  3303.  Using this driver is very slow, but it works with every
  3304.  harddisk supported by your BIOS, even scsi.
  3305. 
  3306. BASEDEV=IBMKBD.SYS 
  3307.  
  3308.  The keyboard driver
  3309.  
  3310.  Together with the parameter /NONE OS/2 starts even when no keyboard
  3311.  is attached. Useful for unsupervised operation.
  3312.  
  3313.  <<=TIP=>> For the mostly sold so called 'Win95-Keyboards' (how ironic, as 
  3314.  with windows9x you can only loose) there are two replacement drivers
  3315.  One by Robert Muchsel (muchsel@acm.org), Release is Ver 2.00 available
  3316.  under winkey02.zip, and a newer one available at:
  3317.  http://os2.avi.kiev.ua/ Release is ver.021
  3318.  
  3319.  <<=TIP=>> By Kovacs Istvan: If you try BASEDEV=IMBKBD.SYS /NUMON numlock
  3320.  could turned on like with the utility 'jshifter'. Works only with some
  3321.  releases of the IBMKBD.SYS delivered with Warp. According to the mails 
  3322.  I've got it seems that the parameter doesn't work on nearly most keyboards,
  3323.  (but one some) so you have still to use 'jshifter' available at:
  3324.  http://www.gbar.dtu.dk/~c948129, or 'numlock' by Peter Engels available
  3325.  at http://www.uni-bonn.de/~uzs0ad.
  3326.  
  3327.  <<=TIP=>> If you prefer a so called Dvorak keyboard layout (a keyboard 
  3328.  which tends to arrange the characters more ergonomic than the qwerty 
  3329.  type - which was a need when constructing mechanical typewriters at 
  3330.  the end of the 19.th century - since Fixpak 8 for Warp 4 (maybe 
  3331.  earlier, but this was the first time I was aware of its existance)
  3332.  go to your keyboard settings in the System Setup folder and simply
  3333.  select Dvorak (for left and righthanded !, but only in English). 
  3334.  Now you only need a keyboard with a Dvorak layout (or one of these
  3335.  old but beautiful IBM keyboards with a 'klick' and 'solid as a rock',
  3336.  here you can pull the caps and place em where you want).
  3337.  This is another new goodie in OS/2 IBM never speaks of.
  3338. 
  3339. BASEDEV=IBM2SCSI.ADD
  3340.  
  3341.  supports SCSI disk drives on Micro Channel PC's.
  3342.  
  3343.  <<=TIP=>> If you want to use SCSI Hardisks together with (E)IDE-Disks 
  3344.  and to boot from SCSI first, make sure that the SCSI-Drivers are in 
  3345.  front of the IDE-Drivers (normally IBM1S506.ADD).
  3346. 
  3347. BASEDEV=IBM1S506.ADD
  3348.  
  3349.  supports (E)IDE disk drives, non-Micro Channel PC's.
  3350.  a list of all parameters is enclosed in your OS/2 online help
  3351.  
  3352.  New Parameters (not listed in online help):
  3353.  
  3354.  /W (Wait) pauses the config.sys after displaying the verbose
  3355.  
  3356.  /!SHUTDOWN disables the new shutdown behaviour.
  3357.  
  3358.  If you are using the /BM or !BM parameters to enable or disable
  3359.  busmaster; you MUST specify the adapter with /A:x. You can also
  3360.  specify the unit on that adapter with /U:z.
  3361.  For example:
  3362.  
  3363.  BASEDEV=IBM1S506.ADD /A:0 /U:0 /!BM or /A:0 /!BM
  3364.  to disable BUS Master DMA
  3365.  
  3366.  BASEDEV=IBM1S506.ADD /A:0 /U:0 /BM or /A:0 /BM
  3367.  to enable
  3368.  
  3369.  <<=TIP=>> If you have an IBM Thinkpad 760E/ED/ELD/EL that exhibits
  3370.  sluggish harddisk behaviour (pausing intermittently with hard drive
  3371.  light on) after FixPaks have been applied, add the /!BM parameter to
  3372.  the BASEDEV=IBM1S506.ADD statement (if present) in your CONFIG.SYS.
  3373.  This will disable the Bus Mastering function whose default has been
  3374.  changed from OFF to ON. 
  3375.  Example: BASEDEV=IBM1S506.ADD /A:0 /!BM /U:1 /ATAPI /FORCE
  3376.  
  3377.  <<=TIP=>> A 'New Feature' that went into IBM1S506.ADD to flush buffers
  3378.  more reliably during shutdown using C-A-D seems to cause some disks to
  3379.  SPIN DOWN and stay there. Add " /!SHUTDOWN". This is known to fix the
  3380.  problem.
  3381.  
  3382.  <<=NOTE=>> /SMS! works only if the hardware doesn't report SMS
  3383.  capability, otherwise SMS enabled will be used regardless if the 
  3384.  parameter is set or not.
  3385. 
  3386. BASEDEV=IBMDSS01.SYS
  3387.  
  3388.  IBM Thinkpad Socket services
  3389.  
  3390.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3391.  after PCMCIA.SYS
  3392. 
  3393. BASEDEV=IBMDSS02.SYS
  3394.  
  3395.  IBM Thinkpad 720 Socket services
  3396.  
  3397.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3398.  after PCMCIA.SYS
  3399. 
  3400. BASEDEV=IBM2SS01.SYS 
  3401.  
  3402.  IBM Thinkpad 750 (and others) Socket services
  3403.  
  3404.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3405.  after PCMCIA.SYS
  3406. 
  3407. BASEDEV=IBM2SS14.SYS
  3408.  
  3409.  Socket Services driver for IBM Thinkpad
  3410.  
  3411.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3412.  after PCMCIA.SYS
  3413. 
  3414. BASEDEV=ICRMU01.SYS
  3415.  
  3416.  PCMCIA Resource Management. Only needed for OS/2 2.1
  3417. 
  3418. BASEDEV=LOCKCDR.FLT -Parameter
  3419.  
  3420.  Some CD recorders claim to be CDROM drives. As OS2CDROM.DMD allocates
  3421.  all CDROM drives at bootup, those recorders cannot be accessed by
  3422.  additional software, including the RSJ CD Writer File System. To
  3423.  correct this behaviour, the filter device driver LOCKCDR.FLT is added
  3424.  to the file CONFIG.SYS; all already known CD recorders will be
  3425.  converted to WORM devices automatically.
  3426.  
  3427.  parameters
  3428.  
  3429.  -a: Filters all commands. Solves problems with the SCSI
  3430.  Bus reset after a session.  
  3431.  
  3432.  -i:"Recorder Name" can be used to specify the device name of
  3433.  the unknown CD recorder.
  3434.  
  3435.  Example:
  3436.     BASEDEV=LOCKCDR.FLT -i:"IMS CDD2000"
  3437.  
  3438.  In this example, the Philips recorder CDR2000 is added to the built-in
  3439.  list of CD recorders. During bootup, the OS/2-internal device tables
  3440.  are modified such that the CD recorder is treated as a WORM device
  3441.  instead of a CDROM.
  3442.  
  3443.  The name of all connected CDROM devices as well as whether they have
  3444.  been converted to WORM devices is printed to the screen while the
  3445.  system is booting.
  3446.  
  3447.  <<=Note=>> It is not necessary to specify the complete device name.
  3448.  In the example above, specifying -i:"IMS" would do the same job.
  3449.  However, the more complete the device names are specified, the
  3450.  less likely it is that a CDROM drive is converted to a WORM
  3451.  device accidentally.
  3452. 
  3453. BASEDEV=MWDD32.sys
  3454.  
  3455.  32-bit device driver support by Matthieu WILLM (Win32-OS/2
  3456.  and many IFS's rely on it). Part of the EXT2-OS2.ZIP package
  3457. 
  3458. BASEDEV=OS2_32.ADD
  3459.  
  3460.  Driver for BUSLOGIC (now www.mylex.com) ISA/VLBus/PCI IDE
  3461.  caching controllers.
  3462. 
  3463. BASEDEV=OS2ASPI.DMD /SHARE /ALL
  3464.  
  3465.  ASPI Device Manager for drivers according the ASPI specification
  3466.  by Adaptec. Replaces the ASPI4OS2.SYS by Adaptec.
  3467.  
  3468.  <<=TIP=>> If you are using RSJ CD Writer 2.59 or above you may add
  3469.  the parameter /ALL to BASEDEV=OS2ASPI.DMD. Also needed by SANE.
  3470.  After booting your machine, the recorder will be useable as a standard
  3471.  CDROM drive, and you will nevertheless be able to attach the CD to our
  3472.  filesystem. But please ensure that you're not using the CDROM drive
  3473.  letter at the same time when the CDR is attached to RSJ's filesystem,
  3474.  otherwise this will result in errors. 
  3475.  If you are using RSJ CD Writer 2.7 you can add unsupported drives
  3476. 
  3477. BASEDEV=OS2CAM.ADD 
  3478.  
  3479.  Old NCR SCSI Driver.
  3480.  
  3481.  <<=TIP=>> Replaced by newer ones from Symbios. Check for
  3482.  an update.
  3483. 
  3484. BASEDEV=OS2DASD.DMD 
  3485.  
  3486.  Device Manager, is a general purpose driver for disk drives,
  3487.  and is always needed.
  3488.  
  3489.  Together with the 'new' OSDASD.DMD since fixpak 6/35 parameters are:
  3490.  
  3491.   /rf (removable to fixed) Together with this parameter it is possible
  3492.       to handle formerly only as 'superfloppy' available removable
  3493.       disks as partitionized disks.
  3494.  
  3495.   /of (optical to fixed) Like /rf but for MO (MagnetoOptical) Drives.
  3496.  
  3497.   /lf Forces all removable devices to be treated as Large Floppy
  3498.       rather than partitioned media.
  3499.  
  3500.   /MP Used to support allocating a predetermined number of drive
  3501.       letters for a partitioned removable media device. Note
  3502.       that this option only applies to partitioned removable
  3503.       devices, and is ignored for any other device type.
  3504.  
  3505.  <<=IMPORTANT NOTE=>> Some parameters are case sensitive. IN UPPERCASE
  3506.  THEY DON'T WORK ! This was false in previous versions of this file.
  3507.  Be sure to correct this manually if you have chosen 'convert to upper
  3508.  case' in the cm2 settings.
  3509. 
  3510. BASEDEV=OS2LVM.DMD
  3511.  
  3512.  OS2LVM.DMD [...] sits between the IFSM and OS2DASD providing the
  3513.  logical view of the DASD to the OS/2 file system. OS2LVM also
  3514.  provides Bad Block Relocation (BBR) for JFS.
  3515.  
  3516.  <<=NOTE=>> The statement BASEDEV=OS2LVM.DMD must immediately follow
  3517.  the BASEDEV=OS2DASD.DMD statement in config.sys.
  3518. 
  3519. BASEDEV=OS2PCARD.DMD
  3520.  
  3521.  PC-Card Device Manager
  3522.  
  3523.  <<=ATTENTION=>> Must be after $ICPMOS2.SYS. If no $ICPMOS2.SYS installed
  3524.  it has to be the last line in the config.sys.
  3525. 
  3526. BASEDEV=OS2SCSI.DMD
  3527.  
  3528.  SCSI Device Manager supports non-disk SCSI devices.
  3529. 
  3530. BASEDEV=PIIXIDE.ADD /A:1 /U:1 /BM
  3531.  
  3532.  Intel Busmaster Driver, better use DANIS506.ADD or IBM1S506.ADD
  3533. 
  3534. BASEDEV=PAR1284.SYS /IRQ
  3535.  
  3536.  replacement for print01.sys, enables bi-directional printing
  3537.  fast prints without heavy system load (but you really need a
  3538.  appropriate printer cable)
  3539.  
  3540.  <<=NOTE=>> To work print01.sys or print02.sys must be disabled
  3541.  by putting a REM in front or deleted from the config.sys
  3542. 
  3543. BASEDEV=PARTFILT.FLT <options>
  3544.  
  3545.  PARTFILT.flt is a filter device driver for OS/2 that makes it possible to
  3546.  load an IFS for linux partitions. (Without this filter you must patch the
  3547.  partition table. On many systems doing so may cause LILO to fail.)
  3548.  
  3549.  The filter now is NOT specific for Linux.
  3550.  In addition this driver is capable to control in what order drive letters
  3551.  are assigned to partitions on fixed disks. It will also allow you to access
  3552.  hidden primary partitions under OS/2.
  3553.  
  3554.  PARTFILT.FLT supports the following options:
  3555.  
  3556.  /Q      Load quietly
  3557.  /W      Enables Writing to the faked partitions.
  3558.          Without this option the faked partitions are read-only.
  3559.  /A      This option does two things: 
  3560.           - Disables OS/2 to access all partitions, but:
  3561.           - Virtualizes (or fakes) all known partitions. 
  3562.             Known partitions are the normal FAT partitions, 
  3563.             IFS (=mainly HPFS) partitions and the partitions specified
  3564.             with the /P option. 
  3565.             All primary partitions of known types are also virtualized, 
  3566.             and will be accessible from OS/2.
  3567.  
  3568.         This option must be used in conjunction with the /M option.
  3569.  
  3570.         When this option is specified, the /W option is automatically set,
  3571.         because otherwise OS/2 will not boot.
  3572.  
  3573.  /M <mountlist> - Specifies the order in which partitions must be mounted.
  3574.         Must be used with the /M option.
  3575.  
  3576.         WARNING: Incorrect usage of the /A and /M options could make your 
  3577.                  system unbootable.
  3578.  
  3579.   => USING THE /A and /M OPTIONS is not advised! <=
  3580.  
  3581.      if you need more information on these options please see:
  3582.  
  3583.         http://ourworld.compuserve.com/homepages/hkelder
  3584.   
  3585.  /P <partition types to fake>
  3586.   
  3587.    This option is used to tell PARTFILT which partition type are to
  3588.    be faked. You should NOT use partition types already supported by 
  3589.    OS/2 since this would result in a single partition being mounted
  3590.    two times. The list should consist of partition type numbers (in 
  3591.    hexadecimal), separated by comma's. See Howto.dat for a almost
  3592.    complete list of partition type numbers.
  3593.  
  3594.  To make PARTFILT.FLT fake a FAT32 partition the /P option should be /P 0B.
  3595.  To make PARTFILT.FLT fake a FAT32X partition the /P option should be /P 0C.
  3596.  To make PARTFILT.FLT fake a LINUX partition the /P option should be /P 83.
  3597.  Or you can use a combination of the types e.g. /P 0B,0C
  3598.  
  3599.  <<=NOTE=>> The best location in the config.sys seems to differ depending
  3600.  on your configuration. Some state FAT32.IFS will only work is PARTFILT is
  3601.  the first basedev, other claim it only works if PARTFILT is the last one.
  3602.  A specific problem was reported when using a SCSI powersave basedev that
  3603.  only seemed to work if PARTFILT was the last basedev.
  3604.  
  3605.  <<=NOTE=>> See also the howto.dat for dealing with the falsely recognised 
  3606.  NTFS.
  3607. 
  3608. BASEDEV=PCM2ATA.ADD /S:2 /!DM /NOBEEP
  3609.  
  3610.  supports PCMCIA ATA devices.
  3611.  For the parameters consult the pcmcia manual
  3612. 
  3613. BASEDEV=PCMCIA.SYS 
  3614.  
  3615.  Card Services for PMCIA-Cards.
  3616.  
  3617.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers 
  3618.  
  3619.  See the howto.dat for identifying the correct socket
  3620.  services driver.
  3621. 
  3622. BASEDEV=PRINT01.SYS /IRQ
  3623.  
  3624.  supports attached printers on non-Micro Channel PC's.
  3625.  
  3626.  <<=WARP TIP=>> With Warp, the default transmission protocol used
  3627.  by PRINTO1.SYS and PRINTO2.SYS is the polling transmission
  3628.  method. The protocol used by previous versions of OS/2 was the
  3629.  interrupt transmission method. In Warp, you can change back
  3630.  to the interrupt method by adding the /IRQ parameter.
  3631.  
  3632.  <<=TIP=>> From Paul Kurr: "Since I'm running on a LAN at work
  3633.  here, I have no need for direct printer support of any kind since
  3634.  this is taken care of by my NOS (LAN Server). So I have REM'd
  3635.  BASEVEV=PRINT01.SYS to save some RAM."
  3636. 
  3637. BASEDEV=PRINT02.SYS 
  3638.  
  3639.  supports attached printers on Micro Channel PC's.
  3640.  See also BASEDEV=PRINT01.SYS for additional tips.
  3641. 
  3642. BASEDEV=RESERVE.SYS
  3643.  
  3644.  This driver reserves hardwareressources for drivers, especially for
  3645.  those who are not recognised by the ressourcemanager.
  3646.  
  3647.  Parameters:
  3648.  
  3649.  /V
  3650.  /IO:
  3651.  /P:
  3652.  /DW:
  3653.  /EXC
  3654.  /MUL
  3655.  /MEM:
  3656.  /SHA
  3657.  /DMA:
  3658.  /IRQ:
  3659.  
  3660.  See OS/2 Reference Book for a detailed discussion of the parameters
  3661.  
  3662.  <<=Tip=>> By Sam Detweiler: "for adapters that are not PnP and do not
  3663.  have a legacy detector, one can use the DOCUMENTED approach of adding
  3664.  a BASEDEV=RESERVE.SYS /p:2e8,8 to the config.sys and re-running hard-
  3665.  ware detection at the next boot. It causes the reserve.snp to pre-
  3666.  allocate the defined resources so that PnP adapters can't use them.
  3667.  
  3668.  <<=TIP=>> By Paul F.Grobler: The tablet / enhanced mouse driver by 
  3669.  M. Finney was broken by the GA code of Merlin but I found a workaround.
  3670.  The symptoms I got was an error free driver load (including vmouse.sys),
  3671.  a mouse cursor on the first graphic mode screen but the mouse pointer
  3672.  was static i.e. it would not move. All that was required was to put
  3673.  a "BASEDEV=RESERVE.SYS /IO:3f8,8 /IRQ:4" as the first line of my config.
  3674.  sys. You will note that the values correspond to normal com1 as this is 
  3675.  were my tablet is connected. By modifying the values to /IO:2f8,8 and
  3676.  /IRQ:3 this should work for com2.
  3677. 
  3678. BASEDEV=RSJIDECD.FLT
  3679.  
  3680.  Modified IBMIDECD.FLT for the RSJ CD-Toasting software since V 2.70 that
  3681.  works correct with writing commands and command timeouts. Will be removed
  3682.  as soon as a corrected IBMIDECD.FLT is available.
  3683.  
  3684.  <<=TIP=>> Not needed when you have a SCSI-only system. If you get a trap
  3685.  000d during boot REM this line and use BASEDEV=IBMIDECD.FLT instead.
  3686. 
  3687. BASEDEV=SSDPCIC1.SYS
  3688.  
  3689.  Intel PCIC compatibles Socket services
  3690.  
  3691.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3692.  after PCMCIA.SYS
  3693. 
  3694. BASEDEV=SSDTCIC1.SYS
  3695.  
  3696.  DataBook TCIC compatibles Socket services
  3697.  
  3698.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3699.  after PCMCIA.SYS
  3700. 
  3701. BASEDEV=SYM8XX.ADD 
  3702.  
  3703.  supports the following Symbios host adapters
  3704.  
  3705.  SYM53C810, SYM53C810A, SYM53C810AE (SYM8100S, SYM8100ASP)
  3706.  SYM53C815 (SYM815XS, SYM8150SP)
  3707.  SYM53C825, 53C825A (SYM8250S, SYM8251S, SYM8251D, SYM8250ASP,
  3708.  SYM8251ASP,SYM8251AD)
  3709.  SYM53C860, SYM53C860AE (SYM8600SP)
  3710.  SYM53C875, SYM53C875E (SYM8750SP, SYM8751SP, SYM8751D)
  3711.  SYM53C876 (SYM22801, SYM22802)
  3712.  SYM53C885
  3713.  SYM53C895 (SYM8951U)
  3714.  
  3715.  <<=NOTE=>> If the drive does not support synchronous or tagged
  3716.  command queing. Use /!SN or /!Q on the driver. e.g.
  3717.  BASEDEV=SYMC8XX.ADD /V /!SN /!Q
  3718. 
  3719. BASEDEV=SYM_HI.ADD 
  3720.  
  3721.  supports the Symbios host adapter: SYM53C896 (SYM22910)
  3722. 
  3723. BASEDEV=SYM416.ADD
  3724.  
  3725.  driver for Symbios 53C416 SCSI (ISA)
  3726. 
  3727. BASEDEV=TMSCSIW.ADD /Universal parameter /Adapter ID /Unit switch
  3728.  
  3729.  supports the following Tekram adapters
  3730.  
  3731.  - DC-390W:
  3732.  - DC-390U:
  3733.  - DC-390F:
  3734.  - DC-390U2B:
  3735.  
  3736.  Universal parameter - An option that applies to all adapters.
  3737.  
  3738.  Adapter ID - A:x, where x(start from 0) is the order number of the
  3739.  adapter that was found in the system.
  3740.  
  3741.  Unit parameter - An option that applies to device(s) unit.
  3742.  
  3743.  Unit parameters:
  3744.  
  3745.  I - Ignore the specified adapter.
  3746.  
  3747.  DM - Enable DASD manager support (default).
  3748.  
  3749.  !DM - Disable DASD manager support.
  3750.  
  3751.  SM - Enable SCSI manager support (default).
  3752.  
  3753.  !SM - Disable SCSI manager support.
  3754. 
  3755. BASEDEV=TIMER0.SYS
  3756.  
  3757.  New with Warp4, Hardware timer for correct sound timings
  3758. 
  3759. BASEDEV=TPIC95SS.SYS
  3760.  
  3761.  Socket Services driver for Chembook 2600
  3762.  
  3763.  <<=ATTENTION=>> Must be in front of all other PCMCIA Drivers, but
  3764.  after PCMCIA.SYS
  3765. 
  3766. BASEDEV=USBD.SYS /REQ:USBUHCD$
  3767.  
  3768.  Basic USB Driver
  3769.  
  3770.  <<=ATTENTION=>> Only UHCI (Intel and Via) USB host controllers
  3771.  are supported. OHCI (Opti, SIS, ALI, CMD and Compaq) are not
  3772.  supported, so the USB drivers don't work with these chipsets.
  3773. 
  3774. BASEDEV=USBHID.SYS
  3775.  
  3776.  USB Human Interface Driver
  3777. 
  3778. BASEDEV=USBMSD.ADD
  3779.  
  3780.  USB Removable Media Device Driver
  3781.  for USB 1.44M Floppy Drive and IOMega 100MB portable USB ZIP drive
  3782. 
  3783. BASEDEV=USBUHCD.SYS
  3784.  
  3785.  USB Universal Host Controller Driver
  3786.  
  3787.  <<=NOTE=>> On IBM 365 System you have to add the parameter /FS
  3788. 
  3789. BASEDEV=USBUHCD2.SYS
  3790.  
  3791.  USB Controller Driver for IBM DockStation III
  3792. 
  3793. BASEDEV=VIAIDE.ADD
  3794.  
  3795.  AGP 4X/133 Bus Master PCI IDE Driver VIA Bus Master IDE chipset,
  3796.  VT82C580VP or later, and others' chipset will not be supported.
  3797.  
  3798.  The default setting for the hard disk is DMA enabled and for the CD-ROM
  3799.  is DMA disabled. You can enable or disable a single device by setting the
  3800.  following parameters after VIAIDE.ADD in CONFIG.SYS.
  3801.  
  3802.   /A:[0|1]    Select primary or secondary channel.
  3803.   /U:[0|1]    Select master or slave device in the same channel.
  3804.   /BM         Enable DMA mode.
  3805.   /!BM        Disable DMA mode.
  3806. 
  3807. BASEDEV=VIACD.FLT
  3808.  
  3809.  Support for ATAPI CD-ROM drives attached to the VIA AGP 4X/133
  3810.  use only with VIA Bus Master PCI IDE Driver
  3811. 
  3812. BASEDEV=XDFLOPPY.FLT
  3813.  
  3814.  supports IBM's 1.8Mb OS/2 installation disk format.
  3815.  
  3816.  <<=TIP=>> After installation you can put a REM in front of the
  3817.  XDFLOPPY.FLT, as it's only needed for the installation disks and
  3818.  Fixpak disks.
  3819. 
  3820. DEVICE=C:\OS2\BOOT\APM.SYS /Parameter
  3821.  
  3822.  Device driver for ADVANCED POWER MANAGEMENT system.
  3823.  See also RUN=C:\OS2\BOOT\APMDAEMN.EXE
  3824.  
  3825.  Parameters are:
  3826.  
  3827.  /B favorizes the direct connection to the APM-BIOS support
  3828.  /D favorizes the device-driver connection of the APM support
  3829.  /V x.y forces the compatibility to APM Version x.y (e.g. 1.0)
  3830.  
  3831.  Together with the APMDAEMN.SYS these settings can also be done
  3832.  by using the Power-Symbol in your System Setup Folder. 
  3833. 
  3834. DEVICE=D:\OS2\BOOT\ASPIROUT.SYS
  3835.  
  3836.  The interface of ASPI Router merely is an extension of
  3837.  the interface of OS2-ASPI.DMD
  3838.  Needed by the FREE CDRECORD/2 by Chris Wohlgemuth
  3839.  available at: http://www.geocities.com/SiliconValley/Sector/5785/
  3840.  And by the FREE SANE (Scanner Access Now Easy) By Yuri Dario available
  3841.  at http://www.geocities.com/SiliconValley/Peaks/4320.
  3842. 
  3843. DEVICE=C:\TAR\ASPITAPE.SYS TAPE$4 4 S2
  3844.  
  3845.  GTAK Driver for SCSI tape access by GTAR
  3846.  scsitape.dmd and scsitape.sys also belong to the package
  3847.  
  3848.  By Andreas Kaiser Andreas.Kaiser@stuttgart.netsurf.de
  3849.  gtak258.zip gtar258.zip
  3850. 
  3851. DEVICE=C:\OS2\IDRIVER\AVMB1.SYS /LD /Parameter
  3852.  
  3853.  Driver for the AVM Active ISDN-Controller B1
  3854.  
  3855.  Parameter:
  3856.  /$- If old programs needs the old naming convention (like an outdated
  3857.      CFOS).
  3858.  
  3859.  <<=NOTE=>> The passive AVM-Cards (like the Fritzcard) aren't 
  3860.  supported by AVM with OS/2 Drivers.
  3861. 
  3862. DEVICE=D:\CDMAN\CDMGRDRV.SYS
  3863.  
  3864.  Driver of the FREE CD-Rom Manager for Plextor SCSI CD-ROM
  3865.  drives. Developed by Markus and Christian Mueller. Available
  3866.  at http://ourworld.compuserve.com/homepages/mjm5
  3867. 
  3868. DEVICE=C:\CFOS\CFOS.SYS <ports>
  3869.  
  3870.  'cFos' device driver receives the usual modem commands, the
  3871.  so-called AT commands from the communication programs and turns
  3872.  them into the corresponding ISDN CAPI commands.
  3873.  ISDN CAPI responses are turned into modem responses of the
  3874.  same meaning, so that the communication programs 'understand' them.
  3875.  
  3876.  As <ports> you can enter any equipment names (e.g.: ISDN1)
  3877.  or several COM ports (a maximum of two in the shareware
  3878.  version, up to 30 in 'cFos Professional'). Be careful
  3879.  not to enter COM ports that actually exist as hardware
  3880.  and are in use (e.g.  a COM port for your mouse).
  3881.  
  3882.  <<=NOTE=>> The CFOS.SYS driver should be loaded after drivers
  3883.  for serial interfaces (COM.SYS oder SIO.SYS) and after the
  3884.  CAPI driver.
  3885. 
  3886. DEVICE=C:\CFOS\CFOS20.SYS <ports>
  3887.  
  3888.  CAPI 2.0 CFOS device driver, for more details see
  3889.  DEVICE=C:\CFOS\CFOS.SYS <ports>
  3890. 
  3891. DEVICE=C:\OS2\BOOT\COM.SYS
  3892.  
  3893.  Lets you use the communications ports COM1 and COM2. If you
  3894.  want to use COM3 or COM4 or change the IRQ of any COM port,
  3895.  see <<=TIP=>> below. This line MUST appear after any driver
  3896.  that uses a communications port. Older versions of COM.SYS are
  3897.  limited to 57600 Baud, newer ones (e.g. delivered with Warp 4)
  3898.  are able to do 115200 Baud.
  3899.  
  3900.  <<=TIP=>> There are two very good replacement drivers called
  3901.  SIO.SYS\VSIO.SYS.
  3902.  
  3903.  <<=TIP=>> To add support for COM3 and COM4 at location 3E8 with
  3904.  IRQ 4 and 2E8 with IRQ 3 respectively, add (3,3E8,4) (4,2E8,3)
  3905.  to the DEVICE line, e.g. DEVICE=C:\OS2\COM.SYS (3,3E8,4)
  3906.  (4,2E8,3). You can also use this method to change a COM ports
  3907.  assigned IRQ. The normal address for COM1 is 3F8 and IRQ 4, for
  3908.  COM2 2F8 and IRQ3.
  3909.  
  3910.  <<=TIP=>> With ThinkPads should the address be added.
  3911.  e.g: DEVICE=C:\OS2\BOOT\COM.SYS (1,3F8,4) (2,2F8,3)
  3912. 
  3913. DEVICE=C:\OS2\BOOT\COM02.SYS
  3914.  
  3915.  For IBM PS/2 model 90 & 95 only.
  3916.  
  3917.  Lets you use the communications ports COM1 and COM2.
  3918.  See also DEVICE=C:\OS2\BOOT\COM.SYS
  3919. 
  3920. DEVICE=D:\IMPOS2\CPASPI.SYS
  3921.  
  3922.  Driver for scanner access by Impos/2
  3923. 
  3924. DEVICE=C:\MMOS2\CWAUDIO.SYS /N:BSAUD1$ /X1:0 /X2:0 /L:0 /LCAPT:MX
  3925.  
  3926.  Sound Drivers for the Crystal CS4232
  3927.  The parameters are explained in the README of the driver.
  3928.  
  3929.  <<=TIP=>> If you have problems with the Yamaha OPL3-SAx chipset:
  3930.  According to a user, instead of using the Yamaha OPL-3 SAx drivers
  3931.  for the same audio chipset, using the driver for Crystal CS4232 works
  3932.  fine without any limitations.
  3933.  
  3934.  A FREE mixer for the crystal cards is LBCSMix V.1.0 from
  3935.  http://freebyte.ml.org/~boga/OS2Programs.html
  3936. 
  3937. DEVICE=C:\OS2\BOOT\DOS.SYS
  3938.  
  3939.  A device driver used to communicate between DOS and OS/2
  3940.  applications running on the same system.
  3941. 
  3942. DEVICE=C:\ELSAISDN\DRIVER\DSS1C20X.SYS
  3943.  
  3944.  CAPI version 2.0 driver for ELSA ISDN board
  3945.   D channel protocol : DSS1 (EURO-ISDN)
  3946.   B channel protocols: HDLC transparent, bit transparent,
  3947.                        X.75, T.70NL, V.120
  3948.                        ISO 8208 (X.25), T.90
  3949.                        modem function (V.34), Fax group 3 function
  3950.   (V.34 only for PCFpro, QuickStep 3000 and QuickStep 3000-PCI)
  3951.   (FAX only for PCF, PCFpro, QuickStep 3000 and QuickStep 3000-PCI)
  3952. 
  3953. DEVICE=E:\CAPI\DSS1TE.SYS
  3954.  
  3955.  Euro ISDN Module for Teles ISDN Cards
  3956.  
  3957.  <<=TIP=>> If you not already have one better get one from ELSA.
  3958.  Newer Teles Cards are reported to produce many problems (if not
  3959.  fail in general) and there is definetly no further OS/2 development.
  3960.  Also newer Driver Versions (> 2.97) are reported to make trouble.
  3961. 
  3962. DEVICE=C:\PPM242A\ECRDRV.SYS
  3963.  
  3964.  Driver for PolyPM a Remote Service Management Solution
  3965.  http://www.iss2you.com
  3966. 
  3967. DEVICE=C:\OS2\BOOT\ELSA.SYS
  3968.  
  3969.  Card specific part of GRADD display driver and settings for
  3970.  ELSA WINNER 2000/Office
  3971. 
  3972. DEVICE=F:\DCAF13\EQNRCSH.EXE
  3973.  
  3974.  Part of DCAF (Distributed Console Access Facility)
  3975.  
  3976.  <<=ATTENTION=>> If you don't have the IBM Internal Y2K fix
  3977.  it won't work after 31.12.1999
  3978. 
  3979. DEVICE=F:\DCAF13\EQNVKBD.SYS
  3980.  
  3981.  Part of DCAF (Distributed Console Access Facility)
  3982.  
  3983.  <<=ATTENTION=>> See also DEVICE=F:\DCAF13\EQNRCSH.EXE
  3984. 
  3985. DEVICE=C:\MMOS2\ES1868DD.SYS /B:220 /D:1 /F:3 /I:5 /C:4 /M:300
  3986.        ,7 /N:ES18681$
  3987.  
  3988.  Sounddriver for the ESS1868pnp (many soundcards)
  3989.  
  3990.  A FREE Mixer for this soundcard is MINIMIX2.ZIP by
  3991.  Marco G. Salvano (whiz@iol.it).
  3992. 
  3993. DEVICE=C:\MMOS2\ES1688DD.SYS /B:220 /D:1 /I:5 /N:ES16881$
  3994.  
  3995.  Sounddriver for the ESS1688
  3996.  
  3997.  A FREE mixer for this Soundchip is ESSMIX13.ZIP by
  3998.  Oleg Deribas (older@iname.com).
  3999. 
  4000. DEVICE=C:\OS2\BOOT\EXMOUSE2.SYS 
  4001.  
  4002.  Kensington mouse driver for OS/2.
  4003. 
  4004. DEVICE=C:\OS2\EXTDSKDD.SYS
  4005.  
  4006.  EXTDSKDD.SYS supports external disk drives. See your online
  4007.  Command Reference for complete details.
  4008. 
  4009. DEVICE=C:\OS2\FLSH2MTD.SYS
  4010.  
  4011.  PCMCIA Storage Driver for OS/2 (FLASH MTD)
  4012. 
  4013. DEVICE=D:\FAX\FMD.SYS L T N S A (c,h,i) 
  4014.  
  4015.  Driver required by Faxworks lite 2.* in Warp 3 or the Pro 
  4016.  Versions of Faxworks/PMFax
  4017.  
  4018.  Parameters:
  4019.  
  4020.   L = disable logo on error free boot
  4021.   T = do port tests (default)
  4022.   N = no port tests, assume ports exist (PCMCIA default)
  4023.   S = allow interrupt sharing (MCA bus only)
  4024.   A = get ABIOS LID on port open (MCA bus only)
  4025.  
  4026.   c = COM number (1-48)
  4027.   h = I/O port address (in hex)
  4028.   i = interrupt number
  4029.   (defaults are for the standard COM ports)
  4030. 
  4031. DEVICE=D:\FMRADIO\FMRADIO.SYS /p:port /V
  4032.  
  4033.  Driver for the FREE PMRADIO by Paul Ratcliffe.
  4034.  OS/2 PM application for driving the Reveal
  4035.  RA300 FM radio card and the old version of
  4036.  the AIMS Labs. RadioTrack card.
  4037.  
  4038.  port is the RA300 port address (in hex.).
  4039.  The port addresses supported are 30F and 20F. The /P parameter is optional
  4040.  and if not supplied, will default to address 30F.
  4041.  
  4042.  The port address must match that which you have configured on the card
  4043.  itself using jumper JP1.
  4044.  
  4045.  The device driver is Resource Manager compliant and will not install if
  4046.  some other device has already claimed the ports (the hardware actually
  4047.  consumes 4 ports: 30C-30F or 20C-20F).
  4048.  
  4049.  The /V parameter is also optional. It may be specified if you don't wish
  4050.  the device driver to turn the radio volume down when shutting down OS/2.
  4051. 
  4052. DEVICE=D:\BACKMAST\FTDVR.SYS
  4053.  
  4054.  Driver of Backmaster tape backup system.
  4055. 
  4056. DEVICE=C:\OS2\GAMEDD.SYS
  4057.  
  4058.  The following joysticks are supported by this driver:
  4059.  
  4060.    Advance Gravis Analog Joystick
  4061.    Advance Gravis GamePad
  4062.    Advance Gravis Analog Pro
  4063.    CH Products Flightstick
  4064.    Dexxa Joystick ( Infrared )
  4065.    Kraft Thunderstick
  4066.    Logitech WingMan Extreme
  4067.    Logitech Wingman
  4068.    Thrustmaster XL Action Controller
  4069. 
  4070. DEVICE=C:\OS2\GRADD.SYS
  4071.  
  4072.  GRADD Display Drivers - generic part
  4073. 
  4074. DEVICE=E:\CAPI\HDLC.SYS
  4075.  
  4076.  HDLC Module for Teles ISDN Cards
  4077. 
  4078. DEVICE=C:\OS2\BOOT\IRDD.SYS 2F8 3
  4079.  
  4080.  Installs the Infrared Device Driver at COM2
  4081.  To print through that port, the driver INFRARED.PDR
  4082.  needs also to be installed.
  4083.  
  4084.  <<=TIP=>> For Thinkpads the address and the IRQ should be added.
  4085. 
  4086. DEVICE=E:\CAPI\ISDNAPI.SYS
  4087.  
  4088.  Module for Teles ISDN Cards
  4089. 
  4090. DEVICE=C:\ELSAISDN\DRIVER\ISDNC20X.SYS
  4091.  
  4092.  CAPI version 2.0 driver for ELSA ISDN board
  4093.   D channel protocol : 1TR6 (national ISDN)
  4094.   B channel protocols: HDLC transparent, bit transparent,
  4095.                        X.75, T.70NL, V.120
  4096.                        ISO 8208 (X.25), T.90
  4097.                        modem function (V.34), Fax group 3 function
  4098.  (V.34 only for PCFpro, QuickStep 3000 and QuickStep 3000-PCI)
  4099.  (FAX only for PCF, PCFpro, QuickStep 3000 and QuickStep 3000-PCI)
  4100. 
  4101. DEVICE=E:\CAPI\ISO8208.SYS
  4102.  
  4103.  ISO 8208 Module for Teles ISDN-Cards
  4104. 
  4105. DEVICE=C:\MMOS2\JAZZDD.SYS /I:5 /D:1 /E:5 /T:330 /Q:10 /P:220 /N:JAZZ1$
  4106.  
  4107.  Support driver of Creative Labs Jazz16 card.
  4108. 
  4109. DEVICE=C:\WATCHCAT\KILLER.SYS
  4110.  
  4111.  WatchCat 2.1 Process Manipulation Center Driver
  4112. 
  4113. DEVICE=C:\MGA\OS2\KMGAX64.SYS
  4114.  
  4115.  Driver for the Matrox Video Cards
  4116. 
  4117. DEVICE=C:\OS2\LOG.SYS
  4118.  
  4119.  This optional device driver installs OS/2s error log file. If
  4120.  you want a log of errors that occur on your system, then add
  4121.  this and the next line to your config.sys file. If you are
  4122.  interested in such things, you may wish to play with it, but
  4123.  be forewarned, the error log information is cryptic and
  4124.  incomplete. See note below. To learn what these codes mean,
  4125.  you need to have IBM's Systems Network Architecture Formats
  4126.  (GA27-3136-12) or, for a reasonable overview, get OS/2 2.1
  4127.  Unleashed, 1993, SMAs Publishing.
  4128.  
  4129.  The parameter /E:nn sets the size of the error log buffer. The
  4130.  range is from 4kb to 64kb with 8kb as the default. 
  4131.  
  4132.  You will get a short and quick message during boot up
  4133.  indicating that Logging has been installed and what the buffer
  4134.  size is.
  4135.  
  4136.  <<=NOTE=>> LOG.SYS has its limitations. It will not log an 
  4137.  application error unless the application has been written to make
  4138.  use of LOG.SYS. Some routine system errors will not log either 
  4139.  because OS/2 opens an error message box on screen to report
  4140.  these.
  4141. 
  4142. DEVICE=C:\OS2\BOOT\LPT49.SYS
  4143.  
  4144.  Devicedriver out of the LPT49.ZIP package available for free
  4145.  at http://www.kellergroup.com.
  4146.  The LPT49 utility includes a device driver (LPT49.SYS) and command 
  4147.  file (LPT49.CMD) for creating additional LPT ports on your system
  4148.  (LPT4 through LPT9). You can then install the fax printer object on
  4149.  any of these LPT ports. You can also create multiple fax printer
  4150.  objects on different LPT ports (set on the Output page of the printer
  4151.  object's Settings notebook), and each printer object can have
  4152.  different job properties (set with the Job properties button on the
  4153.  Printer driver page of the printer object's Settings notebook).
  4154.  Keller Group Inc. is the developer of PMFax and Faxworks.
  4155. 
  4156. DEVICE=C:\OS2\BOOT\LPTDD.SYS
  4157.  
  4158.  Driver for the LPTools, a parallel to parallel port
  4159.  solution like laplink.
  4160.  
  4161.  -T:ss specifying the timeout value on send/receive (default
  4162.        10 seconds). If using slow media (diskette), or when
  4163.        LPTool is used on a very busy system, increase this for
  4164.        reliable operation.
  4165.  
  4166.  -P:n  specifying the LPT port-address to use (default is 1 for
  4167.        using 0378). Use LPTDD.CMD to define the correct n.
  4168.  
  4169.  The FREE LPTool is developed by Jan van Wijk
  4170.  available at http://www.fsys.demon.nl
  4171.  
  4172.  <<=TIP=>> Together with e.g. the great FileCommander/2 by Brian Harvard
  4173.  create a user-menue entry that sends the current directory to the
  4174.  connected Computer for an easy use. 
  4175.  Example:
  4176.  S: Copy to Remote via parallel port
  4177.         D:\TOOLS\LPTOOL\LPTOOL send
  4178. 
  4179. DEVICE=C:\MMOS2\MIDI.SYS
  4180.  
  4181.  Real Time Midi Driver new with Warp 4
  4182. 
  4183. DEVICE=C:\OS2\BOOT\MODISK.SYS
  4184.  
  4185.  Magneto Optical Device Driver 
  4186.  Disk Types Supported
  4187.   - 3.5 inch MO disk
  4188.   - Sector size: 512 bytes or 2048 bytes
  4189.   - Capacity: 128 MB, 230 MB, 540 MB or 640 MB
  4190.  
  4191.  <<=NOTE=>> When using MODISK.SYS you have to delete or REM
  4192.  OPTICAL.DMD (Warp 4) or OPTICAL.SYS (Warp 3)
  4193. 
  4194. DEVICE=C:\OS2\BOOT\MOUSE.SYS SERIAL=COM2 QSIZE=10 TYPE=X RELAXED
  4195.  
  4196.  Lets you use a mouse or track ball. This line also identifies
  4197.  the device dependent type of mouse you have and which COM port
  4198.  it is on. In this case, the device dependent mouse driver is
  4199.  loaded in your OS/2 CONFIG.SYS through a standard "DEVICE="
  4200.  line, before the MOUSE.SYS driver is loaded, and then on the
  4201.  MOUSE.SYS line there is the parameter "TYPE=", with a reference
  4202.  to the device name of the device. QSIZE is a number from 1 to 100
  4203.  which indicates how many mouse actions are to be saved when you
  4204.  execute mouse actions faster than your system can handle them.
  4205.  There is also a RELAXED parameter which you would place after
  4206.  QSIZE. It can be used with any mouse when the pointer is jumping
  4207.  randomly about the screen. IBM does not suggest you use this
  4208.  parameter unless you are experiencing this problem.
  4209.  
  4210.  <<=ATTENTION=>> Together with an device independent Mouse (e.g. a
  4211.  IBM PS/2 Mouse) NO PARAMETERS are needed.
  4212.  
  4213.  The supported device dependent Types are:
  4214.  
  4215.  PCLOGIC$ for Genius, Logitech, PC Mouse Systems, Driver: PCLOGIC.SYS
  4216.  MSBUS$   for Microsoft Bus-Mouse,                Driver: NONE
  4217.  MSINP$   for Microsoft-Inport,                   Driver: NONE
  4218.  VISION$  for Visi-On:                            Driver: VISION.SYS
  4219.  
  4220.  <<=NOTE=>> The MOUSE.SYS statement must come before COM.SYS, but
  4221.  after POINTDD.SYS, because COM.SYS will take over any unused COM
  4222.  port. If COM.SYS takes over the COM ports before MOUSE.SYS is
  4223.  loaded, MOUSE.SYS will not have any COM ports available, thus no
  4224.  mouse support.
  4225.  
  4226.  <<=TIP=>> If you have a so called scroll-mouse (e.g. from IBM,
  4227.  or Logitech) get the scrollms.exe package from the OS/2 Device
  4228.  Driver Pack. If you want to have a 'scrolling-feature' with
  4229.  normal mice there is the FREE hots11.zip package by Samuel
  4230.  Audet from http://WWW.CAM.ORG/~guardia/programs.html
  4231.  
  4232.  <<=TIP=>> If you want to have animated mouse pointers (very nice);
  4233.  Christan Langanke has developed a FREE Version to get as AMPTR101.ZIP
  4234.  from: http://www.online-club.de/m1/clanganke
  4235. 
  4236. DEVICE=C:\MMOS2\MVPRODD.SYS /I11 /D3 /S:1,220,1,5 /N:PAS161$
  4237.    
  4238.  Driver for MediaVision's ProAudio Spectrum
  4239.  sound card. The first driver is set for IRQ 11, DMA 3 with
  4240.  Sound Blaster support on IRQ 5 and DMA 1.
  4241.  
  4242.  <<=Warp TIP=>> MediaVison's technical support indicates that
  4243.  the only correct settings for the PAS 16 in Warp is IRQ 11
  4244.  and DMA 3. If you are experiencing static or white noise
  4245.  during bootup, MediaVison indicates that this is caused by
  4246.  using an IRQ other than 11 and DMA 3. They also indicate that
  4247.  the two device driver lines must be the last lines in your 
  4248.  config.sys file. Note that this information didn't solve the
  4249.  static problem for all users, but it did for some. Others have
  4250.  indicated that adding the /T:1 parameter solved
  4251.  their "white noise" problem.
  4252.  
  4253.  <<=Warp NOTE=>> There may be a bug in Warp which causes problems
  4254.  in WIN-OS2 "seamless" mode. A solution is contained in SNDWOR.ZIP.
  4255. 
  4256. DEVICE=C:\OS2\BOOT\OS2CDROM.DMD /Q
  4257.     
  4258.  OS/2 driver used on many, but not all CD-ROM's.
  4259.  
  4260.  The /Q switch supresses error messages.
  4261. 
  4262. DEVICE=C:\OS2\BOOT\OPTICAL.DMD
  4263.  
  4264.  New with Warp4 Device Manager for Optical devices like MO
  4265.  
  4266.  <<=TIP=>> If you have removable media drives (MO, IOMEGA, SYQUEST
  4267.  and others) look at http://rheooptik.fmf.uni-freiburg.de/www/faq/
  4268.  remmedia.htm for a detailed removable media FAQ.
  4269. 
  4270. DEVICE=C:\OS2\BOOT\OS2OGL.SYS
  4271.  
  4272.  Pentium Pro optimised Open GL Driver
  4273.  
  4274.  <<=NOTE=>> For OpenGL to utilize the device driver on PentiumPro
  4275.  systems, an environment variable, SET OGL_VIDEO_MEM_SIZE, must be set.
  4276.  The suggested place to set OGL_VIDEO_MEM_SIZE is in the config.sys,
  4277.  alternately, it can be set in an OS/2 Window before an OpenGL program
  4278.  is started. For either method, OGL_VIDEO_MEM_SIZE should be set to the
  4279.  total memory size (in megabytes) of the PCI graphics card. For example,
  4280.  using a graphics card with 4MB of memory, "SET OGL_VIDEO_MEM_SIZE=4"
  4281.  should be used.
  4282. 
  4283. DEVICE=C:\OS2\BOOT\PAUSE.SYS /w:NNN
  4284.  
  4285.  where: NNN = seconds to wait (default = 30 seconds)
  4286.  
  4287.  Pauses the config.sys for a given time
  4288.  Useful for maintenance purposes
  4289.  the driver can be found at the IBM Device Driver Pak Online site.
  4290.  
  4291.  <<=TIP=>> Together with BASEDEV=IBM1S506.ADD the /W parameter does 
  4292.  the same
  4293. 
  4294. DEVICE=C:\OS2\BOOT\PCLOGIC.SYS SERIAL=COM2
  4295.  
  4296.  Provides mouse support for Genius, Logitech, PC Mouse Systems
  4297.  
  4298.  <<=ATTENTION=>> Must reside between POINTDD.SYS and MOUSE.SYS
  4299. 
  4300. DEVICE=C:\OS2\PCMSSDIF.SYS
  4301.  
  4302.  PCMCIA Storage Driver for OS/2 (Interface)
  4303. 
  4304. DEVICE=C:\OS2\PCM2FLSH.SYS
  4305.  
  4306.  PCMCIA Storage Driver for OS/2 (FLASH)
  4307. 
  4308. DEVICE=C:\OS2\PCM2SRAM.SYS
  4309.  
  4310.  PCMCIA Storage Driver for OS/2 (SRAM)
  4311. 
  4312. DEVICE=C:\OS2\PDITOU01.SYS
  4313.  
  4314.  See DEVICE=C:\OS2\TOUCH.SYS
  4315. 
  4316. DEVICE=C:\OS2\PDITOU02.SYS
  4317.  
  4318.  See DEVICE=C:\OS2\TOUCH.SYS
  4319. 
  4320. DEVICE=C:\OS2\BOOT\PMDD.SYS
  4321.  
  4322.  Driver to provide pointer draw support along with POINTDD.SYS.
  4323.  
  4324.  <<=WARNING=>> OS/2 will not start without this line in your 
  4325.  config.sys file.
  4326. 
  4327. DEVICE=C:\OS2\BOOT\POINTDD.SYS
  4328.  
  4329.  Provides mouse-pointer draw support. Text modes 0, 1, 2, 3, and
  4330.  7 and graphic modes D, E, F, and 10 are supported. For graphic
  4331.  modes D, E, F, and 10, the correct graphic device driver must
  4332.  also be installed. 
  4333.  
  4334.  <<=WARNING=>> In order for MOUSE.SYS to work effectively, this 
  4335.  driver must be loaded by OS/2 before MOUSE.SYS. Do not remove
  4336.  it from your config.sys file.
  4337. 
  4338. DEVICE=D:\BACKMAST\PTDVR.SYS
  4339.  
  4340.  Driver of Backmaster tape backup system.
  4341. 
  4342. DEVICE=C:\OS2\BOOT\QCOM.SYS
  4343.  
  4344.  Quatech (www.quatech.com) asynchronous serial device driver for the
  4345.  Quatech ISA and PCI boards
  4346.  
  4347.   * High baud rates to 921,600 bits per second, depending on UART type.
  4348.  
  4349.   * Support for 16750 UARTs and their 64-byte FIFOs.
  4350.  
  4351.   * Up to 32 serial ports
  4352. 
  4353. DEVICE=C:\OS2\RODENT\RODENT.SYS COM=1 BUTTONS=3
  4354.  
  4355.  Device driver for the shareware mouse driver Rodent.
  4356. 
  4357. DEVICE=C:\MMOS2\R0STUB.SYS
  4358.  
  4359.  Any information ? If Yes tell me please.
  4360. 
  4361. DEVICE=C:\RSJ\RSJSCSI.SYS
  4362.  
  4363.  The device driver RSJSCSI.SYS provides simplified access to SCSI
  4364.  devices. The CD Writer File System uses this device driver to access
  4365.  the CD Recorder.
  4366.  
  4367.  Syntax:
  4368.    DEVICE=<Path>\RSJSCSI.SYS [-q] [-n<Driver Name>] [-x]
  4369.    where <Path> is to be replaced by the installation path.
  4370.  
  4371.   The optional parameters have the following meaning:
  4372.      -q While booting, ask user for confirmation before installing the
  4373.         device driver.
  4374.  
  4375.      -x This option allows using memory above the 16MB line. This
  4376.         works together with true 32-bit SCSI adapters, only (e.g. most
  4377.         EISA and PCI adapters).
  4378. 
  4379. DEVICE=F:\PPM242A\RSMVDWO.SYS
  4380.  
  4381.  Driver for PolyPM a Remote Service Management Solution
  4382.  http://www.iss2you.com
  4383. 
  4384. DEVICE=C:\MMOS2\SB16D2.SYS /C:1 /D:3 /H:7 /I:5 /A:220 /M:300 /N:SBAUD1$ /Q /P
  4385.  
  4386.  Driver for Sound Blaster 16 sound card. 
  4387.  
  4388.  /C: - Card Number, this will be set to 1 in most cases
  4389.  /D: - 8-bit DMA channel,
  4390.        Valid values - 0, 1 & 3
  4391.        (Sound Blaster cards that use Vibra chipset do not have 0).
  4392.        Default value - 1.
  4393.  /H: - 16-bit DMA channel,
  4394.        Valid values - 5, 6 & 7
  4395.        (Sound Blaster cards that use Vibra chipset do not have 6).
  4396.        Default value - 5.
  4397.  /I: - IRQ number,
  4398.        Valid values - 5, 7, 9, 10 & 11.
  4399.        Default IRQ - 5.
  4400.  /A: - Base addresss,
  4401.        Valid values - 220, 240, 260, 280
  4402.        Default value - 220.
  4403.  /B: - Buffer size in KB,
  4404.        Valid values - 1-24. While any value in this range will work
  4405.        fine, to get the best results don't use this option and let
  4406.        the driver use the default buffer size.
  4407.        Default value - 8KB.
  4408.  /M: - MPU port address
  4409.        Valid values - 300 & 330
  4410.        Default value - 330.
  4411.  /N: - driver name, set this to SBAUD1$
  4412.  /Q  - quiet mode flag, OPTIONAL
  4413.        Setting this option disables initialization messages.
  4414.        If not specified the initialization messages are displayed
  4415.        during boot-up.
  4416.  /EXT - use MPU port instead of internal synth for MIDI, OPTIONAL
  4417.         By default the drivers are configured to use the internal
  4418.         synthesizer. But if you have a daughterboard attached to
  4419.         your Sound Blaster card and you want MIDI playback to
  4420.         use the synthesizer in the daughterboard, specify
  4421.         this flag.
  4422.  /P  - Ignore PnP BIOS if it is present. If PnP BIOS is present,
  4423.        the driver usually queries the BIOS for certain PnP port
  4424.        addresses. Specifying this option causes the driver not
  4425.        to access the BIOS and determine these port addresses
  4426.        itself.
  4427.  
  4428.  <<=TIP=>> Look for the SB163264.ZIP package which contains
  4429.  all drivers for the soundblaster cards including those for the
  4430.  AWE 64.
  4431.  
  4432.  A FREE Mixer for SB 16/32/64 is Mixomat 1.01b by Christoph Bratschi,
  4433.  and the newer Mixomat 2.0 (unfortunately no more free), available
  4434.  at http://www.datacomm.ch/~cbratschi/
  4435. 
  4436. DEVICE=C:\MMOS2\SBAWED2.SYS /C:1 /D:1 /H:5 /I:5 /A:220 /M:330 /N:SBAUD1$ 
  4437.        /Q /P /G
  4438.  
  4439.  This driver is for Sound Blaster AWE32 sound card. 
  4440.  
  4441.  <<=TIP=>> According to OS/2-Inside the statement can be shortened to:
  4442.  SBAWED2.SYS /N:SBAUD1$
  4443.  
  4444.  <<=TIP=>> Look for the SB163264.ZIP package which contains
  4445.  all drivers for the soundblaster cards including those for the
  4446.  AWE 64.
  4447. 
  4448. DEVICE=C:\THINKPAD\$ICPMOS2.SYS
  4449.  
  4450.  Driver supports energy management.
  4451.  
  4452.  <<=ATTENTION=>> Must be after all other listed drivers in the
  4453.  config.sys.
  4454. 
  4455. DEVICE=C:\SIO\SIO.SYS
  4456.  
  4457.  Excellent replacement driver for COM.SYS. If you utilise 
  4458.  communications software on a regular basis at high speeds 
  4459.  (e.g. 57,600), then the SIO drivers are the way to go.
  4460.  SIO.SYS must reside in the config.sys after MOUSE.SYS !
  4461.  Be sure you have REM'd out COM.SYS when using. SIO.SYS and
  4462.  VSIO.SYS are Shareware, not Freeware. See also VSIO.SYS. and
  4463.  DEVICE=C:\OS2\BOOT\COM.SYS
  4464. 
  4465. DEVICE=C:\MMOS2\SOLO.SYS N:SOLO1$
  4466.  
  4467.  Driver for ESS SOLO 1 based soundcards or motherboards
  4468.  
  4469.  /O:ENABLEWAVETABLE If your installation includes an ES689 or ES692
  4470.    WaveTable adding thid parameter to the config.sys line will cause
  4471.    the driver to use the wavetable as the primary midi.
  4472.  
  4473.  /R:n (where n is in milliseconds and between 1 and 32) this parameter
  4474.    allows the user to over ride the default timer resolution (5ms)
  4475.    Increasing this value will cause te driver to get dispatched less
  4476.    often and so use less cpu time, however this can cause the tempo to
  4477.    drag. Decreasing this value below 5 will cause the driver to use more
  4478.    cpu time and can interfere with other timers.
  4479.  
  4480.  The IBM Mixer IOCTLS fully implemented in the Solo driver and this driver
  4481.  can be controlled using IBM's Warp Mixer. Available as Warpmix.zip
  4482. 
  4483. DEVICE=E:\CAPI\S0TE.SYS
  4484.  
  4485.  Module for Teles ISDN-Cards
  4486. 
  4487. DEVICE=D:\MMOS2\SPKRDD.SYS
  4488.  
  4489.  The Speaker audio device driver provide support for playing digital
  4490.  audio waveform files on the standard PC speaker by using the
  4491.  MMPM/2 audio system. The speaker driver provides support for
  4492.  PCM waveform files that are (8-bit/16-bit, stereo/mono, 11Khz-44khz).
  4493.  
  4494.  BETTER DON'T USE IT, if you need (or want) sound on a regular base
  4495.  better buy one of those cheap soundcards.
  4496. 
  4497. DEVICE=E:\SRVIFS\SRVIFS.SYS
  4498.  
  4499.  Part of the ThinIFS by IBM
  4500. 
  4501. DEVICE=C:\MMOS2\SSMDD.SYS
  4502.  
  4503.  Any information ? If yes tell me
  4504. 
  4505. DEVICE=D:\SVDISK\SVDISK.SYS
  4506.  
  4507.  Driver for the Super Virtual Disk by Albert J. Shan
  4508. 
  4509. DEVICE=C:\OS2\APPS\SYSIOS2.SYS
  4510.  
  4511.  This device driver is required by the System Information Tools
  4512.  provided in the "BonusPak" that comes with OS/2 Warp. If you plan
  4513.  on using these tools, do not delete this driver.
  4514. 
  4515. DEVICE=D:\BACKMAST\TC15DVR.SYS
  4516.  
  4517.  Driver of Backmaster tape backup system.
  4518. 
  4519. DEVICE=C:\OS2\BOOT\TESTCFG.SYS
  4520.  
  4521.  TESTCFG.SYS is used during the install process to test your
  4522.  systems configuration. It is also used by the Selective Install
  4523.  process and during device driver installations. 
  4524.  
  4525.  <<=NOTE=>> Because this driver is used by the Selective Install
  4526.  process, it should not be deleted.
  4527. 
  4528. DEVICE=C:\THESEUS\THESEUS2.SYS
  4529.  
  4530.  Driver for the outdated memory analysis tool THESEUS2
  4531.  by IBM. See DEVICE=X:\THESEUS\THESEUS5.SYS for an
  4532.  update.
  4533. 
  4534. DEVICE=C:\THESEUS\THESEUS5.SYS
  4535.  
  4536.  Driver for the new memory analysis tool THESEUS3 by IBM
  4537.  downloadable at:
  4538.  ftp://ftp.boulder.ibm.com/ps/products/os2/fixes/v4warp/theseus3/
  4539. 
  4540. DEVICE=C:\OS2\TOUCH.SYS
  4541.  
  4542.  Implements support for touch devices. For a touch device to be
  4543.  effectively used, the POINTDD.SYS device driver and appropriate
  4544.  mouse device-driver support must be loaded. In addition, these
  4545.  statements must be included in the CONFIG.SYS file in the
  4546.  following order: 
  4547.  
  4548.  o  A device-dependent statement that gives the name of the
  4549.     file containing the information for the touch device you use. 
  4550.  
  4551.  o  A device-independent statement that identifies the touch
  4552.     device to TOUCH.SYS
  4553.   
  4554.  If during installation, OS/2 detects a touch device installed on
  4555.  your system, the Install program automatically loads the required
  4556.  device-driver support necessary to enable the touch device. The
  4557.  touch device shares the auxiliary device (mouse) port on the
  4558.  system with the mouse by allowing the mouse to connect to the 
  4559.  touch device, which is then connected to the system. 
  4560.  
  4561.  The Install program automatically adds the following statements
  4562.  to the CONFIG.SYS file: 
  4563.  
  4564.   DEVICE=C:\OS2\PDITOU0x.SYS CODE=C:\OS2TOUCO21.BIN INIT=C:TOUCH.INI
  4565.   DEVICE=C:\OS2\TOUCH.SYS TYPE=PDITOU$
  4566.   RUN=C:\OS2\CALIBRATE.EXE-C C:\OS2CALIBRAT.DAT
  4567.   DEVICE=C:\OS2\MOUSE.SYS TYPE=PDIMOU$
  4568.   
  4569.  "x" is 1 or 2 depending on the bus architecture of your system.
  4570.  TOUCO21D.BIN is the touch-device microcode binary file and
  4571.  TOUCH.INI is a text file containing default parameter settings.
  4572.  
  4573.  The RUN=CALIBRAT.EXE statement is to activate the Calibration
  4574.  program. This program performs the dual actions of downloading
  4575.  calibration-constant data to the touch device each time the
  4576.  system is started, and enabling recalibration of the touch
  4577.  device at initial setup, and when the device is moved to a new
  4578.  location. 
  4579.  
  4580.  To recalibrate the touch device, enter the following at an OS/2
  4581.  command prompt: 
  4582.  
  4583.   x:           (where "x" is your OS/2 boot drive.)
  4584.   CD \OS2
  4585.   CALIBRAT -U
  4586. 
  4587. DEVICE=E:\CAPI\TSRKRN.SYS
  4588.  
  4589.  Module for Teles ISDN-Cards
  4590. 
  4591. DEVICE=C:\OS2\BOOT\USLGENIO.SYS
  4592.  
  4593.  Driver for the TV-Happy Player 
  4594.  supports - TV-tuner card based on Brooktree BT848A card (or newer).
  4595.  
  4596.  Models already supported:
  4597.    AIMSlab Video Highway Xtreme
  4598.    FlyVideo 98
  4599.    AVER TVPhone98
  4600.    AVER TVPhone (untested)
  4601.    AVER TVCapture (untested)
  4602.    Fly Video II (untested)
  4603. 
  4604. DEVICE=C:\OS2\BOOT\USBCOM.SYS
  4605.  
  4606.  USB modem driver.
  4607. 
  4608. DEVICE=C:\OS2\BOOT\USBKBD.SYS
  4609.  
  4610.  USB Keyboard driver.
  4611. 
  4612. DEVICE=C:\OS2\BOOT\USBMOUSE.SYS
  4613.  
  4614.  USB Mouse driver.
  4615. 
  4616. DEVICE=C:\MMOS2\VCSHDD.SYS
  4617.  
  4618.  Driver for the Video Parts of MMOS2
  4619. 
  4620. DEVICE=C:\OS2\BOOT\VDISK.SYS 512
  4621.  
  4622.  As in DOS, this driver installs a RAM disk. In this example,
  4623.  the RAM disk is 512k with the sectors and directories parameters
  4624.  set at the default level (64-byte sectors and 64 directory
  4625.  entries). With DOS, a RAM disk could significantly improve
  4626.  system performance, but because OS/2 handles your memory far
  4627.  more efficiently than DOS and has its own sophisticated caching
  4628.  routines, using a RAM disk is not recommended. 
  4629.  
  4630.  <<=CAUTION=>> Because a RAM disk takes available memory away
  4631.  from OS/2, you may negatively impact system performance on
  4632.  systems with less than 12MB of RAM. Unless you have lots of
  4633.  RAM or have a very specific need, don't install a RAM disk.
  4634.  
  4635.  <<=NOTE=>> If you do install VDISK.SYS and you also have 
  4636.  EXTDSKDD.SYS installed, VDISK.SYS must be placed after
  4637.  EXTDSKDD.SYS in your config.sys file. Check your on-line
  4638.  Command Reference for information on EXTDSKDD.SYS.
  4639.  
  4640.  <<=TIP=>> Better use the RAM(64).IFS by Karl Olson, see IFS.
  4641. 
  4642. DEVICE=C:\WATCHCAT\VWCAT.SYS
  4643.  
  4644.  WatchCat 2.1 CAD Package Virtual Device Driver
  4645. 
  4646. DEVICE=C:\WATCHCAT\WATCHCAT.SYS KEYB:SC-F12
  4647.  
  4648.  WatchCat 2.1 device driver
  4649. 
  4650. DEVICE=C:\XFREE86\LIB\XF86SUP.SYS
  4651.  
  4652.  Driver for XFree86
  4653. 
  4654. DEVICE=C:\MMOS2\YMF724.SYS
  4655.  
  4656.  PCI Yamaha YMF724 (DS-1) driver
  4657.  
  4658.  <<=TIP=>> Together with Daniela Engerts patchymf.zip the driver
  4659.  can support some more chips. These are PCI vendor ID: 1073h (Yamaha)
  4660.  PCI device IDs:
  4661.  YMF724D (DS-1)  0004h
  4662.  YMF724F (DS-1)  000Dh
  4663.  YMF740C (DS-1L) 000Ch
  4664.  YMF744B (DS-1S) 0010h
  4665.  YMF754  (DS-1E) 0012h
  4666. 
  4667. -----------------------------------------------------------------
  4668. 5. RUN, START AND CALL
  4669. 
  4670. RUN=\OS2\BOOT\APMDAEMN.EXE
  4671.  
  4672.  New in Fixpaks, fixes some errors when using APM 1.2
  4673. 
  4674. RUN=C:\OS2\CACHE.EXE /MAXAGE:7500 /DISKIDLE:60000 /BUFFERIDLE:60000
  4675.  
  4676.  This line runs CACHE.EXE which allows you to modify the
  4677.  parameters for the HPFS cache. CACHE.EXE is only used for
  4678.  HPFS partitions. (The DISKCACHE command sets up a cache for
  4679.  FAT.) There are four parameters for CACHE.EXE:
  4680.  
  4681.    /LAZY:ON|OFF|n Determines if lazy writes is ON or OFF, that is, 
  4682.      whether the contents of the cache will be written to your 
  4683.      hard disk immediately (/LAZY:OFF) or when your hard disk 
  4684.      is idle (/LAZY:ON). The default is ON. I like lazy 
  4685.      writes ON because it improves performance, but keep in 
  4686.      mind that since the system delays writing data to your 
  4687.      hard disk, you can lose data if your system should crash.
  4688.      In the config.sys file line above no parameter is specified 
  4689.      therefore the default remains in effect, which is ON. 
  4690.      The new parameters in Warp 4 are LAZY:n (in Warp 3 it 
  4691.      only allowed ON & OFF) 
  4692.  
  4693.      <<=TIP=>> Lazy writes can also be turned ON or OFF at an 
  4694.      OS/2 command prompt.
  4695.  
  4696.      <<=WARNING=>> If you include the /LAZY parameter, then the 
  4697.      CACHE statement will IGNORE ALL OTHER PARAMETERS in the 
  4698.      line. Therefore, if you want to turn lazy writes off (or
  4699.      on) and also change some other parameter, you will need 
  4700.      two RUN statements.
  4701.      
  4702.      <<=WARNING=>> There is a bug in OS/2 version 2.1 which
  4703.      does not appear to have been fixed in Warp. You can't 
  4704.      turn lazy writes off from the config.sys file. The WPS
  4705.      always turns lazy writes ON when it loads regardless
  4706.      of what your CACHE.EXE command sets. So, if you want lazy
  4707.      writes off, you will need to run the CACHE command AFTER
  4708.      the WPS starts. Create a CMD file to turn it off and place
  4709.      it in your Startup folder. The WPS has already done it's
  4710.      thing when the objects in the Startup folder are opened.
  4711.      You can also turn it off from a command prompt.
  4712.  
  4713.    /MAXAGE: Sets how long data waits in the cache before it is 
  4714.      moved to another area of the cache where less used 
  4715.      information is stored, or how long data waits in the 
  4716.      cache before it is written to the hard disk. It is 
  4717.      expressed in milliseconds. The default is 5,000 or about 
  4718.      5 seconds. In the config.sys file line above, the wait 
  4719.      is set at 7,500 milliseconds or about 7 1/2 seconds.
  4720.       
  4721.    /DISKIDLE: Sets how long your hard disk must be idle before
  4722.      it will accept data from the cache. Express in 
  4723.      milliseconds and the default is 1,000 or about one 
  4724.      second. The minimum value must be greater than the value
  4725.      specified in the BUFFERIDLE parameter. In the config.sys
  4726.      file line above no parameter was specified so the default 
  4727.      remains in effect.
  4728.  
  4729.    /BUFFERIDLE: Sets how long the cache buffer must be idle 
  4730.      before its contents MUST be written to your hard disk. 
  4731.      Express in milliseconds and the default is 500 or about 
  4732.      1/2 second. In the config.sys file line above no parameter 
  4733.      was specified so the default remains in effect.
  4734.  
  4735.    /READAHEAD:ON|OFF|n Turns read ahead on, off or set to 'n' 
  4736.      read ahead workers. Only in Warp 4.0
  4737.  
  4738.      <<=TIP=>> According to the OS/2 Guild running Voicetype
  4739.      in Warp 4.0 is speeded up with /READAHAED:ON
  4740.  
  4741.  According to one source at IBM, there are two other
  4742.  undocumented parameters. "Mr HPFS" Doug Azzarito
  4743.  of IBM - Austin recommends them for testing only.
  4744.  
  4745.    /DIRTYMAX: Sets a maximum number of dirty buffers - if this
  4746.      limit is reached, the lazy-writer wakes up and cleans 
  4747.      up the cache. It is set at 80% of the cache.
  4748.  
  4749.    /WRITECACHE: Sets the maximum size of a WRITE that will be put
  4750.      in cache. It is set to the maximum size of a write operation (64K).
  4751.  
  4752.  <<=NOTE=>> Nearly everybody has his own recommendations
  4753.  about the correct size, so don't bother if you find different
  4754.  recommendations. Better try what is working best on YOUR system.
  4755.  
  4756.  <<=TIP=>> These settings can also easily done by using Warp'nGO or
  4757.  Xfolder Ver.080 and higher. Available at http://www2.rz.hu-berlin.
  4758.  de/~h0444vnd/os2.htm
  4759.  
  4760.  <<=NOTE=>> The HPFS.IFS config.sys file line sets up the
  4761.  cache and uses the system defaults. This config.sys file
  4762.  line is only used to modify the cache parameters. 
  4763.  
  4764.  <<=TIP=>> You can check to see what parameters the HPFS cache
  4765.  is currently set at by going to an OS/2 command prompt and 
  4766.  keying in the word CACHE and pressing the enter key.
  4767.  
  4768.  ========================= Table 4 =============================
  4769.  
  4770.    Parameters:             LAZY WRITES               /LAZY:ON
  4771.                                 MAXAGE                 >7,500 
  4772.                               DISKIDLE                 60,000 
  4773.                             BUFFERIDLE                 60,000
  4774.  ===============================================================
  4775. 
  4776. RUN=C:\CFOS\CFOSD2.EXE
  4777.  
  4778.  CFOS Deamon
  4779. 
  4780. RUN=C:\IBMLAN\NETPROG\CACHE386.EXE
  4781.  
  4782.  Enables the cache for HPFS386. Only valid for the OS/2 Warp server advanced
  4783.  
  4784.  For more Information see:
  4785.  CALL=C:\OS2\CMD.EXE /Q /C C:\IBM386FS\CACHE386.EXE >NUL
  4786. 
  4787. RUN=C:\OS2\CALIBRATE.EXE-C C:\OS2CALIBRAT.DAT
  4788.  
  4789.  See DEVICE=C:\OS2\TOUCH.SYS
  4790. 
  4791. RUN=C:\PATH\CDWFSD.EXE
  4792.  
  4793.  Starts the background process for the RSJ CD-Writer, responsible
  4794.  for writing of data on the CD.
  4795. 
  4796. RUN=C:\HFSDIR\HFS.EXE
  4797.  
  4798.  Part of the HFS.IFS for accessing HFS formatted Apple Disks 
  4799. 
  4800. RUN=C:\OS2\SYSTEM\LOGDAEM.EXE /E:C:\OS2\LOGFILE.DAT /W:16
  4801.  
  4802.  This RUN command starts the logging process and must appear
  4803.  AFTER you have installed the LOG.SYS driver noted in the 
  4804.  config.sys line above. The two parameters are:
  4805.  
  4806.   /E:path\filename  This is the path and file name of the
  4807.      test file where the errors will be logged. You can place 
  4808.      it anywhere you want and call it anything you wish. 
  4809.      NOTE: Like the OS/2 INI files, this file is "locked" and 
  4810.      you will not be able to access it with your standard text 
  4811.      editor or the OS/2 System Editor. You will get a 
  4812.      "violation error". The Enhanced Editor will open the file.
  4813.  
  4814.   /W:nn  This is the size of the file named with the /E
  4815.      parameter. The default size is 64k, but with this switch 
  4816.      you can set the value from 4k to 64k. I've set the file 
  4817.      size at 16k in the example line above.
  4818.  
  4819.  <<=NOTE=>> Use SYSLOG.EXE from an OS/2 command line prompt to
  4820.  view your log file.
  4821. 
  4822. RUN=C:\MMOS2\MIDIDMON.EXE
  4823.  
  4824.  This is for MIDI
  4825. 
  4826. RUN=C:\MMOS2\QRYMMCD.EXE
  4827.  
  4828.  Queries the Audio CD
  4829. 
  4830. RUN=D:\PATH\RAMDISK R:
  4831.  
  4832.  Creates a RAM drive together with RAM(64).IFS every boot. 
  4833. 
  4834. RUN=C:\OS2\RSRV.EXE
  4835.  
  4836.  By older versions of IBM Open32 for Warp3. Should be deleted
  4837.  after applying Fixpak 26 or higher for Warp3.
  4838. 
  4839. RUN=E:\CAPI\START_S0.EXE S0TE$ HDLC$ DSS1TE$ ISO8208$ 
  4840.  
  4841.  For Teles ISDN Cards
  4842. 
  4843. RUN=C:\OS2\SMSTART.EXE
  4844.  
  4845.  This belongs to the error logging system, which no normal
  4846.  user will ever have use for. The output is only decipherable
  4847.  for REAL experts, so it is probably meant as a goodie for
  4848.  the IT people in large corporations, with their own software etc.
  4849.  
  4850.  <<=TIP=>> A REM in front of RUN=C:\OS2\SMSTART.EXE will stop
  4851.  the following processes: SMSTART.EXE, DMISL.EXE the Desktop
  4852.  Management Interface service layer, ERLOGGER.EXE the error logger
  4853.  and FFST.EXE the first failure support technology.
  4854.  This is advised for all 'normal' users.
  4855. 
  4856. RUN=C:\WATCHCAT\WATCHCAT.EXE
  4857.  
  4858.  WatchCat 2.1 main program
  4859.  
  4860.  WatchCat is a program to recover OS/2 from a hanged Presentation
  4861.  Manager by killing applications. It can also display all PStat-info
  4862.  about modules, processes, threads etc.
  4863.  
  4864.  Developed by Felix von Normann and Thomas Opheys.
  4865.  Watchcat is FREE for private use.
  4866.  
  4867.  <<=NOTE=>> As Watchcat hasn't been updated since 1995 I first 
  4868.  suggest the use of SCKILLFEATUREENABLED=YES together with Warp4.
  4869.  There is also the FREE Task Buster ver 2.0 by Jostein Ullestad
  4870.  available at http://www.powerutilities.no. Both can unfortunately
  4871.  only act with a working P(resentation)M(anager), but as long you're
  4872.  not a developer who has to 'fight' with corrupt applications who are
  4873.  blocking the message queue these two should do in nearly every case,
  4874.  cause since Fixpak 17 for Warp 3 the "SIQ" feature allows the user to
  4875.  take focus away from an application that is monopolising the message
  4876.  queue.
  4877.  
  4878.  <<=Tip=>> By Rainer Feuerstein: Around Christmas the WatchCat Icon wears
  4879.  a Santa Cap :).
  4880. 
  4881. RUN=C:\WATCHCAD\WCCAD.EXE
  4882.  
  4883.  WatchCat 2.1 CAD Package Control Program
  4884. 
  4885. CALL=C:\OS2\CMD.EXE /Q /C C:\IBM386FS\CACHE386.EXE >NUL
  4886.  
  4887.  Call to the cache program for HPFS386
  4888.  
  4889.  options for CACHE386 (x is an optional drive letter):
  4890.  
  4891.  /OPTIONS[:x]         Display current configuration
  4892.  /STATS[:C|:D]        Display, clear, or dynamically display statistics
  4893.  /LAZY[:x][:ON|:OFF]  Enable or disable lazy writing
  4894.  /MAXAGE[:x]:n        Change msDataAge to n milliseconds
  4895.  /BUFFERIDLE[:x]:n    Change msIdleBuf to n milliseconds
  4896.  
  4897.  If no drive (x) is given, the option will apply to all HPFS drives.
  4898.  
  4899.  Each option may be abbreviated to a single letter, for example:
  4900.  
  4901.  CACHE386 /B:D:1000    (sets BufferIdle to 1000 for drive D)
  4902.  
  4903.  <<=ATTENTION=>>This entry has to be done manually. If this statement is not
  4904.  added you'll get the following error 'Net 3091: the Cache386.exe is not 
  4905.  running. The server cannot be started.
  4906.  
  4907.  Adding the parameter /STATS will display the statistic usage cache
  4908.  usage. This will help you to size the cache to a size where the 
  4909.  minimum sized cache achieves the maximum hit rate.
  4910. 
  4911. CALL=C:\OS2\CACHEF32.EXE
  4912.  
  4913.  CACHEF32.EXE is a helper program for FAT32.IFS with the following
  4914.  functions:
  4915.  - Check DISK state on boot, run CHKDSK if needed.
  4916.  - Start the LAZY WRITE daemon.
  4917.  - Set CACHE and READ-AHEAD parameters.
  4918.  - Set Longname behaviour.
  4919.  - Load a CP to UNICODE translate table for longnames and the default 
  4920.    codepage.
  4921.  
  4922.  When run in the foreground and CACHEF32 is already running, it displays
  4923.  the CACHE parameters and allows you to modify the values. If no other
  4924.  copy of CACHEF32 is running, it detaches a background copy.
  4925.  
  4926.  When run in the background (detached), CACHEF32 will act as lazywrite daemon.
  4927.  
  4928.  CACHEF32.EXE supports the following options:
  4929.  
  4930.  /?    Shows help.
  4931.  
  4932.  /Q    Terminates CACHEF32. CacheF32 will be unloaded from memory, lazy
  4933.        writing will stop. (Performance will degrade).
  4934.  
  4935.  /N    Runs CACHEF32 without starting the deamon in the background.
  4936.  
  4937.  /D:nn Sets the DISKIDLE value. See OS/2 online help on CACHE.
  4938.  
  4939.  /B:nn Sets the BUFFERIDLE value. See OS/2 online help on CACHE.
  4940.  
  4941.  /M:nn Sets the MAXAGE value. See OS/2 online help on CACHE.
  4942.  
  4943.  /R:d:,n Set RASECTORS for drive d: to n.
  4944.  
  4945.  /L:ON|OFF Set lazy writing ON or OFF, default is ON
  4946.  
  4947.  /FS   Use short names internally.
  4948.  
  4949.  /FL   Use long names internally (default).
  4950.       (see LONG FILENAMES IN OS/2 AND DOS SESSIONS below)
  4951.  
  4952.  /P:1|2|3|4 Set priority for lazy writer. 1 is lowest, 4 is highest. 
  4953.       Default 1 (= idle-time). This might be handy if the lazy-writer 
  4954.       doesn't seem to get any CPU due to heavy system load.
  4955.  
  4956.  Note 1: the /T option has been removed in version 0.83.
  4957.  
  4958.  Note 2: if you notice that the /P options has any effect on your 
  4959.         situation please let me know.
  4960. 
  4961. CALL=C:\OS2\CHKDSK.COM C: /C
  4962.  
  4963.  This CALL statement will call the new 32-bit CHKDSK.COM, and will
  4964.  tell it what drive to check (e.g. C:). This CALL statement must appear
  4965.  after the LIBPATH=, SET PATH=, and SET DPATH= statements, but before any
  4966.  other CALL statements in your CONFIG.SYS file.
  4967.  The /C option tells CHKDSK to check the drive only if it is "dirty" and
  4968.  it needs checking. It needs BASEDEV=CHKDSK.SYS loaded.
  4969. 
  4970. CALL=C:\OS2\CMD.EXE
  4971.  
  4972.  With this statement you can 'delay' the initialisation of the 
  4973.  presentation manager. The effect is the same as if you would press
  4974.  'ALT F1' during boot (as long 'OS/2' is visible on the left upper
  4975.  corner of  the display) and then selecting the command-line option
  4976.  (F2 in Warp4). After typing 'exit' the command-line will be closed
  4977.  and boot-up finishes. Useful if you have to delete locked files
  4978.  (specially locked dll's).
  4979. 
  4980. CALL=F:\DCAF13\EQNINNEW.EXE
  4981.  
  4982.  Part of DCAF (Distributed Console Access Facility)
  4983.  
  4984.  <<=ATTENTION=>> If you have not the IBM Internal Y2K fix
  4985.  it won't work after 31.12.1999
  4986. 
  4987. CALL=F:\DCAF13\EQNRCLD.EXE
  4988.  
  4989.  Part of DCAF (Distributed Console Access Facility)
  4990.  
  4991.  <<=ATTENTION=>> If you have not the IBM Internal Y2K fix
  4992.  it won't work after 31.12.1999
  4993. 
  4994. CALL=F:\PPM242A\PPS242A.EXE
  4995.  
  4996.  Part of PolyPM Remote Service Management Solution
  4997. 
  4998. CALL=E:\SRVIFS\SRVATTCH.EXE M: CIDSRVM
  4999.  
  5000.  Part of the ThinIFS by IBM
  5001. 
  5002. -----------------------------------------------------------------
  5003. 6. DOS SPECIFICS
  5004. 
  5005. BREAK=OFF
  5006.   
  5007.  For DOS programs only. Many DOS programs can be stopped by
  5008.  holding down the Ctrl key and then pressing the Break key. 
  5009.  BREAK controls how quickly DOS programs stop when you interrupt
  5010.  them with the Ctrl+Break sequence. If BREAK=OFF, DOS will stop
  5011.  the program only when the programs next reads a character from
  5012.  the keyboard or writes to the screen or printer. With BREAK=ON,
  5013.  DOS will check for the Ctrl+Break on a more frequent basis. 
  5014.  Remember that this extra checking can make your DOS programs run
  5015.  slower.
  5016. 
  5017. DOS=LOW,NOUMB
  5018.   
  5019.  This is a standard DOS command that lets you control how DOS
  5020.  uses memory. The default is DOS=LOW,NOUMB and is considered
  5021.  by many to be the best setting for it conserves memory
  5022.  for OS/2. DOS=HIGH (including ,UMB) reduces available memory
  5023.  for OS/2, but increases the available memory in EVERY DOS
  5024.  session. Few DOS sessions need maximum memory. Also remember
  5025.  that you can move DOS HIGH for a specific program by changing
  5026.  that programs Settings. This is done in the programs Settings
  5027.  Notebook and is likely the better way to go. Finally, keep in
  5028.  mind that in OS/2 many device drivers are not taking up room in
  5029.  your 640k DOS area. So you generally have more memory in the
  5030.  typical OS/2 DOS session than in a standard DOS session.
  5031.  
  5032.  The following is the amount of memory my system reports in each
  5033.  DOS session with DOS=LOW,NOUMB. The vast majority of all DOS
  5034.  programs will run just fine with this amount of memory.
  5035.  
  5036.    655360 bytes total memory
  5037.    655360 bytes available for DOS
  5038.    618208 largest executable program size    <---- About 604k.
  5039.  
  5040.  With DOS=HIGH, the amount of memory reported is:
  5041.  
  5042.    655360 bytes total memory
  5043.    655360 bytes available for DOS
  5044.    643632 largest executable program size    <---- About 629k.
  5045.  
  5046.  <<=TIP=>>  If you need the maximum available RAM in a DOS
  5047.  session and can get by on CGA or MONO, in the DOS Settings of
  5048.  your applications Settings Notebook, change VIDEO_MODE_RESTRICTION
  5049.  to CGA or MONO. (Note that there are some reports from users
  5050.  that this procedure does not work on their hardware.)  A final
  5051.  note:  For this to work on some systems, you may need to change
  5052.  RMSIZE command to 639 (RMSIZE=639). See description of this
  5053.  parameter under RMSIZE. This is the result of a bug in OS/2.
  5054. 
  5055. FCBS=4,2
  5056.  
  5057.  File Control Blocks (FCBS) are an outmoded holdover from old 
  5058.  versions of DOS. The blocks are an internal holding area for
  5059.  data about concurrently open files. In newer versions of DOS,
  5060.  these FCBS have been replaced by File Handles, but some DOS
  5061.  programs still use them and you need this statement for com-
  5062.  patibility. The command tells an OS/2 VDM how many FCBS can
  5063.  be open at once, or, when DOS needs to open more FCBS than are
  5064.  available, how many currently open but not active FCBS may be
  5065.  closed to make room for new ones.
  5066.  
  5067.  The syntax is FCBS=a,b where a=the number of FCBS that DOS can
  5068.  have open at one time and b=the number of FCBS DOS cannot close
  5069.  to make room for new FCBS. "a" can be as high as 255. "b" can
  5070.  have a value of 0 to 254, but must be less than "a". Unless
  5071.  you get some kind of error message when running a DOS program
  5072.  that tells you the program doesn't have enough FCBS, leave the
  5073.  default as set.
  5074.  
  5075.  <<=TIP=>> You may wish to experiment with a smaller number.
  5076.  If you can get by with a smaller number, you will get back a
  5077.  little memory in each of your DOS sessions. My suggestions is
  5078.  that you set it to 4,2. If you make this change and then load
  5079.  a DOS program that says it can't open a file, increase the
  5080.  first value, reboot, and see if the error message goes away.
  5081.  You can also increase or change the value in the DOS programs
  5082.  Settings notebook.
  5083. 
  5084. FILES=20
  5085.  
  5086.  This is a standard DOS command which sets the maximum number
  5087.  of files that DOS can access at the same time. OS/2 sets the
  5088.  install default is 20, but some DOS programs may require an
  5089.  increased number. The maximum parameter is 255. The FILES
  5090.  command is for DOS only and has no effect on OS/2 sessions
  5091.  which can have up to 64,000 files open at the same time.
  5092. 
  5093. LOADHIGH C:\OS2\MDOS\TSR.EXE
  5094.  
  5095.  LH does the same as LOADHIGH.
  5096.  This command is for DOS sessions and loads TRS programs into
  5097.  upper memory blocks if they are available. If upper memory
  5098.  blocks are not available, the TRS will be loaded into
  5099.  conventional memory.
  5100. 
  5101. RMSIZE=640
  5102.  
  5103.  This is a DOS command and sets the amount of memory available
  5104.  for use by each DOS session. The maximum is 640k. Since some
  5105.  DOS programs require 640k, its best to have RMSIZE set to 640.
  5106.  
  5107.  <<=TIP=>> If you need maximum memory (more than 640k), see
  5108.  tip under DOS=LOW,NOUMB.
  5109. 
  5110. SHELL=C:\OS2\MDOS\COMMAND.COM C:\OS2\MDOS /P
  5111.  
  5112.  This line identifies and loads the DOS command processor
  5113.  COMMAND.COM which you must have to make DOS sessions work. The
  5114.  /p parameter keeps the command processor in memory until shut down.
  5115.  
  5116.  <<=NOTE=>> This is the line where you can also specify the size
  5117.  of the DOS environment variable. The range is 160 through 32768.
  5118.  For example, to set a 1024 byte environment you would add the
  5119.  following to the end of the SHELL command line:  /E:1024
  5120.  
  5121.  <<=TIP=>> You can also load and run other command processor's
  5122.  such as 4DOS. To do so, just put 4DOS in your MDOS directory
  5123.  and change the SHELL line to read 4DOS.COM instead of
  5124.  COMMAND.COM.
  5125. 
  5126. WIN3DIR=WIN311_DIRECTORY
  5127.  
  5128.  This variable must point to the directory where Windows 3.1 resides
  5129.  if you use the TrapDoor feature for Warp 4.
  5130. 
  5131. -----------------------------------------------------------------
  5132. 7. DOS DRIVERS
  5133. 
  5134. DEVICE=C:\OS2\MDOS\ANSI.SYS  
  5135.  
  5136.  This is the traditional DOS command most are familiar with.
  5137.  It only affects DOS sessions. This line is not added to your
  5138.  config.sys file by default. If you want it, you need to add it.
  5139.  
  5140.  OS/2 sessions have ANSI support by default. If you are unsure
  5141.  if ANSI is on or off in an OS/2 session, go to an OS/2 command
  5142.  prompt and type ANSI. You will get a message like: "ANSI
  5143.  extended screen and keyboard control is on."  For an OS/2
  5144.  session, turn ANSI off or on by typing ANSI OFF or ANSI ON at
  5145.  an OS/2 command prompt.
  5146.  
  5147.  Parameters:
  5148.  
  5149.     /X Redefines keys with extended key values as distinct keys.
  5150.     /K Disables extended keyboard capabilities. Use this parameter
  5151.        if an application does not support extended keyboard.
  5152. 
  5153. DEVICE=C:\MMOS2\AUDIOVDD.SYS Parameter
  5154.  
  5155.  DOS Soundcard-Driver
  5156.  Parameter: 
  5157.  PAS161$  for the MediaVision's ProAudio Spectrum Soundcard
  5158.  SBAUD1$  for the Sound Blaster 16 sound card
  5159.  
  5160.  <<=NOTE=>> the parameter is the link between the OS2 driver and the
  5161.  DOS driver. The DOS driver inherits it's settings associated with 
  5162.  the parameter
  5163. 
  5164. DEVICE=C:\OS2\GAMEVDD.SYS
  5165.  
  5166.  Virtual Dos Joystick Driver
  5167. 
  5168. DEVICE=C:\TP\MWAVE\BIN\MWAVEVDD.sys
  5169.  
  5170.  Dos Driver for the MWAVE-DSP in Thinkpads
  5171.  
  5172.  <<=ATTENTION=>> The MWAVEVDD.SYS must placed before VEMM.SYS
  5173. 
  5174. DEVICE=C:\OS2\MDOS\QVCOM.SYS
  5175.  
  5176.  Quatech (www.quatech.com) asynchronous serial device driver for the
  5177.  Quatech ISA and PCI boards
  5178.  
  5179.   * High baud rates to 921,600 bits per second, depending on UART type.
  5180.  
  5181.   * Support for 16750 UARTs and their 64-byte FIFOs.
  5182.  
  5183.   * Up to 32 serial ports
  5184. 
  5185. DEVICE=D:\OS2\MDOS\VASPI.SYS
  5186.  
  5187.  Adaptec ASPI device drivers for SCSI support.
  5188. 
  5189. DEVICE=D:\OS2\MDOS\VASPIDD.SYS
  5190.  
  5191.  Adaptec ASPI device drivers for SCSI support.
  5192. 
  5193. DEVICE=C:\MMOS2\VAUDDRV.SYS Parameter
  5194.  
  5195.  DOS Soundcard-Driver
  5196.  Parameter: 
  5197.  ES16881$  for Soundcards with ESS 1688 chip
  5198.  ES18681$  for Soundcards with ESS 1868 chip 
  5199.  
  5200.  <<=NOTE=>> the parameter is the link between the OS2 driver and the
  5201.  DOS driver. The DOS driver inherits it's settings associated with 
  5202.  the parameter
  5203. 
  5204. DEVICE=E:\CAPI\VCAPI.SYS E:\CAPI
  5205.  
  5206.  Teles Virtual DOS ISDN Capi Driver 
  5207. 
  5208. DEVICE=C:\OS2\IDRIVER\VCAPIAVM.SYS
  5209.  
  5210.  AVM Virtual DOS Driver for the ISDN-Controller B1
  5211. 
  5212. DEVICE=C:\ELSAISDN\DRIVER\VCAPI20.SYS
  5213.  
  5214.  Elsa Virtual DOS ISDN Capi 2.0 Driver
  5215. 
  5216. DEVICE=C:\OS2\MDOS\VCDROM.SYS 
  5217.  
  5218.  This is a CD-ROM device driver that provides support in DOS
  5219.  sessions.
  5220. 
  5221. DEVICE=C:\CFOS\VCFOS.SYS <options >
  5222.  
  5223.  Virtual DOS Cfos Driver
  5224.  
  5225.  Options are <FOSSIL port>=<COM port> to define a mapping between
  5226.  FOSSIL port numbers (e.g. 0-7) and the COM port numbers
  5227.  (e.g.  COM1-COM8) The default mapping is 0->COM1, 1->COM2,
  5228.  ..., 7->COM8 , which will be effective if you do not specify
  5229.  any options.
  5230. 
  5231. DEVICE=C:\OS2\MDOS\VCOM.SYS  
  5232.  
  5233.  Lets you use the communications ports for DOS and Windows
  5234.  sessions. Must appear after the COM.SYS driver. 
  5235.  
  5236.  <<=NOTE=>> If you are using COM3 and/or COM4, add the
  5237.  appropriate parameters to the COM.SYS line above only. It is
  5238.  not necessary to add any parameters to this line. VCOM.SYS
  5239.  inherits its parameters from the COM.SYS line.
  5240.  
  5241.  <<=TIP=>> See TIP under DEVICE=C:\OS2\COM.SYS regarding 
  5242.  SIO.SYS.
  5243. 
  5244. DEVICE=C:\OS2\MDOS\VDPMI.SYS
  5245.  
  5246.  Provides "virtual" DPMI (DOS Protect Mode Interface) memory
  5247.  for DOS and Window sessions. I don't know much about this,
  5248.  but I've been told not to remove it.
  5249. 
  5250. DEVICE=C:\OS2\MDOS\VDPX.SYS
  5251.  
  5252.  Driver required when using VDPMI in the config.sys line
  5253.  below. One authority said that this driver "provides V86 to
  5254.  Protected Mode translation for DPMI memory". Well that's
  5255.  enough to lose me.
  5256. 
  5257. DEVICE=C:\OS2\MDOS\VEMM.SYS 
  5258.  
  5259.  VEMM.SYS lets DOS programs use expanded memory unless you
  5260.  override it by changing a DOS programs SETTINGS.
  5261.  
  5262.  Parameters:
  5263.  
  5264.    /S=n  Sets the limit of EMS memory in blocks of 1024k. 
  5265.       Default is 2.
  5266.  
  5267.    /L=n  Size of conventional memory that can be remapped.
  5268.       Default is none.
  5269.  
  5270.    /F=nnnn  Memory frame address to be used to map EMS.
  5271.       Default is AUTO.
  5272.  
  5273.  <<=NOTE=>> Settings you specify in a DOS session will
  5274.  override these parameters.
  5275.  
  5276.  <<=NOTE=>> The VEMM.SYS device must be listed in your
  5277.  config.sys file before the VXMS.SYS device.
  5278. 
  5279. DEVICE=C:\CMLIB\VHAPI.OS2
  5280.  
  5281.  Paul Kurr wrote the following. "This provides for Virtual HLLAPI
  5282.  support within VDM's (not sure about VMB's). This allows DOS
  5283.  programs that use the HLLAPI to access the HOST sessions running
  5284.  at the OS/2 level under comm mgr. So you can actually watch your
  5285.  comm mgr sessions in one window and your DOS program in another
  5286.  while they interact."
  5287. 
  5288. DEVICE=C:\MMOS2\VGENAUD.SYS
  5289.  
  5290.  Generic WinOS/2 Audio Driver R0 VDD component
  5291. 
  5292. DEVICE=C:\OS2\MDOS\VMANWIN.SYS
  5293.  
  5294.  GRADD Display Drivers - generic DOS part
  5295. 
  5296. DEVICE=C:\OS2\MDOS\VMGAX64.SYS
  5297.  
  5298.  Driver for the Matrox Video Cards
  5299. 
  5300. DEVICE=C:\OS2\MDOS\VMOUSE.SYS 
  5301.  
  5302.  Identifies and loads the mouse driver to let you use a mouse
  5303.  with DOS. Mouse support for OS/2 is loaded below.
  5304.  
  5305.  <<=NOTE=>> If you don't have this line (or you REM'd it), you
  5306.  will not have mouse support in your DOS sessions.
  5307. 
  5308. DEVICE=C:\OS2\MDOS\VNPX.SYS
  5309.  
  5310.  This device driver works _with_ your systems math coprocessor.
  5311.  If you do not have a math coprocessor, this driver will not load.
  5312.  Some have suggested that if you add it to your config.sys you
  5313.  will see an enhancement in your systems performance. Not so. 
  5314.  There is no reason for it to be added to your config.sys
  5315.  file. IF YOU HAVE A MATH COPROCESSOR, OS/2 WILL LOAD THIS
  5316.  DRIVER AUTOMATICALLY. If you add it to your config.sys file,
  5317.  a second copy of the driver will be loaded. In doing so, many
  5318.  have reported that no DOS programs would run. DO NOT ADD THIS
  5319.  STATEMENT TO YOUR CONFIG.SYS FILE.
  5320. 
  5321. DEVICE=C:\OS2\MDOS\VPCMCIA.SYS 
  5322.  
  5323.  Virtual Card Services driver for PCMCIA
  5324. 
  5325. DEVICE=C:\OS2\MDOS\VPICPARM.SYS irq9_off
  5326.  
  5327.  Some applications like PCAS (and some terminal emulators) have problems
  5328.  sharing IRQ9 in a VDM. Since the DOS Virtual Device drivers are not
  5329.  loaded out of CONFIG.SYS, a new device driver VPICPARM.SYS has been added
  5330.  starting with Warp 3 FixPak 38 and Warp 4 FixPak 8.
  5331.  
  5332.  To prevent sharing of IRQ9 in a VDM, add the device in config.sys:
  5333.  Next, in the settings for the program that requires exclusive access to
  5334.  IRQ9, set the DOS setting HW_SHARE_IRQ9 to ON.
  5335.  When you next boot your system, VDMs will not share IRQ9.
  5336. 
  5337. DEVICE=C:\OS2\MDOS\VPRPMI.SYS
  5338.  
  5339.  GRADD Display Drivers - generic DOS part
  5340. 
  5341. DEVICE=C:\SIO\VSIO.SYS
  5342.  
  5343.  Excellent replacement driver for VCOM.SYS. If you utilize
  5344.  communications software on a regular basis at high speeds 
  5345.  (e.g. 14,400), then the SIO drivers are the way to go.
  5346.  Be sure you have REM'd out VCOM.SYS when using. SIO.SYS and
  5347.  VSIO.SYS are Shareware, not Freeware. See also SIO.SYS.
  5348. 
  5349. DEVICE=C:\OS2\MDOS\VSVGA.SYS
  5350.       
  5351.  Your config.sys file will contain various device drivers for
  5352.  various devices based upon your systems hardware configuration.
  5353.  These device driver are for a SVGA video card.
  5354. 
  5355. DEVICE=C:\OS2\MDOS\VVGA.SYS 
  5356.  
  5357.  Your config.sys file will contain various device drivers for
  5358.  various devices based upon your systems hardware configuration.
  5359.  This device driver for supporting VGA video cards in DOS sessions.
  5360. 
  5361. DEVICE=C:\OS2\MDOS\VWIN.SYS
  5362.  
  5363.  Assists in the process of providing seamless Windows support.
  5364. 
  5365. DEVICE=C:\OS2\MDOS\VW32S.SYS
  5366.  
  5367.  WIN32s program support driver.
  5368.  
  5369.  You need additionally the whole win32s package.
  5370. 
  5371. DEVICE=C:\OS2\MDOS\VXMS.SYS
  5372.  
  5373.  VXMS.SYS is a device driver that provides Extended Memory
  5374.  management to DOS sessions. XMS allows DOS programs to access
  5375.  more than one MB of memory. 
  5376.  
  5377.  Parameters:
  5378.  
  5379.     /UMB  Upper memory block support in DOS sessions.
  5380.  
  5381.     /NOUMB  No upper memory block support.
  5382.  
  5383.     /XXMLIMIT=m,n  Indicates the total system wide memory limit.
  5384.  
  5385.     /HMAMIN=m  Sets the minimum request size for high memory,
  5386.                from 1k to 63k.
  5387.  
  5388.     /NUMHANDLES=m  Sets the number of handles in each DOS session,
  5389.                    from 1 to 128.
  5390.  
  5391.  <<=NOTE=>>  The VXMS.SYS device must be listed in your
  5392.  config.sys file after the VEMM.SYS device.
  5393. 
  5394. DEVICE=C:\OS2\WIN32OS2\WIN32K.SYS
  5395.  
  5396.  Win32k - Win32-OS/2 driver, description in WIN32.TXT of the w32os2
  5397.  package.
  5398. 
  5399. RUN=C:\MMOS2\GENAUDD.SYS
  5400.  
  5401.  Generic WinOS/2 Audio Driver Daemon component
  5402. 
  5403. -----------------------------------------------------------------
  5404. 8. TCP\IP
  5405. 
  5406. DEVICE=C:\MPTN\PROTOCOL\AFOS2.SYS
  5407.  
  5408.  Part of the TCP/IP Protocol Drivers
  5409. 
  5410. DEVICE=C:\MPTN\PROTOCOL\AFINET.SYS
  5411.  
  5412.  Part of the TCP/IP Protocol Drivers
  5413. 
  5414. DEVICE=C:\MPTN\PROTOCOL\CDMF.SYS
  5415.  
  5416.  Device driver used by the IBM TCP/IP Firewall.
  5417.  Part of the TCP/IP Ver. 4.1/4.2/4.21 firewall
  5418.  (its unknown what this driver exactly does)
  5419. 
  5420. DEVICE=C:\MPTN\PROTOCOL\FWIP.SYS
  5421.  
  5422.  IBM TCP/IP Firewall IP Packet driver.
  5423.  IP Packet Filter Driver.
  5424.  Part of the TCP/IP Ver. 4.1/4.2/4.21 firewall
  5425.  
  5426.  For configuring the Firewall get the FREE ServerConfig
  5427.  Which can be found at: http://www.ecs.soton.ac.uk/~dm898/soft.html
  5428.  a GUI config util for Apache 1.3.9, InetPowerServer/2 0.85 and the
  5429.  IBM OS/2 TCP/IP Firewall. Author: SEHH (sehh@altered.com)
  5430. 
  5431. DEVICE=C:\MPTN\PROTOCOL\IPSEC.SYS
  5432.  
  5433.  Part of the TCP/IP Ver. 4.1/4.2/4.21 firewall
  5434.  Device driver used by the IBM TCP/IP Firewall to
  5435.  impliment the IPSEC protocol.
  5436. 
  5437. DEVICE=C:\MPTN\PROTOCOL\MD5.SYS
  5438.  
  5439.  Device driver used by the IBM TCP/IP Firewall to
  5440.  impliment MD5 encryption.
  5441.  Part of the TCP/IP Ver. 4.1/4.2/4.21 firewall
  5442.  See also DEVICE=C:\MPTN\PROTOCOL\FWIP.SYS
  5443. 
  5444. DEVICE=C:\MPTN\PROTOCOL\IFNDIS.SYS
  5445.  
  5446.  Part of the TCP/IP Protocol Drivers
  5447. 
  5448. DEVICE=C:\TCPIP\BIN\IFNDISNL.SYS
  5449.  
  5450.  TCP/IP Drivers for SLIP (Serial Line Internet Protocol)
  5451.  OS/2 TCP/IP Version 2.00 IFNDIS Null Driver from
  5452.  the Warp 3 Internet Access Kit.
  5453.  
  5454.  <<=TIP=>> To get PPP (Pont to Point Protocol) download
  5455.  ftp://ftp.ibm.net/pub/PPP/PPP.ZIP
  5456. 
  5457. DEVICE=C:\TCPIP\BIN\INET.SYS
  5458.   
  5459.  TCP/IP Drivers for SLIP (Serial Line Internet Protocol)
  5460.  OS/2 TCP/IP Version 2 from the Warp 3 Internet Access Kit.
  5461.  
  5462.  <<=TIP=>> For PPP see also DEVICE=C:\TCPIP\BIN\IFNDISNL.SYS
  5463. 
  5464. DEVICE=C:\MPTN\PROTOCOL\SOCKETS.SYS /Parameter
  5465.  
  5466.  Part of the TCP/IP Protocol Drivers
  5467.  
  5468.  Parameters:
  5469.  
  5470.  /c:#        Failuresearch, COMPORT-Number; Standard = 2
  5471.  /v          Verbose
  5472.  /uis:0      disable ID for select(); Standard = ON
  5473.  /mem:#      amount of 4KB Clusters. Standard = 75; 
  5474.              valid Range = 30 - 32766
  5475.  /gdt:#      max. amount of 64KB Blocks the Stack can arrange; Standard = 80
  5476.  
  5477.  <<=TIP=>> According to IBM there is the undocumented parameter
  5478.  /UIS:0 for use on 3172 Offload System to improve the
  5479.  performance. This parameter is only intended for use on a 3172
  5480.  Offload System and turns off the process id : thread id
  5481.  processing on select () calls in the stack 
  5482. 
  5483. DEVICE=C:\TCPIP\BIN\VDOSTCP.SYS
  5484.  
  5485.  Virtual DOS Driver for the TCP/IP protocol
  5486.  
  5487.  Parameter:
  5488.  /C:x, x is the number of the serial port. 
  5489.  
  5490.  <<=TIP=>> If you don't need TCP/IP support in DOS sessions
  5491.  REM this line:
  5492. 
  5493. DEVICE=C:\MTPN\BIN\VDOSTCP.VDD
  5494.  
  5495.  DOS API Driver for the TCP/IP protocol
  5496.  
  5497.  <<=TIP=>> If you don't need TCP/IP support in DOS sessions
  5498.  REM this line:
  5499. 
  5500. RUN=C:\MPTN\BIN\CNTRL.EXE
  5501.  
  5502.  TCP/IP Stack processing. CNTRL.EXE is a very important component
  5503.  of the stack. CNTRL.EXE provides threads for proper running of
  5504.  the stack. It provides a thread for each of the following: - IP
  5505.  input processing - TCP slow timeout processing - Debug thread for
  5506.  IP - ARP timeout processing - Ifndis debug thread - Watchdog thread
  5507.  for the adapter status - Loopback IP packets processing CNTRL.EXE
  5508.  is normally started from CONFIG.SYS with a RUN=statement. It should
  5509.  be the first program to begin executing when TCP/IP is started.
  5510.  CNTRL.EXE for Version 4 is different from that in the Version 2.0
  5511.  stack
  5512. 
  5513. RUN=C:\MPTN\BIN\VDOSCTL.EXE 
  5514.  
  5515.  DOS TCP/IP Stack processing
  5516.  
  5517.  <<=TIP=>> If you don't need TCP/IP support in DOS sessions
  5518.  REM this line:
  5519. 
  5520. CALL=C:\OS2\CMD.EXE /Q /C C:\MPTN\BIN\MPTSTART.CMD >NUL
  5521.  
  5522.  The file named MPTSTART.CMD contains Socket/MPTS 
  5523.  configuration information for a workstation. Socket/MPTS 
  5524.  creates and updates a MPTSTART.CMD file, based on your 
  5525.  configuration selections using the Socket/MPTS window 
  5526.  interface or using the response files. 
  5527.  
  5528.  MPTSTART.CMD is automatically started when the 
  5529.  workstation is restarted by a call statement in the 
  5530.  CONFIG.SYS file. 
  5531. 
  5532. SET DOMAIN=yourURL.com
  5533.  
  5534.  TCP/IP - Setting for domain name (like HOSTNAME)
  5535. 
  5536. SET ETC=C:\MPTN\ETC
  5537.  
  5538.  Sets the environment variable for TCPIP. Defines where the configuration
  5539.  files (e.g. *.ini) and log-files for TCPIP are stored. Needed by many
  5540.  TCPIP applications.
  5541.  
  5542.  <<=TIP=>> If this setting is missing some applications won't start. You
  5543.  can also type 'echo %ETC%' at the command line to show where ETC is loacted. 
  5544. 
  5545. SET HOSTNAME=xyz.ab
  5546.  
  5547.  Sets the variable for the Hostname
  5548.  Normally, this is already set by the TCP/IP installation program
  5549.  
  5550.  With IAK, you would normally run a loopback configuration Network
  5551.  configuration and would then set this to SET HOSTNAME=localhost
  5552. 
  5553. SET LOGNAME=xyz
  5554.  
  5555.  Set to a username. Currently, they are there just to make some
  5556.  programs happy;
  5557.  in the future, this variable might be set by a login shell of a
  5558.  multiuser configuration for XFREE.
  5559. 
  5560. SET LPR_PRINTER=printer
  5561.  
  5562.  Name of the printing queue when printing via TCP/IP. This setting can also
  5563.  be done by using the TCP/IP settings notebook. 
  5564.  See also your TCP/IP-Reference.
  5565. 
  5566. SET LPR_SERVER=server
  5567.  
  5568.  Name of the LPR-Server when using the LPD-Protocol (Line Printer
  5569.  Daemon) for printing via TCP/IP over a network (e.g. using a LINUX 
  5570.  Print-server). This setting can also be done by using the TCP/IP 
  5571.  settings notebook. See also your TCP/IP-Reference.
  5572.  
  5573.  For networkprinting there are under OS/2 two functioning (unlike to 
  5574.  windows, but that's nothing surprising) solutions: LPRMON and LPRPORTD.
  5575.  
  5576.  <<=TIP=>> If you don't need network printing for dos/windows it is strongly
  5577.  recommended to use the LPRPORTD, cause it doesn't use port redirection,
  5578.  so spooling is done on the server and not on your local machine.
  5579.  This means you should install the printer as a network-printer.
  5580.  It is useful to 'autostart' the LPRPORTD by select this option in the
  5581.  TCP/IP settings notebook.
  5582.  When printing is slow you have to upgrade the LPRPORTD. The upgrade is 
  5583.  available at ftp://ftp.software.ibm.com/ps/products/tcpip/fixes/v4.0os2/
  5584.  latest/print/.
  5585.  
  5586.  <<=NOTE=>> When using the LPRMON you have to select the port-redirection
  5587.  of an lpt-port otherwise you'll get an error message like 'Queue contains
  5588.  more data'. In WinOS you have to select the LPTx.OS2 port not LPTx (like 
  5589.  this should be done for every printer under WinOS). LPRMON is also needed
  5590.  when using a Samba-Server.
  5591.  Using LPRMON means you have to install the printer as a local-printer 
  5592.  and then redirect the LPTx Port to the printing queue.
  5593.  Unfortunately OS/2 is limited to three LPT-Ports. Keller Group Inc. (the 
  5594.  developers of PMFax and Faxworks) has developed a free-to-use solution to
  5595.  add up to 9 printerports. The software is available under LPT49.zip at
  5596.  http://www.kellergroup.com
  5597. 
  5598. SET LPR_USER=user
  5599.  
  5600.  Undocumented command to set the username under lpr-printing 
  5601.  different from the default 'pc-user'. This setting can only be 
  5602.  done by an entry in the config.sys. There is NO command line
  5603.  option.
  5604. 
  5605. SET NLSPATH=C:\MPTN\MSG\NLS\%N;C:\TCPIP\msg\DEDE850\%N;
  5606.  
  5607.  Sets the path for the language specific messages in TCP\IP V.4.1
  5608. 
  5609. SET REXECDTIME=X
  5610.  
  5611.  X  = time in seconds
  5612.  -1 = never timeout
  5613.  
  5614.  Sets the timeout period for rexecd
  5615.  
  5616.  <<=NOTE=>> Works only when REXECD is started under the INETD. If not
  5617.  you can use the command:
  5618.  REXECD -t X (X = time in seconds, x = -1 will set to never timeout)
  5619. 
  5620. SET TCPLANG=DE_DE
  5621.  
  5622.  Sets the Language for TCP/IP V4.1
  5623. 
  5624. SET USE_HOSTS_FIRST=1
  5625.  
  5626.  USE_HOSTS_FIRST determines whether the system will try to resolve names
  5627.  using the %etc\hosts file before asking the name server. It's often
  5628.  used in conjunction with the loopback, because you can place the line
  5629.  127.0.0.1 localhost in the hosts file, and any references to 'localhost' 
  5630.  will be translated to IP address 127.0.0.1 without the name server.
  5631.  Needed by many programs (e.g. Visual Age for Java, XFREE86) or if a 
  5632.  nameserver works in your LAN. You also have to edit the file 
  5633.  x:\mptn\bin\setup.cmd and insert after all other 'ifconfig' statements 
  5634.  the line 'ifconfig lo 127.0.0.1', then generate a file named 'hosts' in the
  5635.  directory x:\mptn\etc or x:\tcpip\etc and insert 127.0.0.1 localhost;
  5636.  the correct directory can be found out by typing the command
  5637.  'echo %etc%' at a command line
  5638.  
  5639.  <<= TIP =>> the necessary configuration can also be done by using the
  5640.  TCP/IP Notebook.
  5641. 
  5642. SET USER=USER
  5643.  
  5644.  Sets the name of the user under lpr-printing with TCP/IP V.4.1. 
  5645.  If not set, default is 'pc-user'.
  5646.  
  5647.  <<=NOTE=>> The FREE IRC Client Ezirc also wants a SET USER in the
  5648.  config.sys in this case you must use your ID from your ISP (e.g.
  5649.  if you have j.kirk@enterprise.com you have to insert j.kirk)
  5650. 
  5651. ----------------------------------------------------------------
  5652. 9. JAVA
  5653. 
  5654. SET CLASSPATH=.\.;C:\JAVA11\LIB\CLASSES.ZIP;
  5655.  
  5656.  Sets the path for the Java Classes
  5657.  
  5658.  <<=NOTE=>> SET CLASSPATH=C:\JAVA11\LIB\SecMA.jar;%CLASSPATH%
  5659.  Enables Security in Java 1.18 see also readme.sma in 
  5660.  your Java directory for more advices.
  5661. 
  5662. SET JAVA_AUDIO_RATE=n 
  5663.  
  5664.  Sets the preferred playback sample rate for audio.
  5665.  A value of 8 for n sets the playback rate to 8000 samples
  5666.  per second. Use a value of 11 for 11025 samples per second.
  5667.  The Java runtime normally tries a sample rate of 8000 first,
  5668.  which matches the incoming data stream rate, and then 11025. 
  5669.  
  5670.  <<=TIP=>> Some drivers, such as some ThinkPad 701C drivers
  5671.  dated prior to October 1995, appear to support a sample rate
  5672.  of 8000 but then fail; they can be made to work by setting a
  5673.  playback sample rate of 11025.
  5674. 
  5675. SET JAVA_AUDIO_VOLUME=v 
  5676.  
  5677.  Adjusts the volume level for the audio output. v is the
  5678.  percentage of the maximum volume, from 0 to 100.
  5679.  The default is 75. 
  5680. 
  5681. SET JAVA_CLOCK_RESOLUTION = 1
  5682.  
  5683.  Sets the Minimum of the timer resolution in JavaApps using
  5684.  currentTimeMillis to 1 Millisecond (the highest resolution). 
  5685.  
  5686.  The best Java-Speed using currentTimeMillis can be achieved
  5687.  with JAVA_CLOCK_RESOLUTION = 32. 
  5688.  This can be important for Java-Benchmark-Tests.
  5689. 
  5690. SET JAVA_COMPILER=<xyz> 
  5691.  
  5692.  Specifies the name of the just-in-time (JIT) compiler to load.
  5693.  The default JIT is JAVAX. 
  5694.  
  5695.  <<=TIP=>> To disable the JIT, specify the name of a non-existent
  5696.  DLL. ATTENTION, this will heavily decrease the speed of Java
  5697. 
  5698. SET JAVA_CONSOLE=1 
  5699.  
  5700.  Specifies that Java programs started by JAVA and APPLET are run
  5701.  with a Java console. 
  5702. 
  5703. SET JAVA_HIGH_MEMORY=1
  5704.  
  5705.  Since Java 1.18, activates High Memory Support.
  5706.  
  5707.  <<=NOTE=>> VIRTUALADDRESSLIMIT=2048 needs also to be set, otherwise
  5708.  this setting will be ignored. TCP 4.1 or higher must be installed.
  5709. 
  5710. SET JAVA_HOME=<dir> 
  5711.  
  5712.  Specifies the path to the shared Java runtime directories. 
  5713. 
  5714. SET JAVA_NL_DBCS=1
  5715.  
  5716.  Java uses in double-byte environments only one byte  
  5717. 
  5718. SET JAVA_NLS_SBCS=1 
  5719.  
  5720.  Specifies that Java should run in single-byte character set
  5721.  (SBCS) mode even in double-byte character set (DBCS) environments. 
  5722. 
  5723. SET JAVA_NOPRINTDLG=1 
  5724.  
  5725.  Specifies that Java should suppress display of the printer
  5726.  properties dialog box before printing. This allows jobs to
  5727.  print, without user intervention, using the default printer
  5728.  properties. 
  5729. 
  5730. SET JAVA_NORESTART=1 
  5731.  
  5732.  Declares the command JAVA not to be restarted as a PM-process.
  5733.  
  5734.  New with Java 1.18
  5735. 
  5736. SET JAVA_OLD_CHARSPACING=ON
  5737.  
  5738.  Enables the 'old' character spacing used together with the
  5739.  'pre-march' Java 1.17. Fixes bad spacing for codepage characters
  5740. 
  5741. SET JAVA_OLD_CHARSPACING=OFF
  5742.  
  5743.  Enables the 'new' character spacing introduced with the march
  5744.  fix of Java 1.17, improves the spacing in strings when characters
  5745.  from different codepages are used. If there is no variable in your
  5746.  config.sys the setting is OFF by default. 
  5747. 
  5748. SET JAVA_SOUND_MODE=ON 
  5749.  
  5750.  There are two ways to generate sound:
  5751.  Memory Playlist und Direct Audio Real Time (DART). DART is default
  5752.  If old audioapps don't need support you can disable DART and
  5753.  enable Memory Playlist by adding this setting.
  5754.  
  5755.  New with Java 1.18
  5756. 
  5757. SET JAVA_USER=<dir> 
  5758.  
  5759.  Specifies the path to the directory for user-specific files
  5760.  such as the hotjava\property file. 
  5761. 
  5762. SET JAVA_WEBLOGS=<dir> 
  5763.  
  5764.  Specifies the path to the directory where weblog files for
  5765.  each started Java process are written. 
  5766. 
  5767. SET LIB=C:\JAVA11\LIB;
  5768.  
  5769.  Sets the Path for the Java Libraries
  5770. 
  5771. -----------------------------------------------------------------
  5772. 10. NOVELL NETWARE NETWORK SUPPORT.                                
  5773. 
  5774. IFS=C:\NETWARE\NWIFS.IFS
  5775.  
  5776.  This installed the networks Installable File System. This IFS
  5777.  enables OS/2 to see the network drives just the same as local 
  5778.  drives.
  5779. 
  5780. DEVICE=C:\NETWARE\IPX.SYS
  5781.  
  5782.  Provides Novell IPX protocol support and is required for
  5783.  access to a NetWare server.
  5784. 
  5785. DEVICE=C:\NETWARE\LSL.SYS
  5786.    
  5787.  Loads Link support Layer driver. It is the lowest layer in
  5788.  the Novell Open Data Link Interface model and is required at
  5789.  all times for the requester to be active.
  5790. 
  5791. DEVICE=C:\NETWARE\NETBIOS.SYS
  5792.  
  5793.  Loads support for the NETBIOS protocol.
  5794.  
  5795.  <<=TIP=>> If you do not use NETBIOS applications, you can remove 
  5796.  the NETBIOS driver from the config.sys and the NETBIOS section 
  5797.  from the PROTOCOL.INI to remove some of the confusion this creates.
  5798.  You should also remove the virtual netbios drivers at the same time 
  5799.  since these bind onto the NETBIOS driver and not the LM10 interface 
  5800.  (which is why they appear after the NETWKSTA.SYS driver, so it can 
  5801.  "eat" its resources first, then what is left over is assigned to 
  5802.  NETBIOS.SYS). [<- Note: this should be NETBIOS.OS2]
  5803.  (The mentioned virtual NETBIOS drivers are 
  5804.  \IBMCOM\PROTOCOL\LANPDD.OS2 and LANVDD.OS2)
  5805. 
  5806. DEVICE=C:\NETWARE\NMPIPE.SYS
  5807.  
  5808.  Loads the support for client-only Named Pipes support.
  5809. 
  5810. DEVICE=C:\NETWARE\NPSERVER.SYS
  5811.  
  5812.  Loads support for your workstation to function as a Named
  5813.  Pipes server.
  5814. 
  5815. DEVICE=C:\NETWARE\NWREQ.SYS
  5816.  
  5817.  This is the CORE REQUESTER MODULE. This line must follow any
  5818.  lines that support IPX, SPX, or Named Pipes.
  5819. 
  5820. DEVICE=C:\NETWARE\SPX.SYS
  5821.  
  5822.  Provides Novell SPX protocol support. It is my understanding
  5823.  that this command is required for some Novell printing
  5824.  utilities, but is optional in most cases.
  5825. 
  5826. DEVICE=C:\NETWARE\TOKEN.SYS
  5827.  
  5828.  This line differs depending on the network board you have.
  5829. 
  5830. DEVICE=C:\NETWARE\VIPX.SYS
  5831.  
  5832.  Loads support for multiple virtual DOS machine support. It is 
  5833.  required both to have multiple DOS boxes on the network and to
  5834.  run the NetWare DOS based utilities.
  5835. 
  5836. DEVICE=C:\NETWARE\VSHELL.SYS
  5837.  
  5838.  Loads the network shell. It is automatically used for all DOS
  5839.  and WIN-OS/2 sessions that require it.
  5840. 
  5841. RUN=C:\NETWARE\DDAEMON.EXE
  5842.  
  5843.  A daemon is a background process that usually carries out 
  5844.  administrative tasks for the system without you knowing it. 
  5845.  This "daemon" is required for the requester to be active.
  5846. 
  5847. RUN=C:\NETWARE\NBDAEMON.EXE
  5848.  
  5849.  Loads the NETBIOS daemon process.
  5850. 
  5851. RUN=C:\NETWARE\NPDAEMON.EXE NP_COMPUTERNAME
  5852.  
  5853.  This line is required for either the client or the server
  5854.  NetBIOS support to be active and is a daemon program that is
  5855.  part of the Named Pipes support.
  5856. 
  5857. RUN=C:\NETWARE\NWDAEMON.EXE
  5858.  
  5859.  Another daemon program, provides IPX packet exchange.
  5860. 
  5861. RUN=C:\NETWARE\SPDAEMON.EXE
  5862.  
  5863.  Loads a daemon process that handles SPX packets.
  5864. 
  5865. -----------------------------------------------------------------
  5866. 11. LAN
  5867. 
  5868. DEVICE=C:\IBMCOM\MACS\IBMNE200.OS2
  5869.  
  5870.  Eagle Technology NE2000plus Ethernet Adapter
  5871. 
  5872. DEVICE=C:\IBMCOM\MACS\IBMTOK.OS2
  5873.  
  5874.  IBM compatible Token-Ring-Networkadapter
  5875. 
  5876. DEVICE=C:\IBMCOM\LANMSGDD.OS2 /I:C:\IBMCOM /S
  5877.  
  5878.  The only thing I know about this is, that it writes a log named
  5879.  LANTRAG.LOG into X:\IBMCOM 
  5880. 
  5881. DEVICE=C:\IBMCOM\PROTOCOL\NETBIOS.OS2
  5882.  
  5883.  <<=TIP=>> By Roland Sambain. The conventions wisdom about IFS
  5884.  statements coming at the beginning of config.sys seems not to
  5885.  apply. i.e. for netbios to load correctly the device statement
  5886.  must comes before the NETWKSTA.200 IFS.
  5887. 
  5888. DEVICE=C:\IBMCOM\MACS\NULLNDIS.OS2
  5889.  
  5890.  IBM NULL MAC-driver
  5891.  
  5892.  Installed if you have NO Network Adapter.
  5893. 
  5894. DEVICE=C:\IBMCOM\MACS\PMAC.OS2
  5895.  
  5896.  SSW-Parallelportdriver for Adapter without NIC
  5897.  
  5898.  <<=TIP=>> See also Howto.dat for an advice how to do a network
  5899.  for two Computers via the parallel port.
  5900. 
  5901. DEVICE=C:\IBMCOM\PROTMAN.OS2 /I:C:\IBMCOM
  5902.  
  5903.  IBM OS/2 LAN Protocol Manager
  5904. 
  5905. DEVICE=C:\IBMLAN\NETPROG\VNETAPI.OS2
  5906.  
  5907.  Paul Kurr wrote: "This sets up the virtual network support API
  5908.  within the VDM's (not VMB's). This allows DOS programs running
  5909.  within a VDM to "see" that the network is loaded, and interact
  5910.  with it (get/set redirections and such). If VDOLANAPI support
  5911.  is required in a VMB the device driver VNETAPI.SYS needs to be
  5912.  loaded within the VMB (this is found in \IBMLAN\NETPROG)."
  5913. 
  5914. IFS=C:\IBMLAN\NETPROG\NETWKSTA.200 /I:C:\IBMLAN /N
  5915.  
  5916.  Installable Network File system for the LAN Requester.
  5917.  
  5918.  <<=ATTENTION=>> For netbios to load correctly the NETBIOS.OS2 
  5919.  driver must come before. When you sort the config.sys you have
  5920.  to edit it manually and move this IFS behind.
  5921. 
  5922. RUN=C:\IBMCOM\LANMSGEX.EXE
  5923.  
  5924.  Part of the MPTS messaging system.
  5925. 
  5926. CALL=C:\IBMCOM\PROTOCOL\NETBIND.EXE
  5927.  
  5928.  IBM OS/2 LAN Netbind, binds the protocols to the adapter driver.
  5929. 
  5930. RUN=C:\IBMLAN\NETPROG\VNRMINIT.EXE
  5931. SET NWDBPATH=C:\IBMLAN\NETPROG
  5932. SET DLSINI=C:\IBMLAN\NETPROG\NETGUI.INI
  5933. SET INIT_FILE_NAMES=netgui
  5934. SET INIT_FILE_RANGES=200
  5935. SET WPS_COMMUNICATION=YES
  5936. SET LOCPATH=C:\IBMLAN\XPG4\LOCALE
  5937. SET LANG=ENUS437
  5938. DEVICE=C:\IBMLAN\NETPROG\RDRHELP.200
  5939. RUN=C:\IBMLAN\NETPROG\LSDAEMON.EXE
  5940.  
  5941.  Items with \IBMLAN provide support for LAN Server. According to
  5942.  Paul Kurr, the SET statements are for LS 4 GUI support.
  5943. 
  5944. //END//
  5945. 
  5946.