home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / z / zoomhint.zip / ZOOMHINT.EXE / CONFPORT < prev    next >
Text File  |  1992-12-16  |  3KB  |  54 lines

  1.      In  your CONFIG.SYS and AUTOEXEC.BAT there are commands  and
  2. device drivers that load when you boot your computer, If you  get
  3. unpredictable  results, or out of memory messages (etc) then  you
  4. can  re-configure  your  computer. To test if  a  device  or  TSR
  5. (resident)  program is causing this, you can put REM in front  of
  6. the  line in either of the above files. You use an  ASCII  (plain
  7. text) editor or your wordprocessor in plain text mode.
  8.  
  9. an example......
  10.  
  11. REM DEVICE=C:\DOS\ANSI.SYS
  12.  
  13. This is only an example, because ANSI.SYS is always OK to have in
  14. there. >>>Another  IMPORTANT thing to check is that  BUFFERS=  and
  15. FILES=  are 35 or higher.<<<
  16.  
  17.                              MEMORY
  18.  
  19. Memory is not a straightforward computer feature. Normaal memory,
  20. where computer programs run, where the OS (operating system)  and
  21. (many) device drivers reside, is limited to 640K. The extra  2meg
  22. or  4  meg  is used BY certain programs,  which  are  running  in
  23. conventional (640K) memory. They have special features which  can
  24. load  large  blocks  of data  into  that  HI  (extended/expanded)
  25. memory.  Then  as  the program works on  the  data,  it  switches
  26. 'pages'  of memory (16K blocks) from HI memory into  conventional
  27. memory while it works on that section of data. When that  section
  28. isn't  needed it swaps that back into HI, and gets another  peice
  29. to  work  on. This lets you have HUGE spreadsheets  or  databases
  30. running  yet  only  have 640K to run  the  program(s).  The  more
  31. programs  (&  TSRs and device drivers) you load,  the  less  room
  32. there  is in conventional memory to operate. Somewhere along  the
  33. line  the system will lock or crash if you keep  adding  programs
  34. into 640K.
  35.                          >> PORTS <<
  36.  
  37.      If  you have an internal modem, it must be set for COM4  90%
  38. of  the  time. Most computers have serial-port 1  and  2  already
  39. built-into  the  computer.  A  serial port  is  just  a  built-in
  40. comport.  So you cannot set a modem to be the same comport (1  or
  41. 2). Try com4 then com3, see your manual for jumper settings.
  42.  
  43.      There seem to be some video cards using the COM4 address. In
  44. that  case  try  COM3 with IRQ 5 or 2 (see  your  manual).  Don't
  45. forget the software must also be told when you change IRQs.
  46.  
  47.      Sometimes one internal modem/or model of modem will work  in
  48. spite  of a conflict, when set for COM1 or COM2 when there  is  a
  49. serial  port. Always try COM3 and COM4 (and IRQ settings)  before
  50. deciding the modem is bad.
  51.  
  52.                                    Don Hinds - Zoom Tech
  53. ##include=c:\text\signa.tif
  54.