Хорошо. А теперь - еще несколько вопросов. Насколько я вижу из первого сообщения, ты работаешь под чистым DOS-ом? Используешь Турбо-Паскаль, скорее всего "семерку", да? Какой именно файл запускаешь, TURBO.EXE или TPX.EXE?
И еще:
Цитата
By default, the IDE uses all the extended memory reserved by the DPMI kernel.
и
Цитата
By default, the Turbo Pascal DPMI interface allocates all available extended and expanded memory for its own use. If you don't want all of the available memory to be taken by the DPMI kernel, you can set an environment variable to specify the maximum amount of memory to use. This variable can be entered directly at the DOS prompt or inserted as a line in your AUTOEXEC.BAT file, using this syntax:
SET DPMIMEM=MAXMEM nnnn
where nnnn is the amount of memory in kilobytes.
For example, if you have a system with 4MB and want the DPMI kernel to use 2MB of it, leaving the other 2MB alone, the DPMIMEM variable would be set as follows:
SET DPMIMEM=MAXMEM 2000
Обе цитаты - из "Turbo Pascal 7.0 User's Guide" от Борланда.