Google
 

Trailing-Edge - PDP-10 Archives - bb-l014r-bm_tops20_v6_1_atpch_18 - autopatch/info.c18
There are no other files named info.c18 in the archive.
 INS 1/1	;18C1
	; *** Edit 8 to INFO.MAC by JROSSELL on 29-Sep-86
	; Increase the send and receive quotas of INFO
 REP 52/1	;18C2
	VEDIT==7		;EDIT NUMBER
 WIT
	VEDIT==^D8		;EDIT NUMBER
 INS 52/8	;18C3
	;**;[8]At DOJOB:-10L Add 9 lines  JCR  26-Sept-86
	;Set the send and receive quotas to maximum value

		MOVEI A,3		;[8]Packet size
		MOVEI B,W		;[8]Packet address
		MOVEI W,.MUSSQ		;[8]Set quotas function
		MOVE W1,MYPID		;[8]Set for my job
		MOVEI W2,-1		;[8]Set maximum receive and send
		MUTIL			;[8]Do it
		FATAL <INFO: UNABLE TO SET QUOTAS>

 SUM 4072