changeset 733:26d34f1c5aeb

Added with new rammer
author boisy
date Sun, 05 Jan 2003 22:49:28 +0000
parents 339845ea3507
children 1cf59b6e12df
files level2/modules/md.asm
diffstat 1 files changed, 36 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level2/modules/md.asm	Sun Jan 05 22:49:28 2003 +0000
@@ -0,0 +1,36 @@
+********************************************************************
+* 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