Date: Tue, 14 Jan 1997 13:31:40 +0200 (IST) From: Eli Zaretskii To: Bryan |stergaard cc: djgpp AT delorie DOT com Subject: Re: DJGPP <->Linux-GCC - question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 13 Jan 1997, Bryan |stergaard wrote: > Nope, this isn't it. Under Linux, as any UNIX I know of, physical memory > aren't malloc'ed the same way DOS does. For example you should be able > to alloc 100 megs, allthough you only got 8 mb memory. (physical + swap) > The actual memory is only mapped in if you use it. That is exactly what CWSDPMI does on MSDOS. You can see the big difference between malloc and calloc when you allocate more memory than is physically available.