Date : Fri, 26 Nov 1982 12:35:00-CST
From : mknox@Utexas-11
Subject: CP/M 3.0 larger TPA
Actually, there are some good cases for a larger TPA. Microsoft (and probably
others) seem not to have heard of a virtual memory loader. The L80 program
requires that it be able to fit both the loader AND the program in memory
at the same time. Couple that to the fact that the loader keeps growing with
each version, and that BLANK COMMON takes up room even during load.
What you have left is programs that you have to squeeze over and over to make
load, but which have lots of memory left free when they are executed.
Conclusion: My system needs more memory (at present) than the person who
runs a .COM file.