/* Configuration - (device configuration specifications) */

tty:
	on DUART	-i ttyinit	-o ionull	-c ionull
			-r ttyread	-w ttywrite	-s ioerr
			-n ttycntl	-g ttygetc	-p ttyputc
			-iint ttyiin	-oint ttyoin

%

/* Device definitions starting with DUART devices */

CONSOLE		is tty	on DUART	csr=0x28000000 ivec=29 ovec=29
TTY1		is tty	on DUART	csr=0x28000000 ivec=29 ovec=29

TTY2		is tty	on DUART	csr=0x28000010 ivec=27 ovec=27
TTY3		is tty	on DUART	csr=0x28000010 ivec=27 ovec=27

TTY4		is tty	on DUART	csr=0x28000020 ivec=25 ovec=25
TTY5		is tty	on DUART	csr=0x28000020 ivec=25 ovec=25

TTY6		is tty	on DUART	csr=0x28000030 ivec=23 ovec=23
TTY7		is tty	on DUART	csr=0x28000030 ivec=23 ovec=23

%

/* Configuration and Size Constants */

#define	MEMMARK				/* define if memory marking used*/
#define	NPROC	20			/* number of user processes	*/
#define	NSEM	50			/* total number of semaphores	*/
#define BPMAXB	1600			/* maximum buffer pool buffer length */ 

#if 0
#define RTCLOCK			/* system has a real-time clock	*/
#endif

#define	VERSION	"6.6 (05/22/84)"	/* label printed at startup	*/
