From: "Alex Oleynikov" To: Subject: RE: problem on a small pc card Date: Wed, 29 Nov 2000 08:44:02 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3a24c0c5.564391@news.wanadoo.fr> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk >I try to make some programs for a small pc card (386SX , 4 MB Ram, 4 >MB diskOnChip), but all my programs made with djgpp just don't work >and make a reset of the system when I launch them..... programs made >with Borland c++ works... I had the same very problem (PC/104 card 386SX-40 CPU with 4MB RAM & DiskOnChip). I think, that it is because my app is too big to fit into the main memory (it requires about 4-5 MB according to RHIDE), since when I switched to a nicer card (Cyrix-266, 32MB RAM) everything began to work fine.