# HG changeset patch # User boisy # Date 1041806968 0 # Node ID 26d34f1c5aebb7cca0ec1e8af551723973806005 # Parent 339845ea35077ad49e39a39f0ab15373dad24153 Added with new rammer diff -r 339845ea3507 -r 26d34f1c5aeb level2/modules/md.asm --- /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