;Drive Ogranization Definitions ; ; Make sure that the floppy flag is set to false for generating a loader ; for the hard disk. 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 command invocation. ; floppy equ False ;Hard_Disk/Floppy_Disk System drives equ 5 ;number of drives you wish to define if floppy cvdsk equ 0 ;first floppy is current virtual, a: define a,dsdd define b,cm11 define c,dsdd define d,dsdd define e,dsdd else cvdsk equ 1 ;first floppy is current virtual, b: define a,cm11 define b,dsdd define c,dsdd define d,dsdd define e,dsdd endif