Date: Wed, 8 Jan 1997 08:58:21 +0200 (IST) From: Eli Zaretskii To: Filip Aben <9511482 AT luc DOT ac DOT be> cc: djgpp AT delorie DOT com Subject: Re: memory matters In-Reply-To: <3.0.32.19970107201525.0069f258@alpha.luc.ac.be> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 7 Jan 1997, Filip Aben wrote: > what i was doing as to allocating and accessing memory (segments, mem > models and stuff), but in PM i haven't got a clue how it works... > (selectors,gdt and stuff) A pointer to the DPMI spec is in the DJGPP FAQ list (v2/faq202b.zip from the same place you get DJGPP). Note, however, that for most practical purposes, you can ignore the inner workings of DPMI memory allocation, and write programs as if all the memory installed on your machine was just that: memory. No segmentation, no far pointers, etc.