Mail Archives: djgpp/1996/10/23/04:21:55
On Mon, 21 Oct 1996, Simon Oke wrote:
> c:\>a:
> Drive not ready--close door
> R(etry), I(gnore), F(ail), or A(bort)? f
> Invalid drive "A:"
>
> So, the hard disk is C:, the (non-existent) floppy is A:.
> DOS still has the support loaded for it, even though the
> drive is not there. Like I said, it still boots fine.
Well, that's exactly what I meant. This thread was started by somebody
who wanted to know about all the drives DOS knows about, even if they
aren't ready (or otherwise cannot be accessed), like when the floppy drive
is empty. To that I replied, that if there is C:, then DOS always thinks
that A: and B: are there, because it allocates the block devices in a
linear consecutive array of structures. So if there is C:, you don't need
to do anything to check if A: and B: are known to DOS; they always are.
Your case just confirms what I thought.
- Raw text -