Date: Sun, 16 Aug 1998 12:22:45 +0300 (IDT) From: Eli Zaretskii To: Johan Henriksson cc: DJGPP mailinglist Subject: Re: 64K memory In-Reply-To: <199808151044.MAA16377@d1o22.telia.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 15 Aug 1998, Johan Henriksson wrote: > I've heard that under realmode, the maximum amount of memory for a mitrice > is 64K. Not true. The maximum amount of memory real mode can access is 1MB. > Is it the same for protected > mode? If I recall right, doesn't protected mode have bigger segments? No, in protected mode the maximum amount of memory is theoretically limited by 4GB. In practice, it depends on the environment in which you run and is typically much lower than the theory. The DJGPP FAQ list covers the details in chapter 15.