home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / 2.9-derivatives / 2.9-pro350 / mdec / make.sh next >
Encoding:
Text File  |  1985-02-28  |  527 b   |  26 lines

  1. as produm.s
  2. strip a.out
  3. dd if=a.out of=produm bs=16 skip=1
  4. as microdum.s
  5. strip a.out
  6. dd if=a.out of=microdum bs=16 skip=1
  7. as r5uboot.s
  8. strip a.out
  9. dd if=a.out of=t0 bs=16 skip=1
  10. cat produm t0>t1
  11. dd if=t1 of=r5uboot conv=sync
  12. as rduboot.s
  13. strip a.out
  14. dd if=a.out of=t0 bs=16 skip=1
  15. cat produm t0>t1
  16. dd if=t1 of=rduboot conv=sync
  17. ln rduboot x
  18. cat x x x x x x x x x x x x x x x x x>rdboot
  19. rm x
  20. as rauboot.s
  21. strip a.out
  22. dd if=a.out of=t0 bs=16 skip=1
  23. cat microdum t0>t1
  24. dd if=t1 of=rauboot conv=sync
  25. rm produm microdum a.out t0 t1
  26.