Date: Sun, 14 Nov 1999 09:24:08 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Surahyo cc: djgpp AT delorie DOT com Subject: Re: Need help In-Reply-To: <4.1.19991111094711.00a56300@mail.student.unimelb.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 11 Nov 1999, Surahyo wrote: > I have compiled on Pentium machine under DOS/PROMPT > from Windows NT. I tried to run the compiled program on the 586 > DX4-133 MHz and it worked. > When I tried on 386SX-40 MHz, 4 MB SIMM RAM, 16 MB Flash > Disk Module, command.com from Win 98 (ver. 4.10.1998), no > autoexec.bat and config.sys, I got the following message: > > Invalid TSS at eip=216; flags=3202 Do DJGPP programs that come with djdev202.zip work on that 386SX, or do they also blow up with a message like this? For example, try running go32-v2.exe with no arguments, and tell us what that produces. > What is the minimum configuration to install DJGPP on the > 386SX-40MHz with only 16 MB Flash Disk Module? In general, follow the advice of section 3.9 in the FAQ. > In the other words, what version of DJGPP is the most suitable > for our system. > Smaller is better.... There's no notion of ``size'' in DJGPP, since the only parts that are in memory are your program and CWSDPMI, and those don't depend much on the DJGPP version. As for the small disk size, you don't need anything on that disk except your program, CWSDPMI, and possibly some swap space. The size of these, again, do not depend on the DJGPP version. Bottom line: use the latest DJGPP version.