view level2/modules/md.asm @ 733:26d34f1c5aeb

Added with new rammer
author boisy
date Sun, 05 Jan 2003 22:49:28 +0000
parents
children d13864ef3317
line wrap: on
line source

********************************************************************
* MD - RAMMER Memory Device Descriptor
*
* $Id$
*
* Ed.    Comments                                       Who YY/MM/DD
* ------------------------------------------------------------------
*        NitrOS-9 2.00 distribution                         ??/??/??

         nam   MD
         ttl   RAMMER Memory Device Descriptor

         ifp1  
         use   defsfile
         endc  

tylg     set   Devic+Objct
atrv     set   ReEnt+rev
rev      set   $01

         mod   eom,name,tylg,atrv,mgrnam,drvnam

         fcb   DIR.+SHARE.+PREAD.+PWRIT.+PEXEC.+READ.+WRITE.+EXEC. mode byte
         fcb   HW.Page    extended controller address
         fdb   $FFE0      physical controller address
         fcb   initsize-*-1 initilization table size
         fcb   DT.RBF     device type:0=scf,1=rbf,2=pipe,3=scf
initsize equ   *

name     fcs   /MD/
mgrnam   fcs   /RBF/
drvnam   fcs   /Rammer/

         emod  
eom      equ   *
         end