Loading a Special TSR
Special TSR's may be loaded in three ways:
- Automatically loaded at system manager initialization. A file having an extension of ".TSR" located in either the default path or C:\_DAT will automatically be loaded into static RAM.
- Invoked through a system manager m_load_handler call by a compliant app. The compliant app passes the file specification of the Special TSR to the system manger. System manager loads and initializes it.
- Explicitly loaded by a system manager compliant app. A compliant app first reserves memory through a m_get_static_block call. The compliant app then must copy code into the reserved static area and perform all necessary initializations.