Ich hab da mal was gefunden, ich versteh den ersten Teil nicht so recht, aber Ama hat wohl recht
,:
; Config.sys An ascii file that describes the system configuration.
;
; Physical Basic operating system format
;*BOS, [Physical Bos driver][Arguments], [Physical id]:[DMA channel], ...
; Device # meaning
; 0 - 7 ACSI device 0 - 7
; 8 - 15 SCSI device 0 - 7
; 16 - 17 IDE device 0 or 1
;
;The next line installs CDARGEN.BOS for SCSI device 6 (14 = 8 + 6).
;*BOS, C:\AUTO\CDARGEN.BOS, Y:14
; Logical DOS format.
;*DOS [Logical DOS] [Arguments], [Logical id]:[physical id],...
;
;The High Sierra driver won't be needed in most cases
;C:\AUTO\HSMAY86.DOS, Q:Y
;
;The next line installs ISO9660F.DOS for MetaDOS drive letter Y
;(which has been assigned to SCSI 6 above) as GEMDOS drive R:. Note
;that a lot of applications can't access drive letters beyond P:, so
;you might have to change the drive letter.
;C:\AUTO\ISO9660F.DOS, R:Y
;
; You can use statements as below to launch other applications.