trivial change for sys/conf/config

Steven M. Schultz sms at wlv.imsd.contel.com
Wed Aug 23 14:32:23 AEST 1989


Subject: trivial change  to 'config'
Index:	sys/config 2.10BSD

Description:
	The idle pattern display in the light register has code ifdef'd
	on IDLE_DISPLAY in mch_xxx.s, unfortunately 'config' provides
	no way to enable this option.  Thought i'd done this already,
	but i guess not.

Repeat-By:
	Build a kernel for an 11/70, observe the lack of an 'idle' pattern.
Fix:
	Apply this patch to /sys/sys/conf/config.  An alternate method would
	have been to simply remove the ifdef in mch_xxx.s, wouldn't hurt
	anything and only takes a couple words of text space.

*** config.old	Sat Aug 12 21:20:16 1989
--- config	Tue Aug 22 14:25:29 1989
***************
*** 219,224 ****
--- 219,227 ----
  if [ $PROFILE = YES ]; then
  	echo "#define PROFILE 1"	>> $LO
  fi
+ if [ "$PDP11" = 70 ]; then
+ 	echo "#define IDLE_DISPLAY 1"   >> $LO
+ fi
  echo "#endif /* KERNEL */"		>> $LO
  
  echo "Creating device header files."



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