home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pdp11 / k11rsx.com < prev    next >
Text File  |  2020-01-01  |  1KB  |  57 lines

  1. $ set noon
  2. $
  3. $! K11RSX.COM
  4. $!
  5. $! 27-Jan-86  09:56:03  Modified K11RSX.CMD to build FULL RSX Kermit-11
  6. $! under RSTS/E v9.x
  7. $!
  8. $! Note: It is far better to use K11POS.TSK if you don't need DAP support
  9. $! and you are running M+ or Micro-RSX
  10. $!
  11. $! Assume: LB: translation does NOT include the UIC [1,1]
  12. $
  13. $ if f$parse("LB:",,"PPN") .eqs. "[1,1]" then goto abort
  14. $
  15. $ cop/rep lb:[1,200]rmslib.p30 lb:[1,1]rmslib.olb
  16. $ cop/rep lb:[1,200]syslib.p30 lb:[1,1]syslib.olb
  17. $ cop/rep lb:[1,200]rmsdap.p30 lb:[1,1]rmsdap.olb
  18. $ cop/rep [1,11]k11rsx.odl sy:[1,8]
  19. $ cop/rep [1,11]k11dap.m41 sy:[1,8]
  20. $ ass [1,1] lb
  21. $ ass dv0: ov
  22. $ xtkb
  23. k11rsx/pr:0/cp/mm,k11rsx/-wi/-sp=k11rsx/mp
  24. units=9
  25. asg=sy:6:7:8:9
  26. gbldef=tc.pth:146
  27. gbldef=t.v131:30
  28. gbldef=t.v132:31
  29. gbldef=t.v2xx:35
  30. gbldef=t.bmp1:35
  31. gbldef=lncnt$:3
  32. gbldef=tiunit:0
  33. gbldef=dapsup:1
  34. gbldef=$hbufs:2
  35. ;
  36. ;    to link with RMSRES, include 'reslib=lb:[1,1]rmsres/ro'
  37. ;    and edit the file K11RSX.ODL as indicated in the odl.
  38. ;
  39. ;;reslib = lb:[1,1]rmsres/ro
  40. ;
  41. task=...ker
  42. gbldef=maxsiz:300
  43. gbldef=tiunit:0
  44. gbldef=.priv:240
  45.  
  46. ; since we use our own stack area we really don't need much
  47. ; at task build time
  48.  
  49. stack=64
  50.  
  51. //
  52. $ cop/rep lb:[1,200]rmslib.olb lb:[1,1]
  53. $ cop/rep lb:[1,200]syslib.olb lb:[1,1]
  54. $ cop/rep lb:[1,200]rmsdap.olb lb:[1,1]
  55. $abort:
  56. $ exit
  57.