Date: Tue, 13 Feb 2001 09:43:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: 18-sector limit with biosdisk() In-Reply-To: <3a8896fa$0$96557$272ea4a1@news.execpc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Tue, 13 Feb 2001, Chris Giese wrote: > >> If there is some doubt then it would be worth to do a simple test > >> before any serious development work on libc. > > Are there any popular DJGPP programs that make heavy use of > biosdisk()? You could start with the ported `df' (from GNU Fileutils). It calls library function `getmntent' which calls `biosdisk' internally. > Otherwise, I could write a small test program to check if the BIOS > really does limit reads to 18 sectors. That might also be a good idea.