Mail Archives: djgpp-workers/1997/10/20/09:01:39
On Mon, 20 Oct 1997, Bill Currie wrote:
> Actually, I think I found a better method: use int 21 ax=7305
> cx=ffff and if it's not supported (al=0,nc), fat32 is
> not supported and so the fat32 calls need not be made, otherwise it
> doesn't hurt.
We need to think about this in the context of libc functions. Suppose
some function needs to know whether to issue a FAT32-specific call or
not. If it will try to call 217305 every time, won't that make that
function prohibitively slow? If it will, we need a faster way.
What happens if you issue a FAT32 call on a FAT16 drive but under a
version of DOS/Windows that supports FAT32? Will that work or fail?
- Raw text -