view 3rdparty/fmgrs/msf/msfdesc.asm @ 3109:118cd9951d24

Small fixups in level 3 boot script And add it and the boot list to the coco3 build.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 28 Feb 2016 22:48:32 +0100 (2016-02-28)
parents a7c66ffbec7c
children
line wrap: on
line source
         IFP1            
Level    set   2         
         use   defsfile   
         ENDC            

**************************************************************
* Device Descriptors for MSDos drives
*

         mod   lenB,namB,DEVIC+OBJCT,REENT+1,mgrB,dvrB

         fcb   $ff        all modes
         fcb   7          extended port address
         fdb   $ff40      port address
         fcb   optB-*-1   option table size
         fcb   DT.RBF     this is a RBF device
         fcb   DNum       this is drive dnum to the controller
         fcb   3          step rate
         fcb   %01000000+MSDOS. non standard type
         fcb   density   
         fdb   tracks    
         fcb   sides     
         fcb   1          verify
optB     equ   *         

         IFEQ  density&%100 ..not hi density
namB     fcb   dnam,'0+DNum+$80 device name
         ELSE            
namB     fcb   dnam,'H,'0+DNum+$80 add H to device name
         ENDC            

mgrB     fcs   /MSF/     
dvrB     fcs   /SDISK3/  

         emod            
lenB     equ   *         
         end