* #sccs	"@(#)uts/kern/cf:master	1.12"
*
*	Convergent Technologies - System V - May 1983
*
* The following devices are those that can be specified in the system
* description file.  The name specified must agree with the name shown.
*
cmb	1100	000	000	cmb	0	0
xt	1037	140	004	xt	0	9
ate	1100	000	000	ate	0	0
i8274	037	000	024	ser	0	0
con	037	000	204	con	0	1
disk	477	000	035	gd	0	4
plp	1133	000	005	lp	0	6
wind	1137	000	204	wd	0	7
phone	037	000	024	ph	0	8
lipc	1100	000	300	lipc	0	0
nipc	1100	000	300	lipc	0	0
fpa	1100	000	200	fpa	0	0
*
* The following devices must not be specified in the system description
* file.  They are here to supply information to the config program.
*
memory	006	000	324	mm	0	3
tty	027	000	324	sy	0	2
errlog	006	000	324	err	0	5
$$$
*
* The following entries form the alias table.
*
flpy	disk
$$$
*
* The following entries form the tunable parameter table.
*
buffers	NBUF 25
bufhi	NBUFHI 100
inodes	NINODE 80
inodhi	NINODEHI 400
files	NFILE 80
filhi	NFILEHI 300
calls	NCALL 16
callhi	NCALLHI 32
procs	NPROC 30
prochi	NPROCHI 100
texts	NTEXT 24
texthi	NTEXTHI 75
clists	NCLIST 32
clisthi	NCLISTHI 150
physbuf	NPBUF	4
pbufhi	NPBUFHI	16
nttyhog	NTTYHOG 1024
*
*
nflocks	NFLOCKS 100
mounts	NMOUNT 4
swapmap	SMAPSIZ 75
nswap	NSWAP	1250
sabufs	NSABUF	0
power	POWER	0
maxproc	MAXUP	25
nswbuf	NSWBUF	12
* nserbuf is the number of characters buffered per RS-232 line.
* nserbuf must be a multiple of 4.
nserbuf	NSERBUF	400
*	SERHI is the number of characters per RS-232 port that is the hi water
*	mark trigger point.
serhi	SERHI	40
* hashbuf must be a power of 2
hashbuf	NHBUF	64
csibnum	CSIBNUM	20
* nerr is the number of error slots in the kernel
nerr	NERR	4
mesg	MESG	0
msgmap	MSGMAP	100
msgmax	MSGMAX	8192
msgmnb	MSGMNB	16384
msgmni	MSGMNI	50
msgssz	MSGSSZ	8
msgtql	MSGTQL	40
msgseg	MSGSEG	1024
sema	SEMA	0
semmap	SEMMAP	10
semmni	SEMMNI	10
semmns	SEMMNS	60
semmnu	SEMMNU	30
semmsl	SEMMSL	25
semopm	SEMOPM	10
semume	SEMUME	10
semvmx	SEMVMX	32767
semaem	SEMAEM	16384
shmem	SHMEM	0
shmmax	SHMMAX	(64*1024)
shmmin	SHMMIN	1
shmmni	SHMMNI	100
shmseg	SHMSEG	6
shmbrk	SHMBRK	16
shmall	SHMALL	512
shmmapsize SHMMAPSIZE 32
debugger DEBUGGER 0
*
* Window parameters follow
* nwindows	number of windows
* nol		number of obscurred pieces per system (oldefs)
* pxmapsize	number of pixel map slots (see lwind/wd.c now)
* pxmemsize	number of bytes of pixel memory (in virtual space)
* ndl		number of display list items (used in wrastop())
*
nwindows NWINDOWS 12
nol NOL	(NWINDOWS*40)
pxmemsize PXMEMSIZE (256*1024)
ndl NDL 400
* 
* fmemsize	size of font memory (in virtual space)
*
fmemsize FMEMSIZE (64*1024)
*
* Loadable drivers
* nlbdrv	number of slots for loadable block drivers
* nlcdrv	number of slots for loadable char drivers
*
nlbdrv	NLBDRV	4
nlcdrv	NLCDRV	10