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

  1. $ set noon
  2. $
  3. $! K11SML.COM  30-Dec-86  13:14:02
  4. $!
  5. $!  This creates a RSX11 Kermit without DAP and with a smaller RMS
  6. $! overlay,  in response to users with 18bit RSX systems.  This is
  7. $! 24KW rather than 28KW as K11RSX.TSK is (not much, but it helps)
  8. $!
  9. $! There will be one undefined symbol  $BFMT2   which is not a problem.
  10. $!
  11. $!
  12. $! 27-Jan-86  09:56:03  Modified K11RSX.CMD to build FULL RSX Kermit-11
  13. $! under RSTS/E v9.x
  14. $!
  15. $! 30-Dec-86  10:10:34  Created from k11rsx to make smaller tasks for 18
  16. $! bit systems
  17. $!
  18. $!
  19. $! Assume: LB: translation does NOT include the UIC [1,1]
  20. $
  21. $ if f$parse("LB:",,"PPN") .eqs. "[1,1]" then goto abort
  22. $
  23. $ cop/rep lb:[1,200]rmslib.p30 lb:[1,1]rmslib.olb
  24. $ cop/rep lb:[1,200]syslib.p30 lb:[1,1]syslib.olb
  25. $ cop/rep [1,11]k11sml.odl sy:[1,8]
  26. $ ass [1,1] lb
  27. $ ass dv0: ov
  28. $ xtkb
  29. k11sml/pr:0/cp/mm,k11sml/-wi/-sp=k11sml/mp
  30. units=9
  31. asg=sy:6:7:8:9
  32. gbldef=lncnt$:3
  33. gbldef=maxsiz:300
  34. gbldef=tc.pth:146
  35. gbldef=t.v131:30
  36. gbldef=t.v132:31
  37. gbldef=t.v2xx:35
  38. gbldef=t.bmp1:35
  39. gbldef=tiunit:0
  40. gbldef=dapsup:0
  41. gbldef=$hbufs:2
  42. ;
  43. ;    to link with RMSRES, include 'reslib=lb:[1,1]rmsres/ro'
  44. ;    and edit the file K11RSX.ODL as indicated in the odl.
  45. ;
  46. ;;reslib = lb:[1,1]rmsres/ro
  47. ;
  48. task=...ker
  49. gbldef=tiunit:0
  50. gbldef=.priv:240
  51.  
  52. ; since we use our own stack area we really don't need much
  53. ; at task build time
  54.  
  55. stack=64
  56.  
  57. //
  58. $ cop/rep lb:[1,200]rmslib.olb lb:[1,1]
  59. $ cop/rep lb:[1,200]syslib.olb lb:[1,1]
  60. $abort:
  61. $ exit
  62.