X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Thomas Mueller" Newsgroups: comp.os.msdos.djgpp Subject: fcbs=40,0 in CONFIG.SYS ? Date: 7 Jan 2002 10:04:07 GMT Lines: 14 Message-ID: NNTP-Posting-Host: dial1-17.bluegrass.net (208.147.34.17) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 1010397847 26847992 208.147.34.17 (16 [49635]) X-Mailer: NOS-BOX 2.05 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I noticed in the Zip-picker linked from http://www.delorie.com/djgpp/ You need to update your C:\CONFIG.SYS to include the following lines (edit the first to suit your installation, and if these lines already exist, it's OK if they have larger numbers than these examples): shell=c:\dos\command.com c:\dos /e:2048 /p files=40 fcbs=40,0 Why should fcbs be set so high? Is it really necessary? FCBs are a long outdated means of file access in DOS, being superseded by file handles beginning with MS-DOS 2. Surely DJGPP, one of the more progressive DOS programs, would not use such an outdated means of file access?