From: fesenko AT po DOT pacific DOT net DOT sg (FVR) Newsgroups: comp.os.msdos.djgpp Subject: Re: Access to more memory Date: Thu, 23 Jan 1997 18:42:44 GMT Organization: A user of Pacific Internet Lines: 34 Message-ID: <5c6j1k$i4s@newton.pacific.net.sg> References: <199701220304 DOT NAA03544 AT solwarra DOT gbrmpa DOT gov DOT au> NNTP-Posting-Host: max79ppp81.pacific.net.sg To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp leathm AT solwarra DOT gbrmpa DOT gov DOT au (Leath Muller) wrote: >> How to I access more memory with my programs using djgpp compiler. >More memory as in virtual memory (supported) or more than the 128Mb >limit without virtual memory? >Leathal. Is there a limit of 128MB of RAM indeed? I thought that DJGPP ver. 2 overcomes this limit. This is a part of faq202.txt file: *A* : DJGPP is a port of GNU C/C++ compiler and development tools to 32-bit, protected-mode environment on Intel 32-bit CPUs running MS-DOS and compatible operating systems, by DJ Delorie and friends. Starting from v2.0, DJGPP programs do not need a separate extender program, only a DPMI server to run; DJGPP includes a free 32-bit DPMI server which allows for a 32-bit, 4 GByte flat address space and up to 256 MBytes of virtual memory, a compiler which produces 32-bit protected-mode code, and a suite of GNU development tools ported to MS-DOS. Please, correct me if I'm wrong. Victor Fesenko fesenko AT pacific DOT net DOT sg