Date: Tue, 3 Dec 1996 08:01:34 +0200 (IST) From: Eli Zaretskii To: Marcus Eger cc: djgpp AT delorie DOT com Subject: Re: AGAIN: How to allocate dynamicly memory below 1MB ? In-Reply-To: <32A31426.402F@physik.uni-marburg.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 2 Dec 1996, Marcus Eger wrote: > is there a way to allocate dynamicly memory under 1MB? Use the library functions `__dpmi_allocate_dos_memory' and `__dpmi_free_dos_memory'. They are documented in the libc.inf reference.