home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pdp11 / k11dap.m41 < prev    next >
Text File  |  2020-01-01  |  2KB  |  47 lines

  1. ;+
  2. ; DAP11X.ODL  -  Medium size RMS-11 ODL for RSX Systems (about ?? KB)
  3. ;         Supports Synchronous Sequential file organization only
  4. ;         Includes remote access (DAP) support
  5. ;
  6. ; RMS-11 V2.0
  7. ;
  8. ; Created by:
  9. ;    Bob Denny
  10. ;    Alisa Systems, Inc.
  11. ;    29-Feb-84
  12. ;
  13. ;    For Kermit-11 with DAP support.  Yes, I know that the trees are
  14. ;    poorly balanced, and that Relative file support probably would
  15. ;    get a free ride, virtual address space-wise.  I wanted to
  16. ;    minimize task image disk space too.
  17. ;
  18. ;
  19. ;-
  20.     .NAME    RMS11
  21. ;
  22. ; Root stuff
  23. ;
  24. RMSROT:    .FCTR    LB:[1,1]RMSLIB/LB:RMSSYM:R0EXSY:R0IMPA-RMDPRT
  25. RMDPRT:    .FCTR    LB:[1,1]RMSDAP/LB:R0AUOO
  26. ;
  27. ; In-task co-tree
  28. ;
  29. RMSALL:    .FCTR    RMS11-*(RMSRT1-RMSRT0,RMSDP1-RMSDP0)
  30. ;
  31. RMSDP1:    .FCTR    LB:[1,1]RMSDAP/LB:R0DAPC:R0RDES
  32. RMSRT1:    .FCTR    LB:[1,1]RMSLIB/LB:R0MAPC:R0RSES:R0WTBS
  33. ;
  34. RMSDP0:    .FCTR    LB:[1,1]RMSDAP/LB:B16PG2:B16SAV:B16CH5:R0CNVT:R0NFRT-(RMDLOC,RMDREM)
  35. RMDLOC:    .FCTR    LB:[1,1]RMSDAP/LB:R0NFLR
  36. RMDREM:    .FCTR    LB:[1,1]RMSDAP/LB:B16PG4:R0NFRL
  37. RMSRT0:    .FCTR    RMSIO-(RMDIR-RM23DP,RMSMIS,RMSCD-RMSEQ,RMEEXT)
  38. RMSIO:    .FCTR    LB:[1,1]RMSLIB/LB:R0CACH:R0CKSM:R0MDAT:R0RLCH:R0RWBF:R0UNLK
  39. RMDIR:    .FCTR    LB:[1,1]RMSLIB/LB:R0CRFL:R0ERFL:R0OPFL:R0RWBI:R0RXAC:R0RXDI:R1CRCK:R1OPFL
  40. RM23DP:    .FCTR    LB:[1,1]RMSLIB/LB:R0DPYC
  41. RMEEXT:    .FCTR    LB:[1,1]RMSLIB/LB:R0EXT0:R0CRXI:R2BFMT
  42. RMSMIS:    .FCTR    LB:[1,1]RMSLIB/LB:R0MKWA:R0PRFN:R0XPFN:R0CLCM:R1CLOS-RMMIS
  43. RMMIS:    .FCTR    LB:[1,1]RMSLIB/LB:R0FREE:R0MAGT:R0RWIN:R0WATR:R1NXBK:R1RLBK:R1TRUN
  44. RMSCD:    .FCTR    LB:[1,1]RMSLIB/LB:R0ALBS:R0CCLN:R1CONP:R1DISC
  45. RMSEQ:    .FCTR    LB:[1,1]RMSLIB/LB:R0ACBB:R1CKEF:R1NXBK:R1RLBK:R1GBLD:R1GET:R1GSET-RMSEQ1
  46. RMSEQ1:    .FCTR    LB:[1,1]RMSLIB/LB:R1PBLD:R1PSET:R1PUNR:R1PUT:R1DELE:R1UBLD:R1UPDA
  47.