home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MEMORIA / CNTEXTEN.ZIP / README.1ST < prev   
Encoding:
Text File  |  1990-06-12  |  2.3 KB  |  56 lines

  1. Now CRACKED by Dr. D. to allow full access to all memory.  It was an easy
  2. private key encryption routine.
  3.  
  4. This program seems to work great with Microsoft Windows 3.0.  Use it to
  5. "loadhi" SMARTDRV, HIMEM, and any TSR's you might use up into high memory.
  6. This will increase the memory available in Windows or DesqView, or DOS, and
  7. it doesn't waste any of your extended or expanded memory...
  8. If you like this program, you might consider paying for it, its the lowest
  9. priced one I've seen, and is also free from bugs and very professionally done.
  10.  
  11. EXTENDER.DOC    A text file explaining how to use EXTENDER.
  12.  
  13.  
  14. EXTENDER.SYS    This device driver must be loaded before using any of
  15.         the other software supplied with EXTENDER.  It
  16.         determines what high memory space can be used and
  17.         initializes it.  If possible, it will also copy any
  18.         Bios ROM it finds to Shadow RAM for faster execution.
  19.         When finished with its initialization process,
  20.         EXTENDER relocates the resident portion of itself to
  21.         high memory, leaving only 32 bytes of itself in DOS
  22.         memory.
  23.  
  24. HIGHDRVR.SYS    This device driver is used to load other device
  25.         drivers into high memory.  Each use of HIGHDRVR.SYS
  26.         leaves only 48 bytes of itself in conventional memory
  27.         in order to connect the device driver (that was
  28.         loaded into high memory) to the operating system.
  29.  
  30. HIGHDISK.SYS    This device driver implements a RAM disk in high
  31.         memory, using bank-switching techniques to access the
  32.         memory behind the Bios ROM or any installed adapter.
  33.         (The driver itself may be loaded into high memory by
  34.         using HIGHDRVR.SYS.)
  35.  
  36. HIGHTSR.EXE    This program is used to load TSR's into high memory.
  37.         Once the TSR has been loaded, this program completely
  38.         removes itself from memory.
  39.  
  40. HIGHMARK.EXE    Used to mark TSR's so that they may be removed from
  41.         high memory at a later time.  The mark is placed in
  42.         the bank-switch portion of high memory where it has
  43.         no effect on the amount of memory available for TSR's
  44.         and device drivers.
  45.  
  46. HIGHUNDO.EXE    Used to remove TSR's (and the associated mark) that
  47.         have been marked with HIGHMARK.
  48.  
  49. HIGHMEM.EXE    Displays a map of high memory usage.
  50.  
  51. COLS.40,80    Text files to be used to verify that ANSI.SYS has been
  52.         installed and is operating properly.
  53.  
  54.  
  55. --------------------- End of file README.1ST ---------------------
  56.