The information in this article applies to:
SUMMARYIn Windows version 3.1, the SYSTEM.INI file [NonWindowsApp] switch, LocalTSRs=, provides for a unique copy of terminate-and- stay-resident (TSR) programs (already loaded before Windows is started) in each virtual machine (VM) under the 386 enhanced mode of Windows. MORE INFORMATION
Many non-Windows-aware TSR programs that are loaded prior to starting
Windows have problems when they are called in different VMs. For
instance, many MS-DOS line-editor TSRs (such as DOSEDIT) assume that
there is only one keyboard buffer rather than an independent buffer
for each VM. When these types of programs are called in different VMs
they can cause problems. They may reference a location in memory that
does not exist in a VM or they may return data that is valid in one VM
but not in the VM for which the call was made. To correct this, 386
enhanced mode will makes a unique copy of the code and data associated
with the TSR, assuring that the assumptions made by the TSR of only
one environment are valid in others since there is a unique TSR for
each environment.
Additional query words: 3.10 3.1 VxD winfest
Keywords : |
Last Reviewed: October 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |