Google
 

Trailing-Edge - PDP-10 Archives - de-10-omona-v-mc9 - ttyvl.mac
There are 2 other files named ttyvl.mac in the archive. Click here to see a list.
SUBTTL	TTYCNF - TERMINAL CONFIGURATION DEFINITION FILE OUTPUT BY MONGEN


DEFINE XP(A,B),<A==:B>


XP M.TTY,50

;;	DECsystem10(1040,1050,1055,1070,1077,1080,1088,1091)[
;;	1040 is small disk system with KA10 cpu
;;	1050 is large disk system with KA10 cpu
;;	1055 is disk system with 2 KA10 cpu's
;;	1070 is disk system with KI10 cpu
;;	1077 is disk system with 2 KI10 cpu's
;;	1080 is disk system with KL10 cpu
;;	1088 is disk system with 2 KL10 cpu's
;;	1091 is disk system with KL10 cpu, internal memory, and
;;	devices on the front end]: 1080	;TYPE PROCESSOR

;;	How many DC10s(1,0-2)[
;;	The DC10 is a data line scanner]: 0	;DC10'S

;;	How many DC68s(1,0-2)[
;;	The DC68 is a PDP-8 680 or 680I communications system]: 0	;DC68'S

;;	How many DC76s(1,0-8)[
;;	The DC76 is a PDP-11 communications system]: 1	;DC76'S
XP M.DC10,0
XP M.DC68,0
XP M.DC76,1
XP MD.DCS,0

;;	Which DL10 port is the DC76 connected to(0,1-7)[Each PDP-11
;;	is connected to a DL10 port. If there is only one -11 it
;;	is always connected to port 0. If there are 2 -11's one is
;;	connected to port 0 and the other to port 1]: 0	;DL10 PORT

;;	Decimal lines on DC76(1-129)[
;;	Each DC76F is 16 lines and the console teletype is
;;	one line. A DC76 with 2 DC76Fs has 33 lines]: 129	;DC76 LINES
XP M.D70N,201
XP M.D71N,0
XP M.D72N,0
XP M.D73N,0
XP M.D74N,0
XP M.D75N,0
XP M.D76N,0
XP M.D77N,0
XP M.TTG0,0
XP M.TTG1,0
XP M.DSG0,0
XP M.DSG1,0
XP M.68L0,0
XP M.68L1,0
XP M.AT01,4
XP M.AT11,0
XP M.TTDN,4
XP M.TLTL,205 ;TOTAL LOCAL TTY LINES


;;	OPR octal line #(CTY,0-204)[OPR is privileged operator terminal]: CTY	;OPR
DEFINE	OPRLIN<

	OPRL	CTY
>

;;	Answer the following questions about your TTY lines(M-N).
;;	[Type one octal line #(M) or one range(M-N) or CTY on separate
;;	lines.  Type extra carriage return when through.]
DEFINE	MACDSD<

;;	Data set lines[Class of terminal for LOGIN, LOGIN resets line
;;	to computer echoing and no hardware tabs]
;;	150-157	;DATA SETS
L 150,157	
;;	
>
DEFINE	MACTAB<

;;	Lines with hardware tabs[Monitor simulates rest with spaces]
;;	4
L 4
;;	
>
DEFINE	MACRMT<

;;	Remote lines[Class of terminal for LOGIN, do not confuse
;;	with remote station TTYs]
;;	2-3	;REMOTE
L 2,3	
;;	5
L 5
;;	7-300
L 7,300
;;	
>
DEFINE	MACLCP<

;;	Local copy lines[Echoing provided by terminal rather than
;;	by computer.  Often (incorrectly) called half duplex]
;;		;LOCAL COPY
>
DEFINE	MACHLF<

;;	Half duplex lines[TWX or half duplex wired scanner(DC10C)]
;;		;HALF DUPLEX
>
DEFINE	MACSLV<

;;	Slaves[No commands may be typed]
;;		;SLAVES
>
DEFINE	MACFRM<

;;	Lines with hardware form feed[Leave out if users
;;	would rather not get form feeds until they do TTY FORM commands]
;;		;FORM FEEDS
>
DEFINE	MACINI<

;;	Lines which run INITIA at startup
;;	CTY
L CTY
;;	0-7
L 0,7
;;	
>
DEFINE	MACFLC<

;;	Filler class codes(M-N,P)[
;;	Type M,P for one line M with filler class code P or
;;	M-N,P for a range of lines with filler class code P]
;;	1,3	;FILLER FOR VT06
L 1,3	
;;	
>
DEFINE MACDIS<>
;;	END OF TTY26W.MAC