Notes on bugs
-------------

1. It seems LABEL does not work with drives over 2GB.  Why this is, I have
   no idea.  It works on my floppy drives, but not my hard drive, which is 13GB.

**FIXED...BER
2. When doing a LABEL on my C drive and messing around with the code, this
   happens:

     - When I comment out lines 141 through 146, I get an error message that
       says, "Unknown media type".

     - When I leave them in, I get an error message that says,
       "Drive not ready"

       Needless to say, this leaves me befuddled.

**Seems ok...BER
3. As a test, I found out in LABEL 1.2, drive was returning garbage characters
   instead of drive numbers.  Fixed that -- I hope.

**FIXED...BER
4. It seems all bugs are from line 0 - 161.  Except for the bug that truncates
   the 11 characters the user enters for the label to 10.  Still have no idea
   where that one's hiding.
