MULTI16M -------- MULTI16M is a TSR that allows multiple DOS/16M programs to run under a multitasker, like the DOS 5 dosshell. Start MULTI16M before starting the multitasker. When it TSRs, MULTI16M occupies only 256 bytes. It cannot be removed. This program leaves a resident handler for interrupt 15h so that later DOS/16M programs will have the same information about the extended memory configuration, even if they are run under a multitasker. They will also have a global control structure that allows them to share the extended memory heap. Since MULTI16M must have all the information about the extended memory environment to run, we make it start as a DOS/16M program. It simply preserves the information in a resident/global XBRK structure, with interrupt handlers that respond to later DOS/16M programs. If your customers may be using your DOS/16M program with a multitasker, please distribute MULTI16M and this readme as part of your release. $Revision: 1.1 $