1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-11 23:53:12 +00:00

Bill Gosper's MLIFE.

This commit is contained in:
Lars Brinkhoff 2018-02-28 20:58:46 +01:00
parent 1998766f04
commit 4114678f18
4 changed files with 1885 additions and 1 deletions

View File

@ -7,7 +7,7 @@ SRC = system syseng sysen1 sysen2 sysen3 sysnet kshack dragon channa \
midas _teco_ emacs emacs1 rms klh syshst sra mrc ksc eak gren \
bawden _mail_ l lisp libdoc comlap lspsrc nilcom rwk chprog rg \
inquir acount gz sys decsys ecc alan sail kcc kcc_sy c games archy dcp \
spcwar
spcwar rwg
DOC = info _info_ sysdoc sysnet syshst kshack _teco_ emacs emacs1 c kcc chprog
BIN = sys2 emacs _teco_ lisp liblsp alan inquir sail comlap c decsys moon

View File

@ -209,6 +209,7 @@ A list of [known ITS machines](doc/machines.md).
- MAILT, allows editing mail (from :MAIL) in EMACS.
- METER, displays system metering information.
- MLDEV, MLSLV, Allows access to remote systems as devices (e.g. DB:).
- MLIFE, Bill Gosper's Conway Life.
- MODEMS, modems gragon.
- MSPLIT, split a file into smaller parts.
- MTBOOT, make bootable tapes.

View File

@ -1059,6 +1059,22 @@ respond "designs" "\r"
respond "suns" "\r"
expect ":KILL"
# MLIFE
respond "*" ":midas /t games;ts mlife_rwg;mlife\r"
respond "with ^C" "APR==0\r"
respond "\n" "PI==4\r"
respond "\n" "DIS==130\r\003"
expect ":KILL"
respond "*" ":midas /t .;@ mlife_rwg;mlife\r"
respond "with ^C" "TS==0\r"
respond "\n" "APR==0\r"
respond "\n" "PI==4\r"
respond "\n" "PTP==100\r"
respond "\n" "PTR==104\r"
respond "\n" "TTY==120\r"
respond "\n" "DIS==130\r\003"
expect ":KILL"
# ten50
respond "*" ":midas sys3;ts ten50_mrc; ten50\r"
expect ":KILL"

1867
src/rwg/mlife.21 Normal file

File diff suppressed because it is too large Load Diff