home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / Geneve / mdos / geneve_manual&mdos_docs / bugs.txt < prev    next >
Text File  |  2006-10-19  |  2KB  |  41 lines

  1. File: BUGS
  2. Date: 07/09/96
  3. Desc: Document known bugs for MDOS
  4. -----------------------------------------------------------------------------
  5.  
  6.        "CHKDSK /F"
  7.             May count the last sector of a disk as bad.  I've looked at the
  8.        routine have not found the reason for the 'bug'.  It does not affect
  9.        performance but may make you look twice!
  10.  
  11.        TREE
  12.             Tree does not show the FLOPPY subdirectories.  I tried to add code
  13.        to do this but at present there is less than 1K (1024 bytes) of memory
  14.        left in the entire command line area.  So until space is made I will
  15.        not try to fix the routine.
  16.  
  17.        "COPY *"
  18.             The copy command sometimes tries to copy a file, fails, then
  19.        somehow "forgets" to notify you of the error.  For the safest copying
  20.        it is advisable to use Clint Pulley's Directory Manager.
  21.  
  22.        HFDC FLOPPY FORMATTING
  23.             Under GPL and EXEC formatting floppies connected to the HFDC
  24.        will almost never work when the HFDC is at >1000 and a floppy controller
  25.        is in the system.
  26.  
  27. (More bugs reported by Jim Uzzel - have not had a chance to look into these)
  28.  
  29.        CALL DISTANCE and CALL COINC _XOP_ routines return incorrent values.
  30.  
  31.        CALL FILES() in Advanced BASIC reports an erroneous BYTE size when
  32.        programs larger than 32K are catalogged.  (VERIFIED 7/10/96, the catalog
  33.        routine in Adv.BASIC is displaying a signed 16-bit number, so the largest
  34.        displayable byte size is 32767.  This fix would have to be made to
  35.        Advanced BASIC, not MDOS).
  36.  
  37.        CALL KEY() in Advanced BASIC.  If Mode 4 is used then a switch is made t
  38.        to 0,1, or 2 some values values below 33 and above 126 are corrupted.
  39.        If you use mode 4 you must switch to 3 or 5 before using 0,1, or 2.
  40.  
  41.