;Subttl Drive Ogranization Definitions [Cmi 11 meg Floppy] (27_Jun_84) ; ; Copyright (c), 1983, 1984 ; Morrow Designs, Inc. ; 600 McCormick ; San Leandro, Ca. 94577 ; Floppy equ True ;True for Floppy system; False for Hard Disk Drives equ 5 ;number of drives you wish to define Auto equ True ;Auto Command Load from the Ims Buffer ; ; 1) Make sure that the floppy flag is set to FALSE for generating a ; loader for the hard disk. ; 2) If you're generating a loader for a floppy disk then floppy should ; be set to TRUE and you MUST have entered an F argument to the end ; of the Boot.Sub/Bios.Sub command invocations (eg Boot F) ; 3) The currently defined drives are: ; ; DSDD Floppy Disk 5.25 inch double sided double density 48 tpi drive ; ; ST06 Winchester Seagate, Model ST506 (5 meg) ; SA11 " Shugart Associates, Model SA712 (11 meg) ; SQ06 " SyQuest Technology, Model 306 (6 meg) ; CM11 " Computer Memories Inc., Model 5412, (11 meg) ; CM16 " Computer Memories Inc., Model 5619, (16 meg) ; CM34 " Computer Memories Inc., Model 6640, (34 meg) ; CD31 " Control Data Corporation, Model 9415-5 (31 meg) ; MS11 " Mini-Scribe, Model 3212 (11 meg) ; TU34 " Tulin Corporation, Model TL 240 (34 meg) ; ; Floppy Disk Definitions ;------------------------ ; if floppy cvdsk equ 0 ;first floppy is current virtual, a: define a,dsdd define b,CM11 ;Cmi 11 meg hard disk define c,dsdd define d,dsdd define e,dsdd else ; Hard Disk Definitions ;---------------------- ; cvdsk equ 1 ;first floppy is current virtual, b: define a,CM11 ;Cmi 11 meg hard disk define b,dsdd define c,dsdd define d,dsdd define e,dsdd endif page