home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / EGON2_3.LZH / EGON_2_3 / METADOS / CONFIG.SYS next >
Text File  |  1994-12-30  |  1KB  |  34 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. ;   16 - 17     IDE device 0 or 1
  11. ;
  12. ;The next line installs CDARGEN.BOS for SCSI device 6 (14 = 8 + 6).
  13. *BOS, C:\AUTO\CDARGEN.BOS, Y:14
  14.  
  15. ; Logical DOS format.
  16. ;*DOS  [Logical DOS] [Arguments], [Logical id]:[physical id],...
  17. ;
  18. ;The High Sierra driver won't be needed in most cases
  19. ;*DOS, C:\AUTO\HSMAY86.DOS, Q:Y
  20. ;
  21. ;The next line installs ISO9660F.DOS for MetaDOS drive letter Y
  22. ;(which has been assigned to SCSI 6 above) as GEMDOS drive R:. Note
  23. ;that a lot of applications can't access drive letters beyond P:, so
  24. ;you might have to change the drive letter.
  25. *DOS, C:\AUTO\ISO9660F.DOS, R:Y
  26. ;
  27. ; You can use statements as below to launch other applications.
  28. ;
  29. ;c:\auto\boot\ram512.prg    ; Load in 512 byte ramdisk.
  30. ;c:\auto\boot\gdos.prg        ; Load in gdos.
  31. ;c:\auto\boot\diab630.prg    ; Load in diablo 630 emulator.
  32. ;c:\auto\boot\sdump.prg        ; Load in Screen dump to laser.
  33.  
  34.