FIXED: rl interrupt vector in kernel/sys/conf/l40.s

utzoo!decvax!ucbvax!dist2 utzoo!decvax!ucbvax!dist2
Sun Sep 27 02:46:46 AEST 1981


	From: Robert A. Morris <RAM at MIT-MC>
	As someone replied to my RL query, it is true that the interrupt
	vector for RL should be 160, not the antique 330. I didn't look in
	the standalone, but it certainly is wrong in l.s  (l40.s?).

This has now been fixed.  The required changes are:
	diff kernel/sys/conf/l40.s.old kernel/sys/conf/l40.s
	40a41,43
	> . = ZERO+160
	> 	rlio; br5
	> 
	68,70d70
	< 
	< . = ZERO+320
	< 	rlio; br5

These changes should be applied to all tapes made before 9/28/81.
As Terry Laskodi (teklabs!terryl) pointed out, this bug does not
affect the standalone programs, none of which are interrupt driven.

			Carl



More information about the Comp.bugs.2bsd mailing list