From: "VAMPYR" To: Subject: use memory more than 1MB Date: Thu, 22 Jan 1998 11:35:00 +0800 Message-ID: <01bd26e6$b95daea0$0100007f@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit Precedence: bulk How to make DJGPP use memory more than 1MB(or more)? This is my test file: =========================== void main() { char array[1024000]; } =========================== I compiled with "gcc test.c -o test.exe" , but it appears error! How should I do?