| 
 Набор утилит для управления памятью в DOS,
в частности для управления резидентными программами.
В комплект входят 11 утилит и три дополнительных модуля:
EMS, XMS и IPX.  
The TSR Utilities are a collection of programs
useful for managing DOS memory, particularly for managing
memory-resident programs, also known as TSR's.
The most popular use of these utilities is for removing TSR's
from memory without rebooting the PC.
The TSR Utilities have grown to include 11 programs:
MARK, RELEASE, FMARK, MARKNET, RELNET, WATCH, DISABLE,
RAMFREE, MAPMEM, DEVICE, EATMEM.
Included also: EMS, XMS and IPX Units source code.  | 
   144k  | 
                        TSR Utilities Version 3.2
                             Kim Kokkonen
                          TurboPower Software
                               11/22/91
1. Introduction
---------------------------------------------------------------------
The TSR Utilities are a collection of programs useful for managing DOS
memory, particularly for managing memory-resident programs, also known
as TSR's. TSR stands for "Terminate and Stay Resident". The most
popular use of these utilities is for removing TSR's from memory
without rebooting the PC. There are many other uses, however,
especially if you are a software developer.
The TSR Utilities have grown to include 11 programs. Here's a quick
overview of each one:
  MARK     marks a position in memory above which TSR's can be
           released.
  RELEASE  removes TSR's from memory.
  FMARK    performs the same function as MARK but uses less memory.
  MARKNET  like MARK, but saves a more complete picture of system
           status.
  RELNET   removes TSR's marked with MARKNET.
  WATCH    a TSR itself, it keeps records of other TSR's.
  DISABLE  disables or reactivates TSR's, leaving them in memory.
  RAMFREE  shows how much 
  |