Mail Archives: djgpp/2001/02/13/02:46:45
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.
- Raw text -