home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / zhint594.zip / MEMORY < prev    next >
Text File  |  1993-09-02  |  1KB  |  23 lines

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