delorie.com/archives/browse.cgi | search |
From: | "VAMPYR" <vampyr AT ms1 DOT accmail DOT com DOT tw> |
To: | <djgpp AT delorie DOT com> |
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 |
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?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |