home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / prg / c / freedos3 / help / relnotes.103 < prev    next >
Text File  |  1994-12-15  |  2KB  |  68 lines

  1. Release Notes for DOS/NT version 1.03
  2. December 15, 1994
  3.  
  4. Differences between release 1.03 and 1.02:
  5. -----------------------------------------
  6. 1. Boot now knows about 1.2MB and 1.44MB drives.
  7.  
  8. 2. sys.exe error handler improved.  Now 5 retries are attempted on any disk 
  9. operation before it exits.
  10.  
  11. 3. Kernel and ipl.sys exe loader bug fixed.  Kernel appears more stable as a 
  12. result.
  13.  
  14. 4. "Production" code is now being distributed.  Symbol tables no longer in 
  15. all exe files and remote debugger support no longer in kernel.
  16.  
  17. Differences between release 1.02 and 1.0:
  18. -----------------------------------------
  19. 1. Partitions >32 MB are now supported with this release.
  20.  
  21. 2. Undocumented get/set switchar is now supported.
  22.  
  23. 3. A new utility, sys.exe, is now supplied to create bootable floppies.
  24.  
  25.  
  26. The following differences exist between DOS/NT kernel and MS-DOS:
  27.  
  28. 1. The following interrupts are supported:
  29.     20h
  30.     21h
  31.     22h
  32.     23h
  33.     24h
  34.     27h
  35.     28h
  36.     2fh
  37.  
  38. 2. Interrupts 28h and 2fh are stubs in this version.
  39.  
  40. 3. A separate list, int21.txt, is provided to document the supported DOS int 
  41.    21h functions.
  42.  
  43. 4. Directory updates do not occur until the final open handle to a file is 
  44.    closed.
  45.  
  46. 5. Seeks past eof on files with write permission do not extend the file.
  47.  
  48. 6. Reading of config.sys is disabled for this release.
  49.  
  50. 7. Invalid function calls cause a register dump.
  51.  
  52. 7. There are no drivers for aux and lpt devices in this release.
  53.  
  54. 8. Command line editing does not support insert and delete.
  55.  
  56. 10. Error Handling is done entirely within the kernel.
  57.  
  58.  
  59. The following differences exist between DOS/NT command.com and MS-DOS:
  60.  
  61. 1. The command cls is not supported.
  62.  
  63. 2. Pipes are not supported.
  64.  
  65. 3. The dir command does not support the sort option.
  66.  
  67. 4. The copy command does not support append and device drivers.
  68.