1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-26 08:53:29 +00:00

CCCONS - CONS console.

This is the code for the CONS Lisp machine GT40 attached to 10-11
Unibus 2.  It's also a Datapoint emulator and a graphical display.
This commit is contained in:
Lars Brinkhoff
2018-07-18 12:55:23 +02:00
parent 766532b26c
commit 19606478be
4 changed files with 9428 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ SRC = system syseng sysen1 sysen2 sysen3 sysnet kshack dragon channa \
jim jm jpg macrak maxdoc maxsrc mrg munfas paulw reh rlb rlb% share \
tensor transl wgd zz graphs lmlib pratt quux scheme gsb ejs mudsys \
draw wl taa tj6 budd sharem ucode rvb kldcp math as imsrc gls demo \
macsym
macsym lmcons
DOC = info _info_ sysdoc sysnet syshst kshack _teco_ emacs emacs1 c kcc \
chprog sail draw wl pc tj6 share _glpr_ _xgpr_ inquir mudman system \
xfont maxout ucode moon acount alan channa fonts games graphs humor \

View File

@@ -1082,6 +1082,12 @@ expect ":KILL"
respond "*" ":palx sysbin;vxgp bin_sysen2;xgp\r"
expect ":KILL"
# CCONS. STUFF prefers it to be in the CONS directory.
respond "*" ":print cons;..new. (udir)\r"
type ":vk\r"
respond "*" ":palx cons;_lmcons;ccons\r"
expect ":KILL"
# 11BOOT
respond "*" ":midas /t sys3;ts 11boot_syseng;11boot\r"
respond "with ^C" "APR==0\r\003"

View File

@@ -29,6 +29,7 @@
- BYE, say goodbye to user. Used in LOGOUT scripts.
- CALPRT, decode a .CALL instruction's CALL block.
- CC, C compiler (binary only).
- CCONS, CONS console.
- CHADEV, Chaosnet jobdev (binary only).
- CHARFC/CHARFS, Chaos RFC.
- CHASE, a 2-player maze game.

9420
src/lmcons/ccons.478 Normal file

File diff suppressed because it is too large Load Diff