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 / MEMORY < prev    next >
Text File  |  1992-12-01  |  1KB  |  35 lines

  1.                              MEMORY
  2.  
  3. Memory is not a straightforward computer feature. Normaal memory,
  4.  
  5. where computer programs run, where the OS (operating system)  and
  6.  
  7. (many) device drivers reside, is limited to 640K. The extra  2meg
  8.  
  9. or  4  meg  is used BY certain programs,  which  are  running  in
  10.  
  11. conventional (640K) memory. They have special features which can
  12.  
  13. load  large  blocks  of data  into  that  HI  (extended/expanded)
  14.  
  15. memory.  Then  as  the program works on  the  data,  it  switches
  16.  
  17. 'pages'  of memory (16K blocks) from HI memory into  conventional
  18.  
  19. memory while it works on that section of data. When that  section
  20.  
  21. isn't  needed it swaps that back into HI, and gets another  peice
  22.  
  23. to  work  on. This lets you have HUGE spreadsheets  or  databases
  24.  
  25. running  yet  only  have 640K to run  the  program(s).  The  more
  26.  
  27. programs  (&  TSRs and device drivers) you load,  the  less  room
  28.  
  29. there  is in conventional memory to operate. Somewhere along  the
  30.  
  31. line  the system will lock or crash if you keep  adding  programs
  32.  
  33. into 640K.
  34.  
  35.