home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / Other / Coherent / base / disk1.4.10.dd / etc / default / msdos < prev   
Encoding:
Text File  |  1994-05-23  |  1.1 KB  |  58 lines

  1. # /etc/default/msdos
  2. # Mon May 23 16:50:54 1994 CDT
  3.  
  4. # Template file Mon May  2 08:26:08 1994 CDT
  5.  
  6. # This is the configuration file for the dos family of programs
  7. #
  8. # Blank lines and lines the begin with a # are ignored
  9. #
  10. # Lines that begin with a '.' are ASCII suffix indicators. Files that have 
  11. # one of these extentions are treated as ASCII files (CRLF-LF conversion is
  12. # performed) unless the binary flag is specified.
  13. .1st
  14. .asm
  15. .b
  16. .bas
  17. .bat
  18. .c
  19. .cpp
  20. .doc
  21. .h
  22. .hpp
  23. .inc
  24. .l
  25. .m
  26. .me
  27. .p
  28. .ps
  29. .r
  30. .r
  31. .s
  32. .sh
  33. .shar
  34. .txt
  35. .y
  36.  
  37. # Lines of the form str=str are device translators. For example, if you have
  38. # line 'c=/dev/at0a', the dos* programs would translate c: into /dev/at0a.
  39.  
  40. # This is for a system with a 5.25 inch A drive and a 3.5 inch B drive 
  41. #a=/dev/fha0
  42. #a9=/dev/f9a0
  43. #b=/dev/fva1
  44. #b9=/dev/fqa1
  45.  
  46. # This is for a system with a 3.5 inch A drive and a 5.25 inch B drive 
  47. a=/dev/fva0
  48. a9=/dev/fqa0
  49. b=/dev/fha1
  50. b9=/dev/f9a1
  51.  
  52. # Uncomment/modify the lines that correspond to MS-DOS partitions on your
  53. # hard disk.  See the "dos*" Lexicon articles for further details.
  54. #c=/dev/at0a
  55. #d=/dev/at0b
  56. #e=/dev/at0c
  57. #f=/dev/at0d
  58.