/* Copyright 1984 by the Massachusetts Institute of Technology */

/* Various system parameters. */

#define	SYSTSKS	150			/* Number of tasks */
#define	NUMTIMR	20			/* The number of timers to have */

#define	CMPPRI	024			/* Priority of I/O completion */

#define NUM_IOBUFS 128
#define IO_BUFSIZE 128
