Date: Sun, 28 Apr 1996 14:56:18 -0400 (EDT) From: Justin Ward To: djgpp AT delorie DOT com Subject: giving back dpmi memory?? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I have a program compiled with djgpp 2.0. It needs to spawn other programs, some of which are real mode programs which depend on finding free XMS/EMS. Now the real-mode part is no problem at all. But how do I free up all the unused dpmi memory so that other programs can find free xms? Justin