├── Emacs.png ├── README.md ├── em162.label ├── em162.tap ├── emacs-install.txt └── emacs.tap /Emacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDP-10/emacs/48a4fe4f9f70d324b2c2e588f7cec8a8f739117a/Emacs.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![Emacs](Emacs.png) 2 | -------------------------------------------------------------------------------- /em162.label: -------------------------------------------------------------------------------- 1 | EM162 (=EMACS1) archive 2 | Emacs v.162 3 | 4 | < sources> 5 | < miscellaneous> 6 | -------------------------------------------------------------------------------- /em162.tap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDP-10/emacs/48a4fe4f9f70d324b2c2e588f7cec8a8f739117a/em162.tap -------------------------------------------------------------------------------- /emacs-install.txt: -------------------------------------------------------------------------------- 1 | * Mount the tape image. 2 | 3 | * Prepare disk space. 4 | 5 | @enable 6 | $build 7 | $$perm 5000 8 | $$work 5000 9 | $$ 10 | $build 11 | $$perm 5000 12 | $$work 5000 13 | $$ 14 | $ 15 | 16 | * Restore and . 17 | 18 | $dumper 19 | DUMPER>tape mta0: 20 | DUMPER>restore toed:*.*.* ps:*.*.* 21 | DUMPER>restore toed:*.*.* ps:*.*.* 22 | DUMPER>exit 23 | 24 | * Install MIDAS.EXE and IDDT.EXE where the system can find them. 25 | 26 | * Rebuild EMACS.EXE. 27 | 28 | $define emacs: ps: 29 | $define info: ps: 30 | $define sys: emacs:,sys: 31 | $connect emacs: 32 | $midas 33 | *temp_teco 34 | [...] 35 | $iddt 36 | ;ytemp 37 | purify$g 38 | mmrun$purify$dump$nemacs.exe$ 39 | mmrun$einit$? document$ 40 | ^Z 41 | $delete temp.exe 42 | 43 | * Rebuild INFO.EXE. 44 | 45 | $teco 46 | er info:info.init$@y m(hfx*)$ 47 | ^Z 48 | -------------------------------------------------------------------------------- /emacs.tap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PDP-10/emacs/48a4fe4f9f70d324b2c2e588f7cec8a8f739117a/emacs.tap --------------------------------------------------------------------------------