home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / os2 / misc / 37190 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.9 KB  |  48 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!rpi!batcomputer!lynx@msc.cornell.edu!tommy
  3. From: tommy@msc.cornell.edu (Mike Thompson)
  4. Subject: Order of statements in config.sys
  5. Message-ID: <1992Nov20.182258.2680@msc.cornell.edu>
  6. Sender: news@msc.cornell.edu
  7. Organization: Cornell-Materials-Science-Center
  8. Date: Fri, 20 Nov 1992 18:22:58 GMT
  9. Lines: 37
  10.  
  11. It would appear from the haphazard way commands are put into the
  12. config.sys by install program that the order is irrelevent. 
  13. However, later install programs appear to throw new commands in
  14. specific positions (such as TCP/IP).
  15.  
  16. I know of the following constraints in actual loading.  Does anyone
  17. know of a more complete list? (IBM????)
  18.  
  19.    BASEDEV loaded according to extensions
  20.    DEVICE= commands loaded (in order of appearing in config.sys??)
  21.    RUN=    commands executed
  22.  
  23. When do the SET's show up?  ie., are all environment variables set
  24. before any of the DEVICE commands are run or are they added to
  25. environment in the order they appear and are present for DEVICE
  26. commands only if they appear before it in the CONFIG.SYS?
  27.  
  28. When are ifs commands handled? Must be early, but are they order
  29. sensitive and is before or after BASEDEV commands?
  30.  
  31. What about quasi-set type commands such as "libpath, protshell,
  32. buffers, diskcache, codepage, devinfo, ...".  Must they be set
  33. before some DEVICE command runs?
  34.  
  35. I remember that device=pmdd must go before device=pointdd.  Any
  36. other similar requirements?
  37.  
  38. How about all the device=\os2\mdos\vxxxx.sys?  Again, do their
  39. corresponding physical drivers have to be loaded first?
  40.  
  41. I used to understand the operation of CONFIG.SYS and AUTOEXEC.BAT
  42. for DOS. But I'm completely blind in OS/2 and IBM seems to be moving
  43. the way of the Mac hiding everything from the user.  Is there a way
  44. to get some detailed technical information?  It would make managing
  45. the systems a lot less trial- and-error if I had the sense I know
  46. what was going on!
  47.  
  48.