home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / a / awnotes.zip / MEMORY.TXT < prev    next >
Text File  |  1992-12-22  |  3KB  |  59 lines

  1. -------------------------------------------------------------------------------
  2.                      Loading pcANYWHERE into Upper Memory
  3. -------------------------------------------------------------------------------
  4.  
  5. Upper Memory, unlike extended memory, does not physically exist when the
  6. computer is turned on.  It needs to be created by a program called a memory
  7. manager. Memory management programs utilize a feature of the 386 and i486 micro-
  8. processors which allows portions of extended memory to be changed into upper
  9. memory.  The Norton pcANYWHERE's Host program (AWHOST) can be loaded into the
  10. upper memory area on a 386 or i486 based PC to provide more conventional memory
  11. fo other applications.  There are a few requirements which must be met before
  12. the AWHOST program can be loaded into upper memory:
  13.  
  14. 1.    You must have a memory management program (QEMM, EMM386, 386MAX, etc.)
  15.     to configure your computer's upper memory.
  16. 2.    There must be a contiguous block of upper memory large enough to
  17.     contain AWHOST.  The smallest configuration of AWHOST (without Pop-Up
  18.     File Transfer and Maximized Display Speed) is about 60K.  Pop-Up File
  19.     Transfer adds 17K, and Maximize Display Speed adds 46K to the total
  20.     memory requirements.
  21. 3.    AWHOST needs to know the command used by your memory manager to load
  22.     programs into upper memory.  To do this, select Preferences from the
  23.     Host Main Menu, and then select General.  On the line which says
  24.     Command to load Host into high memory type your memory manager's command
  25.     to load programs into upper memory.
  26.  
  27. For example, LOADHI for QEMM, or COMMAND /C LH for EMM386 (the COMMAND /C in
  28. required because LH is an internal DOS command).  NOTE:  If the directory
  29. containing your memory manager is not in your path, you will need to specify the
  30. full path to the memory manager command  (i.e. C:\QEMM\LOADHI).
  31.  
  32. If the above steps are taken, AWHOST will load itself into upper memory.
  33.  
  34. Special notes for 386MAX memory manager users:
  35.  
  36. 1.    Include the host command line parameters "awhovl1 -m=a(w)" in the
  37.     autoexec.bat file.
  38. 2.    Run "MAXIMIZE" which is the automatic system configuration utility.
  39. 3.    In phase I of maximize you will be asked to specify Full or Quick
  40.     maximize, choose FULL MAXIMIZE.
  41. 4.    In phase II of full maximize specify the command line for pcANYWHERE
  42.     in the autoexec.bat file as one of the programsto be considered for
  43.     loading into the high memory area.
  44. 5.    386LOAD will then specify the region size required for loading the
  45.     resident program, then it will use the command line FLEXFRAME to borrow
  46.     the EMS page frame area while loading a resident program.
  47. 6.    After optimization simply remark this line from your autoexec.bat file
  48.     and include that in a host batch file.
  49.  
  50. Example:
  51.  
  52. @ECHO OFF
  53. CLS      
  54. CD\AW
  55. C:\386MAX\386LOAD SIZE=62944 FLEXFRAME PROG=AWHOVL1 -M=A
  56. CLS
  57.  
  58. _______________________________________________________________________________
  59. SYMANTEC has a number of useful documents that are available through this BBS.