home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / disk / metads24 / config.sys < prev    next >
Text File  |  1994-02-10  |  1KB  |  33 lines

  1. ;
  2. ; Config.sys    An ascii file that describes the system configuration.
  3. ;
  4.  
  5. ; Physical Basic operating system format
  6. ;*BOS, [Physical Bos driver][Arguments], [Physical id]:[DMA channel], ... 
  7. ;    Device #    meaning
  8. ;    0 - 7        ACSI device 0 - 7
  9. ;    8 - 15        SCSI device 0 - 7
  10. ;
  11. ;The next line installs CDARGEN.BOS for SCSI device 6 (14 = 8 + 6).
  12. *BOS, C:\AUTO\CDARGEN.BOS, Y:14
  13.  
  14. ; Logical DOS format.
  15. ;*DOS  [Logical DOS] [Arguments], [Logical id]:[physical id],...
  16. ;
  17. ;The High Sierra driver won't be needed in most cases
  18. ;*DOS, C:\AUTO\HSMAY86.DOS, Q:Y
  19. ;
  20. ;The next line installs ISO9660F.DOS for MetaDOS drive letter Y
  21. ;(which has been assigned to SCSI 6 above) as GEMDOS drive R:. Note
  22. ;that a lot of applications can't access drive letters beyond P:, so
  23. ;you might have to change the drive letter.
  24. *DOS, C:\AUTO\ISO9660F.DOS, R:Y
  25. ;
  26. ; You can use statements as below to launch other applications.
  27. ;
  28. ;c:\auto\boot\ram512.prg    ; Load in 512 byte ramdisk.
  29. ;c:\auto\boot\gdos.prg        ; Load in gdos.
  30. ;c:\auto\boot\diab630.prg    ; Load in diablo 630 emulator.
  31. ;c:\auto\boot\sdump.prg        ; Load in Screen dump to laser.
  32.  
  33.